Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marc-André Lureau
gst-plugins-good
Commits
f26edcdf
Commit
f26edcdf
authored
Mar 20, 2017
by
Tim-Philipp Müller
🐠
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: update two references to the removed 'mad' plugin
https://bugzilla.gnome.org/show_bug.cgi?id=776140
parent
3e91601f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
+4
-3
ext/soup/gstsouphttpsrc.c
ext/soup/gstsouphttpsrc.c
+2
-2
gst/audioparsers/gstmpegaudioparse.c
gst/audioparsers/gstmpegaudioparse.c
+2
-1
No files found.
ext/soup/gstsouphttpsrc.c
View file @
f26edcdf
...
...
@@ -43,8 +43,8 @@
* |[
* gst-launch-1.0 -v souphttpsrc user-agent="FooPlayer 0.99 beta"
* automatic-redirect=false proxy=http://proxy.intranet.local:8080
* location=http://music.foobar.com/demo.mp3 ! m
ad ! audioconvert
* ! audioresample ! a
lsa
sink
* location=http://music.foobar.com/demo.mp3 ! m
pgaudioparse
* !
mpg123audiodec ! audioconvert !
audioresample ! a
utoaudio
sink
* ]| The above pipeline will read and decode and play an mp3 file from a
* web server using the HTTP protocol. If the server sends redirects,
* the request fails instead of following the redirect. The specified
...
...
gst/audioparsers/gstmpegaudioparse.c
View file @
f26edcdf
...
...
@@ -29,7 +29,8 @@
* <refsect2>
* <title>Example launch line</title>
* |[
* gst-launch-1.0 filesrc location=test.mp3 ! mpegaudioparse ! mad ! autoaudiosink
* gst-launch-1.0 filesrc location=test.mp3 ! mpegaudioparse ! mpg123audiodec
* ! audioconvert ! audioresample ! autoaudiosink
* ]|
* </refsect2>
*/
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment