From 7c42ba97d7ca394c0a2db097a65d3a895f6b5605 Mon Sep 17 00:00:00 2001 From: Vineeth TM Date: Mon, 14 Dec 2015 11:09:46 +0900 Subject: plugins-bad: Fix example pipelines rename gst-launch --> gst-launch-1.0 replace old elements with new elements(ffmpegcolorspace -> videoconvert, ffenc_** -> avenc_**) fix caps in examples https://bugzilla.gnome.org/show_bug.cgi?id=759432 --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index fa53f95de..de0e3414d 100644 --- a/README +++ b/README @@ -179,8 +179,8 @@ COMPILING FROM SOURCE TARBALLS make install - try out a simple test: - gst-launch -v fakesrc num_buffers=5 ! fakesink - (If you didn't install GStreamer, prefix gst-launch with tools/) + gst-launch-1.0 -v fakesrc num_buffers=5 ! fakesink + (If you didn't install GStreamer, prefix gst-launch-1.0 with tools/) If it outputs a bunch of messages from fakesrc and fakesink, everything is ok. -- cgit v1.2.1