mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-28 20:05:38 +00:00
ffmpegdec: Disable theora decoder
The wrapper does not give the decoder the extradata correctly. Just use theoradec. Fixes bug #590172
This commit is contained in:
parent
a5f9485917
commit
597f32e895
1 changed files with 2 additions and 0 deletions
|
@ -2747,8 +2747,10 @@ gst_ffmpegdec_register (GstPlugin * plugin)
|
|||
/* MPEG1VIDEO : the mpeg2video decoder is preferred */
|
||||
/* MP1 : Use MP3 for decoding */
|
||||
/* MP2 : Use MP3 for decoding */
|
||||
/* Theora: Use libtheora based theoradec */
|
||||
if (!strcmp (in_plugin->name, "gif") ||
|
||||
!strcmp (in_plugin->name, "vorbis") ||
|
||||
!strcmp (in_plugin->name, "theora") ||
|
||||
!strcmp (in_plugin->name, "mpeg1video") ||
|
||||
!strcmp (in_plugin->name, "wavpack") ||
|
||||
!strcmp (in_plugin->name, "mp1") ||
|
||||
|
|
Loading…
Reference in a new issue