mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 16:08:51 +00:00
tools/gst-inspect.c: Don't crash when inspecting an element.
Original commit message from CVS: * tools/gst-inspect.c: (print_element_info): Don't crash when inspecting an element.
This commit is contained in:
parent
653cd3d701
commit
3271cc9f9d
2 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-10-15 Wim Taymans <wim.taymans@gmail.com>
|
||||||
|
|
||||||
|
* tools/gst-inspect.c: (print_element_info):
|
||||||
|
Don't crash when inspecting an element.
|
||||||
|
|
||||||
2007-10-15 Tim-Philipp Müller <tim at centricular dot net>
|
2007-10-15 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* tests/check/gst/gststructure.c:
|
* tests/check/gst/gststructure.c:
|
||||||
|
|
|
@ -1118,7 +1118,6 @@ print_element_info (GstElementFactory * factory, gboolean print_names)
|
||||||
print_children_info (element);
|
print_children_info (element);
|
||||||
|
|
||||||
gst_object_unref (factory);
|
gst_object_unref (factory);
|
||||||
if (_name[0] != '\0')
|
|
||||||
g_free (_name);
|
g_free (_name);
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Reference in a new issue