mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
rtpmp4vdepay: Enabled header extension aggregation
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5378>
This commit is contained in:
parent
334ceaca21
commit
e1e7421982
1 changed files with 2 additions and 0 deletions
|
@ -106,6 +106,8 @@ gst_rtp_mp4v_depay_class_init (GstRtpMP4VDepayClass * klass)
|
|||
static void
|
||||
gst_rtp_mp4v_depay_init (GstRtpMP4VDepay * rtpmp4vdepay)
|
||||
{
|
||||
gst_rtp_base_depayload_set_aggregate_hdrext_enabled (GST_RTP_BASE_DEPAYLOAD
|
||||
(rtpmp4vdepay), TRUE);
|
||||
rtpmp4vdepay->adapter = gst_adapter_new ();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue