After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 731877 - libav lower rank for video and audio decoders
libav lower rank for video and audio decoders
Status: RESOLVED DUPLICATE of bug 732161
Product: GStreamer
Classification: Platform
Component: gst-libav
1.2.4
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2014-06-18 18:50 UTC by m][sko
Modified: 2014-08-01 12:10 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description m][sko 2014-06-18 18:50:14 UTC
libav has GST_RANK_PRIMARY for some codecs

     case AV_CODEC_ID_MPEG4:
      case AV_CODEC_ID_MSMPEG4V3:
      case AV_CODEC_ID_H264:
      case AV_CODEC_ID_HEVC:
      case AV_CODEC_ID_RV10:
      case AV_CODEC_ID_RV20:
      case AV_CODEC_ID_RV30:
      case AV_CODEC_ID_RV40:
        rank = GST_RANK_PRIMARY;

Can we lower this rank as 
all hw decoders(gst-omx,..) has rank GST_RANK_PRIMARY
and sw decoders should have this value lower
Comment 1 Sebastian Dröge (slomo) 2014-08-01 12:10:09 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of bug 732161 ***