mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
validate: Dot the pipeline on interuption
This commit is contained in:
parent
d1c261f5b1
commit
7d695fbed4
1 changed files with 3 additions and 0 deletions
|
@ -50,6 +50,9 @@ intr_handler (gpointer user_data)
|
|||
{
|
||||
g_print ("interrupt received.\n");
|
||||
|
||||
GST_DEBUG_BIN_TO_DOT_FILE_WITH_TS (GST_BIN (pipeline),
|
||||
GST_DEBUG_GRAPH_SHOW_ALL, "gst-validate.interupted");
|
||||
|
||||
g_main_loop_quit (mainloop);
|
||||
|
||||
/* remove signal handler */
|
||||
|
|
Loading…
Reference in a new issue