summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorThiago Santos <thiagoss@osg.samsung.com>2016-02-05 18:06:32 -0300
committerThiago Santos <thiagoss@osg.samsung.com>2016-02-05 18:06:32 -0300
commit476768e538a0f389e45d85bd388d85041a3430ef (patch)
tree41aca65c4ed06c3b71618d7038dee824c6a7a8f3 /README
parent682bce33a519e1497b2139a6a51cb92c632cfa22 (diff)
downloadgstreamer-plugins-bad-476768e538a0f389e45d85bd388d85041a3430ef.tar.gz
Automatic update of common submodule
From e97c9bb to b64f03f
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index de0e3414d..fa53f95de 100644
--- a/README
+++ b/README
@@ -179,8 +179,8 @@ COMPILING FROM SOURCE TARBALLS
make install
- try out a simple test:
- gst-launch-1.0 -v fakesrc num_buffers=5 ! fakesink
- (If you didn't install GStreamer, prefix gst-launch-1.0 with tools/)
+ gst-launch -v fakesrc num_buffers=5 ! fakesink
+ (If you didn't install GStreamer, prefix gst-launch with tools/)
If it outputs a bunch of messages from fakesrc and fakesink, everything is
ok.