mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 20:21:24 +00:00
rtpmux: Fix warning
This commit is contained in:
parent
74e0724acf
commit
962f9173f2
1 changed files with 1 additions and 1 deletions
|
@ -274,7 +274,7 @@ gst_rtp_mux_setup_sinkpad (GstRTPMux * rtp_mux, GstPad * sinkpad)
|
|||
gst_pad_set_active (sinkpad, TRUE);
|
||||
|
||||
gst_pad_set_element_private (sinkpad, padpriv);
|
||||
g_object_weak_ref (sinkpad, free_pad_private, padpriv);
|
||||
g_object_weak_ref (G_OBJECT (sinkpad), free_pad_private, padpriv);
|
||||
|
||||
/* dd the pad to the element */
|
||||
gst_element_add_pad (GST_ELEMENT (rtp_mux), sinkpad);
|
||||
|
|
Loading…
Reference in a new issue