GNOME Bugzilla – Bug 660195
GstDiscoverer: signals "discovered" and "finished" are only emitted in async mode
Last modified: 2013-08-13 19:43:40 UTC
By looking at the code, GstDiscoverer only emits the signals "discovered" and "finished" in async mode. "started" on the other hand is emitted in both modes. The fact that there is currently no mention of this behaviour in the documentation makes it confusing. Personally I think it should be all or nothing; all signals in both modes or non in blocking mode. At least describe the intended behaviour in the documentation.
Can you provide a patch for the documentation?
This bug has an assigned developer but has not received activity in almost a year. Is the assigned person still working on this ?
Edward - a comment on the intention behind the signals would have been helpful.. ;) commit a34e0420b6c5baaaf4832dd3292e1e80da2fba19 Author: Tim-Philipp Müller <tim@centricular.net> Date: Tue Aug 13 20:39:15 2013 +0100 discoverer: document that "finished" and "discovered" signals are only emitted in async mode https://bugzilla.gnome.org/show_bug.cgi?id=660195