[Bug 763112] gstbuffer: fix GstParentBufferMeta GType name

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Fri Mar 4 17:39:14 UTC 2016


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

--- Comment #2 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Review of attachment 323113:
 --> (https://bugzilla.gnome.org/review?bug=763112&attachment=323113)

::: gst/gstbuffer.h
@@ -599,2 +599,2 @@
 GType gst_parent_buffer_meta_api_get_type (void);
-#define GST_TYPE_PARENT_BUFFER_META_API_TYPE
(gst_parent_buffer_meta_api_get_type())
+#define GST_PARENT_BUFFER_META_API_TYPE
(gst_parent_buffer_meta_api_get_type())

Both seems out of convention, GST_TYPE_PARENT_BUFFER_META_API would be by the
book from a GObject point of view. Was this macro released into our API already
?

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