videocontext: Remove the explicit unrefing of pad object getting from iterator.
This commit is contained in:
parent
37bac4c1ed
commit
99b6f14486
@ -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…
x
Reference in New Issue
Block a user