[Bug 726255] New: y4mdec: Should check for VIDEO_META_API not CROP_META_API

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Thu Mar 13 08:33:24 PDT 2014


https://bugzilla.gnome.org/show_bug.cgi?id=726255
  GStreamer | gst-plugins-bad | git

           Summary: y4mdec: Should check for VIDEO_META_API not
                    CROP_META_API
    Classification: Platform
           Product: GStreamer
           Version: git
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: Normal
         Component: gst-plugins-bad
        AssignedTo: gstreamer-bugs at lists.freedesktop.org
        ReportedBy: nicolas.dufresne at collabora.co.uk
         QAContact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---


Adding it here not to forget, but while looking at overall usage of CROP
metadata, I notice this weird code:

   y4mdec->video_meta =
          gst_query_find_allocation_meta (query, GST_VIDEO_CROP_META_API_TYPE,
          NULL);

      /* We only need a pool if we need to do stride conversion for downstream
*/
      if (!y4mdec->video_meta && memcmp (&y4mdec->info, &y4mdec->out_info,

I'm under the impression this is a type of something, as the stride is handled
if VIDEO_META is supported. As I don't have time for it, and I have no idea
what y4m is, I leave it here.

-- 
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