Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gst-plugins-good
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
1057c02c
Commit
1057c02c
authored
Jul 20, 2012
by
Sreerenj Balachandran
Committed by
Wim Taymans
Jul 24, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jpegdec: Fix the example gst-launch pipeline.
parent
7e9dffa2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
ext/jpeg/gstjpegdec.c
ext/jpeg/gstjpegdec.c
+2
-3
No files found.
ext/jpeg/gstjpegdec.c
View file @
1057c02c
...
@@ -28,9 +28,8 @@
...
@@ -28,9 +28,8 @@
* <refsect2>
* <refsect2>
* <title>Example launch line</title>
* <title>Example launch line</title>
* |[
* |[
* gst-launch -v v4l2src ! jpegdec ! ffmpegcolorspace ! xvimagesink
* gst-launch -v filesrc location=mjpeg.avi ! avidemux ! queue ! jpegdec ! ffmpegcolorspace ! xvimagesink
* ]| The above pipeline reads a motion JPEG stream from a v4l2 camera
* ]| The above pipeline decode the mjpeg stream and renders it to the screen.
* and renders it to the screen.
* </refsect2>
* </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