[gstreamer-bugs] [Bug 607224] QtDemux throws error messages on eos even if there was a redirect

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Jan 23 10:51:48 PST 2010


https://bugzilla.gnome.org/show_bug.cgi?id=607224
  GStreamer | gst-plugins-good | git

--- Comment #7 from Edward Hervey <bilboed at gmail.com> 2010-01-23 18:51:44 UTC ---
yes, something like the following:

+ gst_bus_set_flushing (bus, TRUE);
  gst_element_set_state (pipeline, READY);
+ gst_bus_set_flushing (bus, FALSE);

That did the trick for me in gstdiscoverer (which reuses uridecodebin without
setting it to NULL but only to READY).

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