rtpvp8: update for buffer changes

This commit is contained in:
Wim Taymans 2012-03-28 12:49:54 +02:00 committed by Tim-Philipp Müller
parent 3edffb13e3
commit fccfca38d4

View file

@ -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);