[Bug 750454] tee: a tee with queues duplicates buffers on same src pad
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Fri Jun 5 09:46:32 PDT 2015
https://bugzilla.gnome.org/show_bug.cgi?id=750454
--- Comment #3 from Nicolas Dufresne (stormer) <nicolas.dufresne at collabora.co.uk> ---
Interestingly, if we do the test using file sink:
gst-launch-1.0 v4l2src num-buffers=100 ! tee name=t t. ! queue ! filesink
location=a t. ! queue ! filesink location=b
or
gst-launch-1.0 videotestsrc is-live=1 num-buffers=100 ! tee name=t t. ! queue
! filesink location=a t. ! queue ! filesink location=b
And then compare a and b, both files are identical. This lead to something
being wrong with the trace.
--
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