From: Zaheer Abbas Merali Date: Thu, 3 May 2007 09:24:58 +0000 (+0000) Subject: tools/gst-inspect.c (print_implementation_info): Remove 0.8 cruft. X-Git-Tag: RELEASE-0_10_13~65 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2c3ba9c734c9347c9ea8d79176ffa409e093fa10;p=platform%2Fupstream%2Fgstreamer.git 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. --- diff --git a/ChangeLog b/ChangeLog index e8d0d49..a4434b7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-05-02 Zaheer Abbas Merali <> + + * tools/gst-inspect.c (print_implementation_info): + Remove 0.8 cruft. + 2007-05-02 Tim-Philipp Müller * tools/Makefile.am: diff --git a/tools/gst-inspect.c b/tools/gst-inspect.c index 94a8be7..2308047 100644 --- a/tools/gst-inspect.c +++ b/tools/gst-inspect.c @@ -606,8 +606,6 @@ print_implementation_info (GstElement * element) n_print ("\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", GST_DEBUG_FUNCPTR_NAME (gstelement_class->change_state)); #ifndef GST_DISABLE_LOADSAVE