We hate double slashes.. I'm still disabling demux/mux in CVS, until I've got some working tests here

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
This commit is contained in:
Ronald S. Bultje 2003-06-17 11:46:08 +00:00
parent a617e29786
commit e0b4b32a8e

View file

@ -52,7 +52,7 @@ plugin_init (GModule *module, GstPlugin *plugin)
gst_ffmpegenc_register (plugin); gst_ffmpegenc_register (plugin);
gst_ffmpegdec_register (plugin); gst_ffmpegdec_register (plugin);
/*gst_ffmpegdemux_register (plugin);*/ /*gst_ffmpegdemux_register (plugin);*/
//gst_ffmpegmux_register (plugin); /*gst_ffmpegmux_register (plugin);*/
register_protocol (&gstreamer_protocol); register_protocol (&gstreamer_protocol);