projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8692ae2
)
mxfmux: Fix EOS logic again
author
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Sat, 9 May 2009 13:48:41 +0000
(15:48 +0200)
committer
Sebastian Dröge
<sebastian.droege@collabora.co.uk>
Sat, 9 May 2009 13:50:51 +0000
(15:50 +0200)
gst/mxf/mxfmux.c
patch
|
blob
|
history
diff --git
a/gst/mxf/mxfmux.c
b/gst/mxf/mxfmux.c
index a63172f276cdcbd40f4383b334f1fa7685b8636b..8aaa014e1bfc67d0dcbf992112854415c47c5563 100644
(file)
--- a/
gst/mxf/mxfmux.c
+++ b/
gst/mxf/mxfmux.c
@@
-1150,10
+1150,11
@@
gst_mxf_mux_handle_eos (GstMXFMux * mux)
best = cpad;
break;
}
- } else if (have_data && !l->next) {
+ }
+
+ if (have_data && !l->next) {
mux->last_gc_position++;
mux->last_gc_timestamp = next_gc_timestamp;
- have_data = FALSE;
best = NULL;
break;
}