mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-26 10:10:32 +00:00
basertpdepayload: ensure writable metadata
This commit is contained in:
parent
f9ca4f6097
commit
ed71d802fc
1 changed files with 3 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Reference in a new issue