[Bug 731303] New: gst_data_queue_new is not introspectable
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Thu Jun 5 17:05:21 PDT 2014
https://bugzilla.gnome.org/show_bug.cgi?id=731303
GStreamer | gstreamer (core) | unspecified
Summary: gst_data_queue_new is not introspectable
Classification: Platform
Product: GStreamer
Version: unspecified
OS/Version: Linux
Status: UNCONFIRMED
Severity: minor
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-bugs at lists.freedesktop.org
ReportedBy: evan at coeus-group.com
QAContact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
How about
GstDataQueue *
gst_data_queue_new_full (GstDataQueueCheckFullFunction checkfull,
gpointer checkfull_data,
GDestroyNotify checkfull_free,
GstDataQueueFullCallback fullcallback,
gpointer fullcallback_data,
GDestroyNotify fullcallback_free,
GstDataQueueEmptyCallback emptycallback,
gpointer emptycallback_data,
GDestroyNotify emptycallback_free) G_GNUC_MALLOC;
--
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