From: Mark Nauwelaerts Date: Fri, 30 Apr 2010 17:37:33 +0000 (+0200) Subject: basertpdepayload: ensure writable metadata X-Git-Tag: RELEASE-0.10.30~252 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ed71d802fc39e1a5f902ea3f56e42f9470a0b8aa;p=platform%2Fupstream%2Fgst-plugins-base.git basertpdepayload: ensure writable metadata --- diff --git a/gst-libs/gst/rtp/gstbasertpdepayload.c b/gst-libs/gst/rtp/gstbasertpdepayload.c index 920f0a9..4dca0ca 100644 --- a/gst-libs/gst/rtp/gstbasertpdepayload.c +++ b/gst-libs/gst/rtp/gstbasertpdepayload.c @@ -486,6 +486,9 @@ gst_base_rtp_depayload_push_full (GstBaseRTPDepayload * filter, priv = filter->priv; + /* almost certainly required */ + out_buf = gst_buffer_make_metadata_writable (out_buf); + /* set the caps if any */ srccaps = GST_PAD_CAPS (filter->srcpad); if (G_LIKELY (srccaps))