[Bug 724484] gst_element_send_event blocks when sent directly to x264enc

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sun Feb 16 16:03:35 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=724484
  GStreamer | gst-plugins-ugly | 1.x

--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2014-02-17 00:23:36 UTC ---
You remove the bin from the pipeline, but then wait for the EOS message from
the now-removed filesink on the pipeline bus. That's not going to happen if the
element is not inside the pipeline.

Not sure why you set sync=true on filesink. But I think you want to set
async=FALSE instead.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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