[Bug 656029] gst_bus_set_sync_handler is set to introspection=0

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Tue Aug 9 00:46:14 PDT 2011


https://bugzilla.gnome.org/show_bug.cgi?id=656029
  GStreamer | gstreamer (core) | 0.10.35

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
                 CC|                            |slomo at circular-chaos.org
         Resolution|                            |NOTABUG

--- Comment #1 from Sebastian Dröge <slomo at circular-chaos.org> 2011-08-09 07:46:10 UTC ---
You should use the sync-message signal on GstBus instead, together with
gst_bus_enable_sync_message_emission(). Using gst_bus_set_sync_handler() is
currently not possible with GI because the scope of the callback can't be
expressed with GI (the callback and user data has to be valid until the bus is
destroyed or something else is set as callback/user_data).

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