summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRavi Kiran K N <ravi.kiran@samsung.com>2015-08-12 17:16:01 +0530
committerTim-Philipp Müller <tim@centricular.com>2015-08-13 14:11:12 +0100
commit6eee26b24bb9e3a10e0a64ba0fa4e476ac4d8d5b (patch)
tree051dddfa89bdd7ad571c895d5c4f57127c77e287
parentb1089fb5207697ba26edb4ff66ed0f465c6df3cf (diff)
matroska: Remove unused variable
https://bugzilla.gnome.org/show_bug.cgi?id=753556
-rw-r--r--gst/matroska/matroska-demux.h1
-rw-r--r--gst/matroska/matroska-parse.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/gst/matroska/matroska-demux.h b/gst/matroska/matroska-demux.h
index 624d17730..d8c2ffe27 100644
--- a/gst/matroska/matroska-demux.h
+++ b/gst/matroska/matroska-demux.h
@@ -63,7 +63,6 @@ typedef struct _GstMatroskaDemux {
/* state */
gboolean streaming;
- guint level_up;
guint64 seek_block;
gboolean seek_first;
diff --git a/gst/matroska/matroska-parse.h b/gst/matroska/matroska-parse.h
index 0d61ba521..7d598f280 100644
--- a/gst/matroska/matroska-parse.h
+++ b/gst/matroska/matroska-parse.h
@@ -62,7 +62,6 @@ typedef struct _GstMatroskaParse {
/* state */
//gboolean streaming;
- guint level_up;
guint64 seek_block;
gboolean seek_first;