mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
splitmuxsrc: Fix extra unref handling queries
https://bugzilla.gnome.org/show_bug.cgi?id=772138
This commit is contained in:
parent
f8d7a2a0af
commit
359f8ff2d7
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue