After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 116080 - gst-launch should handle SIGINTR gracefully
gst-launch should handle SIGINTR gracefully
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
0.6.x
Other Linux
: Normal normal
: 0.7.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-06-27 03:32 UTC by David Schleef
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Schleef 2003-06-27 03:32:28 UTC
Hitting ctrl-C when gst-launch is running currently shuts it down pretty
hard.  I think a better behavior would be to trap SINGINTR and change the
pipeline state to NULL and then exit.
Comment 1 David Schleef 2003-07-01 03:49:27 UTC
Fixed in HEAD.  No need to backport, IMO.