mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
Added object cleanup at the end of -launch, report all problems please.
Original commit message from CVS: Added object cleanup at the end of -launch, report all problems please.
This commit is contained in:
parent
5ad018148c
commit
34f05211c2
2 changed files with 2 additions and 2 deletions
|
@ -33,7 +33,7 @@ bin_PROGRAMS = gstreamer-launch \
|
||||||
man_MANS = gstreamer-launch.1 gstreamer-register.1 gstreamer-inspect.1 \
|
man_MANS = gstreamer-launch.1 gstreamer-register.1 gstreamer-inspect.1 \
|
||||||
gstreamer-complete.1 gstreamer-compprep.1 gstreamer-guilaunch.1
|
gstreamer-complete.1 gstreamer-compprep.1 gstreamer-guilaunch.1
|
||||||
|
|
||||||
gstreamer_launch_LDADD = $(GST_LIBS)
|
gstreamer_launch_LDADD = $(GST_LIBS) #-lefence
|
||||||
gstreamer_launch_CFLAGS = $(GST_CFLAGS) -DGST_CONFIG_DIR=\"$(GST_CONFIG_DIR)\"
|
gstreamer_launch_CFLAGS = $(GST_CFLAGS) -DGST_CONFIG_DIR=\"$(GST_CONFIG_DIR)\"
|
||||||
|
|
||||||
if !USE_GLIB2
|
if !USE_GLIB2
|
||||||
|
|
|
@ -218,7 +218,7 @@ main(int argc, char *argv[])
|
||||||
gst_element_set_state (pipeline, GST_STATE_NULL);
|
gst_element_set_state (pipeline, GST_STATE_NULL);
|
||||||
|
|
||||||
}
|
}
|
||||||
//gst_object_unref (GST_OBJECT (pipeline));
|
gst_object_unref (GST_OBJECT (pipeline));
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue