diff options
-rw-r--r-- | gnl/gnloperation.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnl/gnloperation.c b/gnl/gnloperation.c index 7617fbe..e58ff72 100644 --- a/gnl/gnloperation.c +++ b/gnl/gnloperation.c @@ -563,7 +563,7 @@ get_unlinked_sink_ghost_pad (GnlOperation * operation) } else { gst_object_unref (peer); } - g_value_unset (&item); + g_value_reset (&item); break; } case GST_ITERATOR_RESYNC: @@ -579,7 +579,7 @@ get_unlinked_sink_ghost_pad (GnlOperation * operation) } } - g_value_reset (&item); + g_value_unset (&item); gst_iterator_free (pads); if (ret) |