From a3887a915a42fcb23a29b8ac6895d91359d333c1 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Wed, 8 Oct 2008 14:01:42 +0000 Subject: [PATCH] changelog Original commit message from CVS: changelog --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index d6440a93b0..28a12b8998 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2008-10-08 Andy Wingo + + * gst/playback/gstdecodebin2.c (expose_pad): Fix typo: unset + target instead of setting it. + (gst_decode_pad_activate, gst_decode_pad_unblock): This is now the + API for a decode pad. The bugfix is that we set the group in + activate(), not when the pad was created because it might be NULL + then. + (gst_decode_group_control_source_pad, gst_decode_group_expose): + Update to use the API. + 2008-10-08 Andy Wingo * gst/playback/gstdecodebin2.c (struct _GstDecodePad): Change to