gst/: Fix build against core CVS.

Original commit message from CVS:
* gst/interleave/deinterleave.c: (gst_deinterleave_process):
* gst/vmnc/vmncdec.c: (vmnc_make_buffer):
Fix build against core CVS.
This commit is contained in:
Tim-Philipp Müller 2007-07-11 23:43:25 +00:00
parent 09c161dac1
commit d27f7270b3

View file

@ -251,7 +251,8 @@ gst_deinterleave_process (GstDeinterleave * self, GstBuffer * buf)
goto alloc_buffer_bad_size;
if (buffers_out[i])
gst_buffer_stamp (buffers_out[i], buf);
gst_buffer_copy_metadata (buffers_out[i], buf,
GST_BUFFER_COPY_TIMESTAMPS);
}
/* do the thing */