basertpdepayload: ensure writable metadata
This commit is contained in:
parent
f9ca4f6097
commit
ed71d802fc
@ -486,6 +486,9 @@ gst_base_rtp_depayload_push_full (GstBaseRTPDepayload * filter,
|
|||||||
|
|
||||||
priv = filter->priv;
|
priv = filter->priv;
|
||||||
|
|
||||||
|
/* almost certainly required */
|
||||||
|
out_buf = gst_buffer_make_metadata_writable (out_buf);
|
||||||
|
|
||||||
/* set the caps if any */
|
/* set the caps if any */
|
||||||
srccaps = GST_PAD_CAPS (filter->srcpad);
|
srccaps = GST_PAD_CAPS (filter->srcpad);
|
||||||
if (G_LIKELY (srccaps))
|
if (G_LIKELY (srccaps))
|
||||||
|
Loading…
x
Reference in New Issue
Block a user