tools/gst-inspect.c (print_implementation_info): Remove 0.8 cruft.
authorZaheer Abbas Merali <zaheerabbas@merali.org>
Thu, 3 May 2007 09:24:58 +0000 (09:24 +0000)
committerZaheer Abbas Merali <zaheerabbas@merali.org>
Thu, 3 May 2007 09:24:58 +0000 (09:24 +0000)
Original commit message from CVS:
* tools/gst-inspect.c (print_implementation_info):
Remove 0.8 cruft.

ChangeLog
tools/gst-inspect.c

index e8d0d49..a4434b7 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * tools/Makefile.am:
index 94a8be7..2308047 100644 (file)
@@ -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