mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
tools/gst-inspect.c (print_implementation_info): Remove 0.8 cruft.
Original commit message from CVS: * tools/gst-inspect.c (print_implementation_info): Remove 0.8 cruft.
This commit is contained in:
parent
5dd3c7d9a2
commit
2c3ba9c734
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
2007-05-02 Zaheer Abbas Merali <<zaheerabbas at merali dot org>>
|
||||||
|
|
||||||
|
* tools/gst-inspect.c (print_implementation_info):
|
||||||
|
Remove 0.8 cruft.
|
||||||
|
|
||||||
2007-05-02 Tim-Philipp Müller <tim at centricular dot net>
|
2007-05-02 Tim-Philipp Müller <tim at centricular dot net>
|
||||||
|
|
||||||
* tools/Makefile.am:
|
* tools/Makefile.am:
|
||||||
|
|
|
@ -606,8 +606,6 @@ print_implementation_info (GstElement * element)
|
||||||
n_print ("\n");
|
n_print ("\n");
|
||||||
n_print ("Element Implementation:\n");
|
n_print ("Element Implementation:\n");
|
||||||
|
|
||||||
n_print (" No loopfunc(), must be chain-based or not configured yet\n");
|
|
||||||
|
|
||||||
n_print (" Has change_state() function: %s\n",
|
n_print (" Has change_state() function: %s\n",
|
||||||
GST_DEBUG_FUNCPTR_NAME (gstelement_class->change_state));
|
GST_DEBUG_FUNCPTR_NAME (gstelement_class->change_state));
|
||||||
#ifndef GST_DISABLE_LOADSAVE
|
#ifndef GST_DISABLE_LOADSAVE
|
||||||
|
|
Loading…
Reference in a new issue