summaryrefslogtreecommitdiff
path: root/gst/matroska/matroska-ids.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/matroska/matroska-ids.c')
-rw-r--r--gst/matroska/matroska-ids.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/matroska/matroska-ids.c b/gst/matroska/matroska-ids.c
index 444084b95..65af1cc4c 100644
--- a/gst/matroska/matroska-ids.c
+++ b/gst/matroska/matroska-ids.c
@@ -331,8 +331,8 @@ gst_matroska_track_free (GstMatroskaTrackContext * track)
g_array_free (track->encodings, TRUE);
}
- if (track->pending_tags)
- gst_tag_list_unref (track->pending_tags);
+ if (track->tags)
+ gst_tag_list_unref (track->tags);
if (track->index_table)
g_array_free (track->index_table, TRUE);