splitmuxsrc: Fix extra unref handling queries

https://bugzilla.gnome.org/show_bug.cgi?id=772138
This commit is contained in:
Jan Schmidt 2016-09-29 02:47:36 +10:00
parent f8d7a2a0af
commit 359f8ff2d7

View file

@ -994,7 +994,6 @@ gst_splitmux_part_reader_src_query (GstSplitMuxPartReader * part,
return FALSE;
ret = gst_pad_peer_query (target, query);
gst_object_unref (GST_OBJECT_CAST (target));
if (ret == FALSE)
goto out;