Merge branch 'master' into 0.11
Conflicts: ext/pango/gsttextoverlay.c gst/encoding/gstencodebin.c
This commit is contained in:
commit
e787c7a5e2
@ -1063,7 +1063,7 @@ _create_stream_group (GstEncodeBin * ebin, GstEncodingProfile * sprof,
|
|||||||
* if the muxer isn't a formatter and doesn't implement the tagsetter interface
|
* if the muxer isn't a formatter and doesn't implement the tagsetter interface
|
||||||
*/
|
*/
|
||||||
if (!ebin->muxer || (!GST_IS_TAG_SETTER (ebin->muxer)
|
if (!ebin->muxer || (!GST_IS_TAG_SETTER (ebin->muxer)
|
||||||
|| !_has_class (ebin->muxer, "Formatter"))) {
|
&& !_has_class (ebin->muxer, "Formatter"))) {
|
||||||
sgroup->formatter = _get_formatter (ebin, sprof);
|
sgroup->formatter = _get_formatter (ebin, sprof);
|
||||||
if (sgroup->formatter) {
|
if (sgroup->formatter) {
|
||||||
GST_DEBUG ("Adding formatter for %" GST_PTR_FORMAT, format);
|
GST_DEBUG ("Adding formatter for %" GST_PTR_FORMAT, format);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user