diff options
author | Wim Taymans <wim.taymans@collabora.co.uk> | 2011-06-10 11:59:53 +0200 |
---|---|---|
committer | Wim Taymans <wim.taymans@collabora.co.uk> | 2011-06-10 11:59:53 +0200 |
commit | db999572a87b5872a95240bd21ac2c7f1b5d2410 (patch) | |
tree | 44bfae5a7cb51e58392ad04f4c2050ead9aa3597 /gst/encoding | |
parent | 4fa7dfb07af4e74029934db5eed53618b01ad7f0 (diff) |
-base: fix for flush_stop event API change
Diffstat (limited to 'gst/encoding')
-rw-r--r-- | gst/encoding/gstsmartencoder.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/encoding/gstsmartencoder.c b/gst/encoding/gstsmartencoder.c index 0f9ab4949..bfd728944 100644 --- a/gst/encoding/gstsmartencoder.c +++ b/gst/encoding/gstsmartencoder.c @@ -199,7 +199,7 @@ gst_smart_encoder_reencode_gop (GstSmartEncoder * smart_encoder) gst_pad_push_event (smart_encoder->internal_srcpad, gst_event_new_flush_start ()); gst_pad_push_event (smart_encoder->internal_srcpad, - gst_event_new_flush_stop ()); + gst_event_new_flush_stop (TRUE)); /* push newsegment */ GST_INFO ("Pushing newsegment %" GST_PTR_FORMAT, smart_encoder->newsegment); |