mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +00:00
encodebin: fix typos
This commit is contained in:
parent
0f7522e449
commit
0060900d68
1 changed files with 2 additions and 2 deletions
|
@ -110,7 +110,7 @@
|
||||||
* Handling mp3!xing!idv3 and theora!ogg tagsetting scenarios:
|
* Handling mp3!xing!idv3 and theora!ogg tagsetting scenarios:
|
||||||
* Once we have chosen a muxer:
|
* Once we have chosen a muxer:
|
||||||
* When a new stream is requested:
|
* When a new stream is requested:
|
||||||
* If muxer is 'Formatter' OR doesn't have a TagSetter interface:
|
* If muxer isn't 'Formatter' OR doesn't have a TagSetter interface:
|
||||||
* Find a Formatter for the given stream (preferably with TagSetter)
|
* Find a Formatter for the given stream (preferably with TagSetter)
|
||||||
* Insert that before muxer
|
* Insert that before muxer
|
||||||
**/
|
**/
|
||||||
|
@ -970,7 +970,7 @@ _create_stream_group (GstEncodeBin * ebin, GstEncodingProfile * sprof,
|
||||||
|
|
||||||
/* Output Queue.
|
/* Output Queue.
|
||||||
* We only use a 1buffer long queue here, the actual queueing will be done
|
* We only use a 1buffer long queue here, the actual queueing will be done
|
||||||
* in the intput queue */
|
* in the input queue */
|
||||||
last = sgroup->outqueue = gst_element_factory_make ("queue", NULL);
|
last = sgroup->outqueue = gst_element_factory_make ("queue", NULL);
|
||||||
g_object_set (sgroup->outqueue, "max-size-buffers", (guint32) 1,
|
g_object_set (sgroup->outqueue, "max-size-buffers", (guint32) 1,
|
||||||
"max-size-bytes", (guint32) 0, "max-size-time", (guint64) 0, NULL);
|
"max-size-bytes", (guint32) 0, "max-size-time", (guint64) 0, NULL);
|
||||||
|
|
Loading…
Reference in a new issue