From 6338559f6d21b0eedb373e5160415090754f8042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Wed, 21 Jun 2006 10:14:00 +0000 Subject: [PATCH] tools/gst-feedback-m.m: Don't only use unversioned tools, try versioned tools as well (#345086). Original commit message from CVS: * tools/gst-feedback-m.m: Don't only use unversioned tools, try versioned tools as well (#345086). --- ChangeLog | 6 ++++++ tools/gst-feedback-m.m | 17 +++++++++++++++-- 2 files changed, 21 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 259ae6773a..f0690c465b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-06-21 Tim-Philipp Müller + + * tools/gst-feedback-m.m: + Don't only use unversioned tools, try versioned tools as well + (#345086). + 2006-06-21 Tim-Philipp Müller * gst/gstbus.c: (gst_bus_class_init): diff --git a/tools/gst-feedback-m.m b/tools/gst-feedback-m.m index 0ca3387ac3..0365182d8a 100755 --- a/tools/gst-feedback-m.m +++ b/tools/gst-feedback-m.m @@ -63,12 +63,21 @@ do done done -echo "+ GSTREAMER INFORMATION" +echo "+ GSTREAMER INFORMATION (unversioned)" command_output "which gst-inspect" command_output "gst-inspect" command_output "gst-inspect fakesrc" command_output "gst-inspect fakesink" -command_output "gst-launch fakesrc num_buffers=5 ! fakesink" +command_output "gst-launch fakesrc num-buffers=5 ! fakesink" +for mm in 0.6 0.7 0.8 0.9 0.10 +do + echo "+ GSTREAMER INFORMATION ($mm)" + command_output "which gst-inspect-$mm" + command_output "gst-inspect-$mm" + command_output "gst-inspect-$mm fakesrc" + command_output "gst-inspect-$mm fakesink" + command_output "gst-launch-$mm fakesrc num-buffers=5 ! fakesink" +done echo "++ looking for gstreamer libraries in common locations" for dirs in /usr/lib /usr/local/lib; do @@ -85,6 +94,10 @@ done echo "+ GSTREAMER PLUG-INS INFORMATION" command_output "gst-inspect volume" +for mm in 0.6 0.7 0.8 0.9 0.10 +do + command_output "gst-inspect-$mm volume" +done echo "++ looking for gstreamer volume plugin in common locations" for dirs in /usr/lib /usr/local/lib; do