summaryrefslogtreecommitdiffstats
path: root/gst/debugutils/gstnavigationtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'gst/debugutils/gstnavigationtest.c')
-rw-r--r--gst/debugutils/gstnavigationtest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gst/debugutils/gstnavigationtest.c b/gst/debugutils/gstnavigationtest.c
index 5c339252..2f23c517 100644
--- a/gst/debugutils/gstnavigationtest.c
+++ b/gst/debugutils/gstnavigationtest.c
@@ -283,11 +283,9 @@ gst_navigationtest_base_init (gpointer g_class)
static void
gst_navigationtest_class_init (gpointer klass, gpointer class_data)
{
- GObjectClass *gobject_class;
GstElementClass *element_class;
GstBaseTransformClass *trans_class;
- gobject_class = (GObjectClass *) klass;
element_class = (GstElementClass *) klass;
trans_class = (GstBaseTransformClass *) klass;