mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
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
This commit is contained in:
parent
2ea4f5b3c9
commit
66e41fd204
2 changed files with 6 additions and 0 deletions
|
@ -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>
|
2005-11-23 Julien MOUTTE <julien@moutte.net>
|
||||||
|
|
||||||
* ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
|
* ext/cairo/gsttimeoverlay.c: (gst_timeoverlay_update_font_height),
|
||||||
|
|
|
@ -310,6 +310,7 @@ gst_navigationtest_init (GTypeInstance * instance, gpointer g_class)
|
||||||
|
|
||||||
navtest->x = -1;
|
navtest->x = -1;
|
||||||
navtest->y = -1;
|
navtest->y = -1;
|
||||||
|
g_value_init (&navtest->framerate, GST_TYPE_FRACTION);
|
||||||
}
|
}
|
||||||
|
|
||||||
GType
|
GType
|
||||||
|
|
Loading…
Reference in a new issue