projects
/
platform
/
upstream
/
gst-plugins-bad.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ba4e6ee
)
voaacenc: add version to gst-launch string on documentation
author
Thiago Santos
<thiagoss@osg.samsung.com>
Mon, 17 Aug 2015 10:54:36 +0000
(07:54 -0300)
committer
Thiago Santos
<thiagoss@osg.samsung.com>
Mon, 17 Aug 2015 13:07:54 +0000
(10:07 -0300)
gst-launch will call the 0.10 version, we want 1.0
ext/voaacenc/gstvoaacenc.c
patch
|
blob
|
history
diff --git
a/ext/voaacenc/gstvoaacenc.c
b/ext/voaacenc/gstvoaacenc.c
index
fb629f5
..
f19782a
100644
(file)
--- a/
ext/voaacenc/gstvoaacenc.c
+++ b/
ext/voaacenc/gstvoaacenc.c
@@
-26,7
+26,7
@@
* <refsect2>
* <title>Example launch line</title>
* |[
- * gst-launch filesrc location=abc.wav ! wavparse ! audioresample ! audioconvert ! voaacenc ! filesink location=abc.aac
+ * gst-launch
-1.0
filesrc location=abc.wav ! wavparse ! audioresample ! audioconvert ! voaacenc ! filesink location=abc.aac
* ]|
* </refsect2>
*/