[gstreamer-bugs] [Bug 529300] [giosink] [PATCH] Allow overwrite

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Tue Apr 22 00:46:25 PDT 2008


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=529300

  GStreamer | gst-plugins-base | Ver: HEAD CVS

Sebastian Dröge changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |slomo at circular-chaos.org
 Attachment #109663|none                        |needs-work
               Flag|                            |
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1




------- Comment #2 from Sebastian Dröge  2008-04-22 07:46 UTC -------
Hi,
something like this is definitely needed but it was decided that it is a bad
idea to emit signals from the elements to query the application for
information.

The signal is emitted from a random thread and the application has to care
about proper dispatching to the thread running the Gtk main loop for example
and then can show a dialog and has to dispatch the result back to the other
thread.

What we need is a general mechanism for asking the application for
information... probably something going over the bus like a message with a new
flag to mark it as requiring an answer, add a
gst_element_post_message_with_reply() that waits until a reply is there (or a
timeout happend?), etc...


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=529300.




More information about the Gstreamer-bugs mailing list