gst/debug/gstnavigationtest.c: Oops, initialise the framerate GValue
authorJan Schmidt <thaytan@mad.scientist.com>
Wed, 23 Nov 2005 16:49:16 +0000 (16:49 +0000)
committerJan Schmidt <thaytan@mad.scientist.com>
Wed, 23 Nov 2005 16:49:16 +0000 (16:49 +0000)
Original commit message from CVS:
* gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
Oops, initialise the framerate GValue

ChangeLog
gst/debug/gstnavigationtest.c

index 95cf15a..cc19880 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-11-23  Jan Schmidt  <thaytan@mad.scientist.com>
+
+       * gst/debug/gstnavigationtest.c: (gst_navigationtest_init):
+       Oops, initialise the framerate GValue
+
 2005-11-23  Julien MOUTTE  <julien@moutte.net>
 
        * ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
index bc40ae5..a88583b 100644 (file)
@@ -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