mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
videocontext: Remove the explicit unrefing of pad object getting from iterator.
This commit is contained in:
parent
37bac4c1ed
commit
99b6f14486
1 changed files with 0 additions and 1 deletions
|
@ -192,7 +192,6 @@ gst_video_context_pad_query (const GValue * item, GValue * value,
|
|||
gboolean res;
|
||||
|
||||
res = gst_pad_peer_query (pad, query);
|
||||
gst_object_unref (pad);
|
||||
|
||||
if (res) {
|
||||
g_value_set_boolean (value, TRUE);
|
||||
|
|
Loading…
Reference in a new issue