mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-06 16:19:59 +00:00
rtpvp8: update for buffer changes
This commit is contained in:
parent
3edffb13e3
commit
fccfca38d4
1 changed files with 1 additions and 1 deletions
|
@ -372,7 +372,7 @@ gst_rtp_vp8_payload_next (GstRtpVP8Pay * self,
|
|||
offset == self->partition_offset[partition], mark, buffer);
|
||||
sub = gst_buffer_copy_region (buffer, GST_BUFFER_COPY_ALL, offset, available);
|
||||
|
||||
out = gst_buffer_join (header, sub);
|
||||
out = gst_buffer_append (header, sub);
|
||||
|
||||
gst_buffer_list_insert (list, -1, out);
|
||||
|
||||
|
|
Loading…
Reference in a new issue