diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-07-28 09:36:09 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-07-28 09:36:09 +0000 |
commit | ff60b2a7b37d94a1e778df64eb514c723dfe82ef (patch) | |
tree | e5bb14a6b847061251ce80f1829e6ce83cb6f1b3 /ChangeLog | |
parent | 8f041cc75220add1b0c53ba5994a22ee4b7efe03 (diff) | |
download | gst-plugins-bad-ff60b2a7b37d94a1e778df64eb514c723dfe82ef.tar.gz gst-plugins-bad-ff60b2a7b37d94a1e778df64eb514c723dfe82ef.tar.bz2 gst-plugins-bad-ff60b2a7b37d94a1e778df64eb514c723dfe82ef.zip |
gst/wavparse/gstwavparse.c: Add the pad to the element after setting up the caps. This makes it a lot easier to autop...
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.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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: |