From: Sebastian Dröge Date: Sun, 5 Jan 2014 09:28:21 +0000 (+0100) Subject: matroskamux: Add missing semicolon from last commit X-Git-Tag: 1.3.1~389 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a4a7dafc32223e52eb597f4dfe5c0d0db7c3a726;p=platform%2Fupstream%2Fgst-plugins-good.git matroskamux: Add missing semicolon from last commit --- diff --git a/gst/matroska/matroska-mux.c b/gst/matroska/matroska-mux.c index 884ee36dd..262d0e19b 100644 --- a/gst/matroska/matroska-mux.c +++ b/gst/matroska/matroska-mux.c @@ -3270,8 +3270,8 @@ gst_matroska_mux_write_data (GstMatroskaMux * mux, GstMatroskaPad * collect_pad, } timestamp = gst_segment_to_running_time (&collect_pad->collect.segment, - GST_FORMAT_TIME, GST_BUFFER_TIMESTAMP (buf)) - if (!GST_CLOCK_TIME_IS_VALID (timestamp)) { + GST_FORMAT_TIME, GST_BUFFER_TIMESTAMP (buf)); + if (!GST_CLOCK_TIME_IS_VALID (timestamp)) { GST_WARNING_OBJECT (collect_pad->collect.pad, "Invalid buffer running time; dropping buffer"); gst_buffer_unref (buf);