[Bug 768301] New: Add explicit setters and getters for GstBufferFlags
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Jul 1 20:03:39 UTC 2016
https://bugzilla.gnome.org/show_bug.cgi?id=768301
Bug ID: 768301
Summary: Add explicit setters and getters for GstBufferFlags
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gstreamer (core)
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: arjen.veenhuizen at tno.nl
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created attachment 330754
--> https://bugzilla.gnome.org/attachment.cgi?id=330754&action=edit
Proposed patch
GST_BUFFER_FLAGS, GST_BUFFER_FLAG_IS_SET, GST_BUFFER_FLAG_SET and
GST_BUFFER_FLAG_UNSET do not have an explicit method that gi-introspection can
parse. Therefore, these macros cannot be used from Python. In contrast, the
GstBufferFlags are already exposed under Gst.BufferFlags.
This patch adds the necessary setters and getters. (Gst.Buffer.flags,
Gst.Buffer.flag_is_set, Gst.Buffer.flag_set and Gst.Buffer.flag_unset
respectively).
--
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