From: Ronald S. Bultje Date: Tue, 17 Jun 2003 11:46:08 +0000 (+0000) Subject: We hate double slashes.. I'm still disabling demux/mux in CVS, until I've got some... X-Git-Tag: BRANCH-ERROR-ROOT~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0b4b32a8e21dad7c096d0717b99873cb3d7f1a4;p=platform%2Fupstream%2Fgst-libav.git 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 --- diff --git a/ext/ffmpeg/gstffmpeg.c b/ext/ffmpeg/gstffmpeg.c index 884caaf..5c85e06 100644 --- a/ext/ffmpeg/gstffmpeg.c +++ b/ext/ffmpeg/gstffmpeg.c @@ -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);