summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Hervey <edward@centricular.com>2016-01-21 17:35:51 +0100
committerEdward Hervey <bilboed@bilboed.com>2016-01-21 17:35:51 +0100
commitda335a0ea368d2f71e2824adc3e027332db8a58c (patch)
tree35ff62192f5d595ca17a1bdc97d224bf8e11042a
parent9dd7bcc486038be57f8e60a8c5fd0ce7b3cdd31b (diff)
downloadgst-libav-da335a0ea368d2f71e2824adc3e027332db8a58c.tar.gz
avvidec: Bring mpeg video decoders up to PRIMARY rank
We should have done that ages ago ... https://bugzilla.gnome.org/show_bug.cgi?id=574461
-rw-r--r--ext/libav/gstavviddec.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/libav/gstavviddec.c b/ext/libav/gstavviddec.c
index 0fbd83f..9e99d3a 100644
--- a/ext/libav/gstavviddec.c
+++ b/ext/libav/gstavviddec.c
@@ -2098,6 +2098,8 @@ gst_ffmpegviddec_register (GstPlugin * plugin)
* msmpeg4v3 same, as it outperforms divxdec for divx3 playback.
* VC1/WMV3 are not working and thus unpreferred for now. */
switch (in_plugin->id) {
+ case AV_CODEC_ID_MPEG1VIDEO:
+ case AV_CODEC_ID_MPEG2VIDEO:
case AV_CODEC_ID_MPEG4:
case AV_CODEC_ID_MSMPEG4V3:
case AV_CODEC_ID_H264: