mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-07 07:58:51 +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:
|
beach:
|
||||||
g_value_unset (&item);
|
g_value_unset (&item);
|
||||||
|
if (G_IS_VALUE (&item))
|
||||||
|
g_value_unset (&item);
|
||||||
if (it)
|
if (it)
|
||||||
gst_iterator_free (it);
|
gst_iterator_free (it);
|
||||||
gst_object_unref (sinkpad);
|
gst_object_unref (sinkpad);
|
||||||
|
|
Loading…
Reference in a new issue