mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 12:32:29 +00:00
navseek: Unref peer pad after usage
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=734476
This commit is contained in:
parent
1a35bf9647
commit
edf8728016
1 changed files with 1 additions and 0 deletions
|
@ -173,6 +173,7 @@ gst_navseek_change_playback_rate (GstNavSeek * navseek, gdouble rate)
|
||||||
|
|
||||||
gst_pad_send_event (peer_pad, event);
|
gst_pad_send_event (peer_pad, event);
|
||||||
}
|
}
|
||||||
|
gst_object_unref (peer_pad);
|
||||||
}
|
}
|
||||||
|
|
||||||
static void
|
static void
|
||||||
|
|
Loading…
Reference in a new issue