From 17cdb54aa4255f6f24c38e24f5ade72ceb482f76 Mon Sep 17 00:00:00 2001 From: Vincent Penquerc'h Date: Tue, 12 Feb 2013 17:22:23 +0000 Subject: [PATCH] encodebin: sync muxer state with parent bin Other elements were synced, but not the muxer. --- gst/encoding/gstencodebin.c | 1 + 1 file changed, 1 insertion(+) diff --git a/gst/encoding/gstencodebin.c b/gst/encoding/gstencodebin.c index fc32bbd..96bb4b9 100644 --- a/gst/encoding/gstencodebin.c +++ b/gst/encoding/gstencodebin.c @@ -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)) -- 2.7.4