After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 328406 - [multifdsink] document multithreaded use of multifdsink
[multifdsink] document multithreaded use of multifdsink
Status: RESOLVED INCOMPLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-base
git master
Other Linux
: Normal enhancement
: git master
Assigned To: Thomas Vander Stichele
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-01-24 10:55 UTC by Andy Wingo
Modified: 2009-09-10 07:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andy Wingo 2006-01-24 10:55:47 UTC
Multifdsink runs in two threads, and an application using it will run in another. The API of multifdsink has provisions for the user to emit signals on the object, and for multifdsink to emit signals on itself. The threading interaction of these is complicated. This is a note for some belgian with two last names to take a look into documenting this properly, preferably with tests.
Comment 1 Edward Hervey 2009-03-11 08:21:12 UTC
Wingo, is this bug still valid ? Does the two-last-names belgian care about this or can provide that info ?
Comment 2 Sebastian Dröge (slomo) 2009-09-10 07:06:09 UTC
Closing this now, this is not really different from other elements that provide signals or action-signals: They will be emitted from a random thread and the application needs to be aware of that.