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.c17
1 files changed, 0 insertions, 17 deletions
diff --git a/gst/matroska/matroska-ids.c b/gst/matroska/matroska-ids.c
index b7153ba4e..0ee39d31e 100644
--- a/gst/matroska/matroska-ids.c
+++ b/gst/matroska/matroska-ids.c
@@ -26,23 +26,6 @@
#include "matroska-ids.h"
-GType
-gst_matroska_doctype_get_type (void)
-{
- static GType doctype_type = 0;
-
- static const GEnumValue doctype_types[] = {
- {GST_MATROSKA_DOCTYPE_MATROSKA, "Matroska", "matroska"},
- {GST_MATROSKA_DOCTYPE_WEBM, "WebM", "webm"},
- {0, NULL, NULL}
- };
-
- if (!doctype_type) {
- doctype_type = g_enum_register_static ("GstMatroskaDoctype", doctype_types);
- }
- return doctype_type;
-}
-
gboolean
gst_matroska_track_init_video_context (GstMatroskaTrackContext ** p_context)
{