mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
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
1 changed files with 2 additions and 1 deletions
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue