[Bug 765583] New: ximageutil: shouldn't implement transform if don't support it.

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Apr 26 09:02:15 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=765583

            Bug ID: 765583
           Summary: ximageutil: shouldn't implement transform if don't
                    support it.
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-good
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: kevinbing.song at gmail.com
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

shouldn't implement transform if don't support it. Or    
gst_buffer_copy_into() will print ERROR log.
      } else if (info->transform_func) {
        GstMetaTransformCopy copy_data;

        copy_data.region = region;
        copy_data.offset = offset;
        copy_data.size = size;

        if (!info->transform_func (dest, meta, src,
                _gst_meta_transform_copy, &copy_data)) {
          GST_CAT_ERROR (GST_CAT_BUFFER,
              "failed to copy meta %p of API type %s", meta,
              g_type_name (info->api));
        }
      }

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