projects
/
platform
/
upstream
/
gst-plugins-good.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3aa875
)
matroskamux: Add missing semicolon from last commit
author
Sebastian Dröge
<sebastian@centricular.com>
Sun, 5 Jan 2014 09:28:21 +0000
(10:28 +0100)
committer
Sebastian Dröge
<sebastian@centricular.com>
Sun, 5 Jan 2014 09:28:34 +0000
(10:28 +0100)
gst/matroska/matroska-mux.c
patch
|
blob
|
history
diff --git
a/gst/matroska/matroska-mux.c
b/gst/matroska/matroska-mux.c
index 884ee36dd94dfedda807d20187f1b989adf6b082..262d0e19b604e89b4c7a43a0cf701363e283354e 100644
(file)
--- 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);