mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-31 03:29:50 +00:00
Fix compilation warning with Forte.
This commit is contained in:
parent
c786c5224a
commit
919b245809
1 changed files with 1 additions and 1 deletions
|
@ -1115,7 +1115,7 @@ gst_ghost_pad_set_target (GstGhostPad * gpad, GstPad * newtarget)
|
|||
if ((oldtarget = GST_PROXY_PAD_TARGET (gpad))) {
|
||||
if (GST_PAD_IS_SRC (oldtarget)) {
|
||||
g_signal_handlers_disconnect_by_func (oldtarget,
|
||||
on_src_target_notify, gpad);
|
||||
(gpointer) on_src_target_notify, gpad);
|
||||
}
|
||||
|
||||
/* if we have an internal pad, unlink */
|
||||
|
|
Loading…
Reference in a new issue