We hate double slashes.. I'm still disabling demux/mux in CVS, until I've got some...
authorRonald S. Bultje <rbultje@ronald.bitfreak.net>
Tue, 17 Jun 2003 11:46:08 +0000 (11:46 +0000)
committerRonald S. Bultje <rbultje@ronald.bitfreak.net>
Tue, 17 Jun 2003 11:46:08 +0000 (11:46 +0000)
Original commit message from CVS:
We hate double slashes.. I'm still disabling demux/mux in CVS, until I've got some working tests here

ext/ffmpeg/gstffmpeg.c

index 884caaf..5c85e06 100644 (file)
@@ -52,7 +52,7 @@ plugin_init (GModule *module, GstPlugin *plugin)
   gst_ffmpegenc_register (plugin);
   gst_ffmpegdec_register (plugin);
   /*gst_ffmpegdemux_register (plugin);*/
-  //gst_ffmpegmux_register (plugin);
+  /*gst_ffmpegmux_register (plugin);*/
 
   register_protocol (&gstreamer_protocol);