Commit 0b9fb71f authored by Canek Peláez's avatar Canek Peláez
Browse files

Media: Use protected constructor.

parent 7ab95d42
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ namespace MLM {
        /**
         * Initializes the media.
         */
        public Media() {
        protected Media() {
            set_pipeline();
            var bus = pipe.get_bus();
            bus.add_signal_watch();