summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--gst/debug/gstnavigationtest.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 95cf15af..cc198803 100644
--- 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),
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