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:
parent
09c161dac1
commit
d27f7270b3
@ -251,7 +251,8 @@ gst_deinterleave_process (GstDeinterleave * self, GstBuffer * buf)
|
|||||||
goto alloc_buffer_bad_size;
|
goto alloc_buffer_bad_size;
|
||||||
|
|
||||||
if (buffers_out[i])
|
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 */
|
/* do the thing */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user