mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
hlsdemux: Don't set the element private data on the srcpads
It's not used anyway.
This commit is contained in:
parent
60f1dadd1c
commit
245a7d94f5
1 changed files with 0 additions and 1 deletions
|
@ -654,7 +654,6 @@ switch_pads (GstHLSDemux * demux, GstCaps * newcaps)
|
|||
GST_DEBUG_FUNCPTR (gst_hls_demux_src_event));
|
||||
gst_pad_set_query_function (demux->srcpad,
|
||||
GST_DEBUG_FUNCPTR (gst_hls_demux_src_query));
|
||||
gst_pad_set_element_private (demux->srcpad, demux);
|
||||
gst_pad_use_fixed_caps (demux->srcpad);
|
||||
gst_pad_set_active (demux->srcpad, TRUE);
|
||||
|
||||
|
|
Loading…
Reference in a new issue