mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 03:35:21 +00:00
rtpdtmfmux: Avoid taking an unnecessary ref
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=733122
This commit is contained in:
parent
5f722ca182
commit
ca22ad8da9
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ gst_rtp_dtmf_mux_request_new_pad (GstElement * element, GstPadTemplate * templ,
|
|||
padpriv = gst_pad_get_element_private (pad);
|
||||
|
||||
if (gst_element_class_get_pad_template (GST_ELEMENT_GET_CLASS (element),
|
||||
"priority_sink_%u") == gst_pad_get_pad_template (pad))
|
||||
"priority_sink_%u") == GST_PAD_PAD_TEMPLATE (pad))
|
||||
padpriv->priority = TRUE;
|
||||
GST_OBJECT_UNLOCK (element);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue