GNOME Bugzilla – Bug 685113
avviddec: "ignored" audio decoders end up registered as video decoders
Last modified: 2012-09-30 15:28:09 UTC
Created attachment 225402 [details] [review] only register "video" decoders (libav) as videodecoder (gt) avdec_mp2, avdec_vorbis, ... all the audio decoders blacklisted ends up registered as video decoders. This patch adds the same check as in gstavdec.c (ie if decoder is audio) but for video type in gstavviddec.c.
Pushed, thanks (same for video encoders, just in case): commit 451a6c2ecf959639bca8a83371e3b0209789c015 Author: Tim-Philipp Müller <tim@centricular.net> Date: Sun Sep 30 16:25:29 2012 +0100 avvidenc: also skip non-video encoders Doesn't actually make any difference at the moment, but seems the right thing to do. https://bugzilla.gnome.org/show_bug.cgi?id=685113 commit f1071cc1b1a272d0e6b80f0121f3ca4261850ae4 Author: Alban Browaeys <prahal@yahoo.com> Date: Sun Sep 30 01:27:10 2012 +0200 avviddec: exclude non-video decoders Otherwise audio decoders "ignored", ie blacklisted, end up registered by avviddec as video decoders. https://bugzilla.gnome.org/show_bug.cgi?id=685113