summaryrefslogtreecommitdiffstats
path: root/gst/matroska/ebml-read.c
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2008-06-15 14:08:41 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2008-06-15 14:08:41 +0000
commit8012622e1bddb6477d5ea32ad2cdf45fd8d19806 (patch)
tree86370d7dbba5ba27d623f5d3a34bbda2e34889b2 /gst/matroska/ebml-read.c
parent3a99102c491970acefceeed80b74d1b973807b4f (diff)
gst/matroska/: Make sure that every Tags element is only parsed once and it's containing tags are only posted once.
Original commit message from CVS: * gst/matroska/ebml-read.c: * gst/matroska/ebml-read.h: * gst/matroska/matroska-demux.c: (gst_matroska_demux_reset), (gst_matroska_demux_parse_metadata): * gst/matroska/matroska-demux.h: Make sure that every Tags element is only parsed once and it's containing tags are only posted once.
Diffstat (limited to 'gst/matroska/ebml-read.c')
-rw-r--r--gst/matroska/ebml-read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/matroska/ebml-read.c b/gst/matroska/ebml-read.c
index fce3ff61..87d62345 100644
--- a/gst/matroska/ebml-read.c
+++ b/gst/matroska/ebml-read.c
@@ -75,7 +75,7 @@ gst_ebml_read_get_type (void)
return gst_ebml_read_type;
}
-static void
+void
gst_ebml_level_free (GstEbmlLevel * level)
{
g_slice_free (GstEbmlLevel, level);