summaryrefslogtreecommitdiffstats
path: root/gst/debug/gstnavigationtest.c
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2005-11-23 16:49:16 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2005-11-23 16:49:16 +0000
commit66e41fd204099a176918a47de65995961e6bfef6 (patch)
tree78903544ebcf2ba83702e887777dc7b16cac14c5 /gst/debug/gstnavigationtest.c
parent2ea4f5b3c92819681f2d9e6f5f8d014b4d179344 (diff)
gst/debug/gstnavigationtest.c: Oops, initialise the framerate GValue
Original commit message from CVS: * gst/debug/gstnavigationtest.c: (gst_navigationtest_init): Oops, initialise the framerate GValue
Diffstat (limited to 'gst/debug/gstnavigationtest.c')
-rw-r--r--gst/debug/gstnavigationtest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/debug/gstnavigationtest.c b/gst/debug/gstnavigationtest.c
index bc40ae58..a88583b5 100644
--- a/gst/debug/gstnavigationtest.c
+++ b/gst/debug/gstnavigationtest.c
@@ -310,6 +310,7 @@ gst_navigationtest_init (GTypeInstance * instance, gpointer g_class)
navtest->x = -1;
navtest->y = -1;
+ g_value_init (&navtest->framerate, GST_TYPE_FRACTION);
}
GType