From 5404cf4bf1b564ef20495b0ab2c8801d9c280489 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 6 Oct 2004 13:56:07 +0000 Subject: [PATCH] gst/flx/gstflxdec.c: Actually _do_ negotiation. Pass gdouble as arg instead of guint64 for the framerate. Original commit message from CVS: * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop): Actually _do_ negotiation. Pass gdouble as arg instead of guint64 for the framerate. --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index f7d7eec94b..86e7a03447 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2004-10-06 Wim Taymans + + * gst/flx/gstflxdec.c: (gst_flxdec_init), (gst_flxdec_loop): + Actually _do_ negotiation. Pass gdouble as arg instead + of guint64 for the framerate. + 2004-10-06 Wim Taymans * gst/playback/gstdecodebin.c: (gst_decode_bin_init),