gst/wavparse/gstwavparse.c: Add the pad to the element after setting up the caps...
authorWim Taymans <wim.taymans@gmail.com>
Wed, 28 Jul 2004 09:36:09 +0000 (09:36 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Wed, 28 Jul 2004 09:36:09 +0000 (09:36 +0000)
Original commit message from CVS:
* gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
(gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
Add the pad to the element after setting up the caps. This
makes it a lot easier to autoplug.

ChangeLog

index e6c8382b8eac0246c534a2b863f765a44c838804..b226c21c6c29f4d8d81612d091c09ba53e0b913a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2004-07-28  Wim Taymans  <wim@fluendo.com>
+
+       * gst/wavparse/gstwavparse.c: (gst_wavparse_fmt),
+       (gst_wavparse_handle_seek), (gst_wavparse_srcpad_event):
+       Add the pad to the element after setting up the caps. This
+       makes it a lot easier to autoplug.
+
 2004-07-27  Steve Lhomme  <steve.lhomme@free.fr>
 
        * gst/median/gstmedian.c: