[gstreamer-bugs] [Bug 584657] New: gst-launch should set pipeline to PAUSED before clearing main loop
GStreamer (bugzilla.gnome.org)
bugzilla-daemon at bugzilla.gnome.org
Tue Jun 2 13:44:24 PDT 2009
If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
http://bugzilla.gnome.org/show_bug.cgi?id=584657
GStreamer | gstreamer (core) | Ver: git
Summary: gst-launch should set pipeline to PAUSED before clearing
main loop
Product: GStreamer
Version: git
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: Normal
Component: gstreamer (core)
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: ds at schleef.org
QAContact: gstreamer-bugs at lists.sourceforge.net
GNOME version: Unspecified
GNOME milestone: Unspecified
When it is shutting down a pipeline after ctrl-c, gst-launch currently calls
g_main_context_iteration() to clear any pending signals, idle functions, and
such. However, the pipeline is still running at this point, so could be
generating new idle functions and signals. If the main loop never becomes
completely idle (easy to do with valgrind or in error situations), gst-launch
will never PAUSE the pipeline and subsequently not exit.
--
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.
You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=584657.
More information about the Gstreamer-bugs
mailing list