Merge branch 'master' into 0.11

Conflicts:
	ext/pango/gsttextoverlay.c
	gst/encoding/gstencodebin.c
This commit is contained in:
Wim Taymans 2011-10-03 10:11:19 +02:00
commit e787c7a5e2

View file

@ -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 (!ebin->muxer || (!GST_IS_TAG_SETTER (ebin->muxer)
|| !_has_class (ebin->muxer, "Formatter"))) {
&& !_has_class (ebin->muxer, "Formatter"))) {
sgroup->formatter = _get_formatter (ebin, sprof);
if (sgroup->formatter) {
GST_DEBUG ("Adding formatter for %" GST_PTR_FORMAT, format);