encodebin: sync muxer state with parent bin

Other elements were synced, but not the muxer.
This commit is contained in:
Vincent Penquerc'h 2013-02-12 17:22:23 +00:00
parent d189beda4d
commit 17cdb54aa4

View file

@ -1727,6 +1727,7 @@ create_elements_and_pads (GstEncodeBin * ebin)
goto stream_error;
}
}
gst_element_sync_state_with_parent (muxer);
} else {
if (G_UNLIKELY (_create_stream_group (ebin, ebin->profile, NULL,
NULL) == NULL))