summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2004-10-06 13:56:07 +0000
committerWim Taymans <wim.taymans@gmail.com>2004-10-06 13:56:07 +0000
commit6f17aaa8294214267ae836f333dcba015ec66ab8 (patch)
tree1a751682b6ea7b9de18bcc29d429046dc7efd9d6
parentc68d60fd0a4ca59f607b50cf7a3ba77287428be3 (diff)
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.
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f7d7eec9..86e7a034 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2004-10-06 Wim Taymans <wim@fluendo.com>
+ * 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 <wim@fluendo.com>
+
* gst/playback/gstdecodebin.c: (gst_decode_bin_init),
(find_compatibles), (close_pad_link), (try_to_link_1),
(no_more_pads), (close_link), (type_found):