summaryrefslogtreecommitdiffstats
path: root/gst/avi/gstavimux.c
diff options
context:
space:
mode:
authorStefan Kost <ensonic@users.sourceforge.net>2007-10-19 19:33:16 +0000
committerStefan Kost <ensonic@users.sourceforge.net>2007-10-19 19:33:16 +0000
commitcc3966d7a38de3dc4c0051543b128bb3850acdd5 (patch)
treee864ae3e117aef7c8f46600dd8883a526182c6a7 /gst/avi/gstavimux.c
parent961c98527027fdb54c64899c0c995115b8870365 (diff)
Add some debug and sync tests with the fix.
Original commit message from CVS: * gst/avi/gstavimux.c: * tests/check/elements/avimux.c: Add some debug and sync tests with the fix.
Diffstat (limited to 'gst/avi/gstavimux.c')
-rw-r--r--gst/avi/gstavimux.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gst/avi/gstavimux.c b/gst/avi/gstavimux.c
index 44c132fb..09129108 100644
--- a/gst/avi/gstavimux.c
+++ b/gst/avi/gstavimux.c
@@ -1631,6 +1631,8 @@ gst_avi_mux_do_buffer (GstAviMux * avimux, GstAviPad * avipad)
data = gst_buffer_make_metadata_writable (data);
gst_buffer_set_caps (data, GST_PAD_CAPS (avimux->srcpad));
+ GST_DEBUG ("pushing buffers: head, data");
+
if ((res = gst_pad_push (avimux->srcpad, header)) != GST_FLOW_OK)
return res;
if ((res = gst_pad_push (avimux->srcpad, data)) != GST_FLOW_OK)