rtpvp8: update for buffer changes
This commit is contained in:
parent
3edffb13e3
commit
fccfca38d4
@ -372,7 +372,7 @@ gst_rtp_vp8_payload_next (GstRtpVP8Pay * self,
|
|||||||
offset == self->partition_offset[partition], mark, buffer);
|
offset == self->partition_offset[partition], mark, buffer);
|
||||||
sub = gst_buffer_copy_region (buffer, GST_BUFFER_COPY_ALL, offset, available);
|
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);
|
gst_buffer_list_insert (list, -1, out);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user