[Gstreamer-bugs] [Bug 115360] Changed - gst-inspect should integrate better with the command line

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Thu Feb 12 07:57:37 PST 2004


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=115360

Changed by in7y118 at public.uni-hamburg.de.

--- shadow/115360	Wed Feb 11 13:52:51 2004
+++ shadow/115360.tmp.17768	Thu Feb 12 10:57:37 2004
@@ -18,6 +18,17 @@
 Currently it is not easily possible to use gst-inspect for scripts on the
 command line.
 It would be nice if it included options so you could reduce the output.
 
 ------- Additional Comments From thomas at apestaart.org  2004-02-11 13:52 -------
 what would you want specifically ?
+
+------- Additional Comments From in7y118 at public.uni-hamburg.de  2004-02-12 10:57 -------
+(Those are all just examples)
+to get all typefind functions:
+gst-inspect --plugins | grep "typefindfunction"
+to get all GPL plugins:
+gst-inspect --plugins --license | grep "[^L]GPL"
+to get number of elements I wrote:
+gst-inspect --author | grep "Benjamin Otte" | wc -l
+to get all elements that work with float audio:
+gst-inspect --padtemplate-caps | grep "audio-x-raw-float"




More information about the Gstreamer-bugs mailing list