mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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;
|
return FALSE;
|
||||||
|
|
||||||
ret = gst_pad_peer_query (target, query);
|
ret = gst_pad_peer_query (target, query);
|
||||||
gst_object_unref (GST_OBJECT_CAST (target));
|
|
||||||
|
|
||||||
if (ret == FALSE)
|
if (ret == FALSE)
|
||||||
goto out;
|
goto out;
|
||||||
|
|
Loading…
Reference in a new issue