mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-29 10:38:27 +00:00
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
This commit is contained in:
parent
9dd7bcc486
commit
da335a0ea3
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue