[gstreamer-bugs] [Bug 330684] New: Add ability to emit sync-message without messing with the sync handler
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Fri Feb 10 07:50:48 PST 2006
Do not reply to this via email (we are currently unable to handle email
responses and they get discarded). You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=330684
GStreamer | gstreamer (core) | Ver: 0.10.3
Summary: Add ability to emit sync-message without messing with
the sync handler
Product: GStreamer
Version: 0.10.3
Platform: Other
OS/Version: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: wingo at pobox.com
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME version: Unspecified
GNOME milestone: Unspecified
Apps that want to deal with sync-message currently have to call
gst_bus_set_sync_handler (gst_bus_sync_signal_handler, NULL). Aside from being
difficult for language bindings, this affects the sync handler, which some
other part of the application might have set.
To allow emission of sync-message, I propose two new functions,
gst_bus_enable_sync_message_emission, and
gst_bus_disable_sync_message_emission. Patch attached.
--
Configure bugmail: http://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