mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
decodebin: Check if value is set before unsetting it
https://bugzilla.gnome.org/show_bug.cgi?id=693401
This commit is contained in:
parent
5385a65b04
commit
872cc295a6
1 changed files with 2 additions and 0 deletions
|
@ -3131,6 +3131,8 @@ gst_decode_group_control_demuxer_pad (GstDecodeGroup * group, GstPad * pad)
|
|||
|
||||
beach:
|
||||
g_value_unset (&item);
|
||||
if (G_IS_VALUE (&item))
|
||||
g_value_unset (&item);
|
||||
if (it)
|
||||
gst_iterator_free (it);
|
||||
gst_object_unref (sinkpad);
|
||||
|
|
Loading…
Reference in a new issue