[Bug 689113] No application-level method of flushing pipeline

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Dec 10 10:10:01 PST 2012


https://bugzilla.gnome.org/show_bug.cgi?id=689113
  GStreamer | gstreamer (core) | 0.10.36

--- Comment #4 from Tim-Philipp Müller <t.i.m at zen.co.uk> 2012-12-10 18:09:55 UTC ---
> Is it right to use gst_element_send_event to push such events to sources to
> have them sent downstream?

Yes. GstBins / the pipeline will send downstream events further down the bin
hierarchy on the source side, while upstream events will get passed down the
bin hierarchy on the sink side, until a real source or sink is found, which
will then inject the event into the pipeline.

-- 
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