mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 04:01:08 +00:00
gst/videorate/gstvideorate.c: Initialize the property as well.
Original commit message from CVS: * gst/videorate/gstvideorate.c: (gst_videorate_class_init), (gst_videorate_init): Initialize the property as well.
This commit is contained in:
parent
4d9cb8e1bd
commit
c09d2389f5
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
|||
2004-06-22 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/videorate/gstvideorate.c: (gst_videorate_class_init),
|
||||
(gst_videorate_init):
|
||||
Initialize the property as well.
|
||||
|
||||
2004-06-22 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* gst/videorate/gstvideorate.c: (gst_videorate_class_init),
|
||||
|
|
|
@ -310,6 +310,7 @@ gst_videorate_init (GstVideorate * videorate)
|
|||
videorate->drop = 0;
|
||||
videorate->dup = 0;
|
||||
videorate->silent = DEFAULT_SILENT;
|
||||
videorate->new_pref = DEFAULT_NEW_PREF;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
Loading…
Reference in a new issue