Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
George Kiagiadakis
gst-plugins-good
Commits
063f5532
Commit
063f5532
authored
Jun 25, 2015
by
Luis de Bethencourt
Committed by
Luis de Bethencourt
Jun 25, 2015
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: decodebin2 -> decodebin
parent
34caf9d7
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
gst/imagefreeze/gstimagefreeze.c
gst/imagefreeze/gstimagefreeze.c
+1
-1
gst/matroska/matroska-demux.c
gst/matroska/matroska-demux.c
+1
-1
tests/examples/shapewipe/shapewipe-example.c
tests/examples/shapewipe/shapewipe-example.c
+1
-1
No files found.
gst/imagefreeze/gstimagefreeze.c
View file @
063f5532
...
...
@@ -28,7 +28,7 @@
* <refsect2>
* <title>Example launch line</title>
* |[
* gst-launch-1.0 -v filesrc location=some.png ! decodebin
2
! imagefreeze ! autovideosink
* gst-launch-1.0 -v filesrc location=some.png ! decodebin ! imagefreeze ! autovideosink
* ]| This pipeline shows a still frame stream of a PNG file.
* </refsect2>
*/
...
...
gst/matroska/matroska-demux.c
View file @
063f5532
...
...
@@ -4602,7 +4602,7 @@ pause:
/* perform EOS logic */
/* If we were in the headers, make sure we send no-more-pads.
This will ensure decodebin
2
does not get stuck thinking
This will ensure decodebin does not get stuck thinking
the chain is not complete yet, and waiting indefinitely. */
if
(
G_UNLIKELY
(
demux
->
common
.
state
==
GST_MATROSKA_READ_STATE_HEADER
))
{
if
(
demux
->
common
.
src
->
len
==
0
)
{
...
...
tests/examples/shapewipe/shapewipe-example.c
View file @
063f5532
...
...
@@ -83,7 +83,7 @@ main (gint argc, gchar ** argv)
pipeline_string
=
g_strdup_printf
(
"videotestsrc ! video/x-raw,format=(string)AYUV,width=640,height=480 ! shapewipe name=shape border=%f ! videomixer name=mixer ! videoconvert ! autovideosink filesrc location=%s ! typefind ! decodebin
2
! videoconvert ! videoscale ! queue ! shape.mask_sink videotestsrc pattern=snow ! video/x-raw,format=(string)AYUV,width=640,height=480 ! queue ! mixer."
,
(
"videotestsrc ! video/x-raw,format=(string)AYUV,width=640,height=480 ! shapewipe name=shape border=%f ! videomixer name=mixer ! videoconvert ! autovideosink filesrc location=%s ! typefind ! decodebin ! videoconvert ! videoscale ! queue ! shape.mask_sink videotestsrc pattern=snow ! video/x-raw,format=(string)AYUV,width=640,height=480 ! queue ! mixer."
,
border
,
argv
[
1
]);
pipeline
=
gst_parse_launch
(
pipeline_string
,
NULL
);
...
...
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