rtpvp8: update for buffer changes
authorWim Taymans <wim.taymans@collabora.co.uk>
Wed, 28 Mar 2012 10:49:54 +0000 (12:49 +0200)
committerTim-Philipp Müller <tim@centricular.net>
Thu, 1 Nov 2012 20:53:48 +0000 (20:53 +0000)
gst/rtp/gstrtpvp8pay.c

index 084c925..8907552 100644 (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);