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 / Register
Toggle navigation
Open sidebar
Sebastian Dröge
gst-plugins-base
Commits
0060900d
Commit
0060900d
authored
May 19, 2011
by
Thiago Santos
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
encodebin: fix typos
parent
0f7522e4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
gst/encoding/gstencodebin.c
gst/encoding/gstencodebin.c
+2
-2
No files found.
gst/encoding/gstencodebin.c
View file @
0060900d
...
...
@@ -110,7 +110,7 @@
* Handling mp3!xing!idv3 and theora!ogg tagsetting scenarios:
* Once we have chosen a muxer:
* When a new stream is requested:
* If muxer is 'Formatter' OR doesn't have a TagSetter interface:
* If muxer is
n't
'Formatter' OR doesn't have a TagSetter interface:
* Find a Formatter for the given stream (preferably with TagSetter)
* Insert that before muxer
**/
...
...
@@ -970,7 +970,7 @@ _create_stream_group (GstEncodeBin * ebin, GstEncodingProfile * sprof,
/* Output Queue.
* We only use a 1buffer long queue here, the actual queueing will be done
* in the in
t
put queue */
* in the input queue */
last
=
sgroup
->
outqueue
=
gst_element_factory_make
(
"queue"
,
NULL
);
g_object_set
(
sgroup
->
outqueue
,
"max-size-buffers"
,
(
guint32
)
1
,
"max-size-bytes"
,
(
guint32
)
0
,
"max-size-time"
,
(
guint64
)
0
,
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