[Bug 750454] fakesink: Wrong traces when tracing tee with queues to fakesink
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Jun 5 10:13:20 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=750454
--- Comment #6 from Tim-Philipp Müller <t.i.m at zen.co.uk> ---
> The way gst-launch/fakesink prints their messages is racy. There was another
> bug about it, but I couldn't find.
It was bug #681642
> IIRC fakesink emits a signal that gst-launch receives and when it goes get
> the message to print the message might have already changed so it might
> print the wrong message from time to time.
But the signal emission is done synchronously from the same thread, and the
g_object_get() is done right there and then as well, so nothing should change
during the emission.
My theory is that the deep-notify stuff interferes somehow.
--
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