[Bug 731877] New: libav lower rank for video and audio decoders

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Wed Jun 18 11:50:16 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=731877
  GStreamer | gst-libav | 1.2.4

           Summary: libav lower rank for video and audio decoders
    Classification: Platform
           Product: GStreamer
           Version: 1.2.4
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-libav
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: xlazom00 at gmail.com
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


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

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list