mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-26 07:56:38 +00:00
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:
parent
a617e29786
commit
e0b4b32a8e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue