From c09d2389f5e115ed228f6a1f0d284c7f248a2244 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Tue, 22 Jun 2004 11:57:22 +0000 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ gst/videorate/gstvideorate.c | 1 + 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 02910b8e00..1bb0fb0522 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-06-22 Wim Taymans + + * gst/videorate/gstvideorate.c: (gst_videorate_class_init), + (gst_videorate_init): + Initialize the property as well. + 2004-06-22 Wim Taymans * gst/videorate/gstvideorate.c: (gst_videorate_class_init), diff --git a/gst/videorate/gstvideorate.c b/gst/videorate/gstvideorate.c index a86969345f..63d3b6e9af 100644 --- a/gst/videorate/gstvideorate.c +++ b/gst/videorate/gstvideorate.c @@ -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