diff options
author | Sebastian Dröge <slomo@circular-chaos.org> | 2008-05-22 18:55:09 +0000 |
---|---|---|
committer | Sebastian Dröge <slomo@circular-chaos.org> | 2008-05-22 18:55:09 +0000 |
commit | c6f17c33887b5ceafefd21db820b1d1bbe596577 (patch) | |
tree | c48288ef5c990110e81cd88387ca9289f06ad2de /gst/interleave/deinterleave.h | |
parent | 464df32d53bd1a4ab570276d3af6da4da1b4321a (diff) | |
download | gst-plugins-bad-c6f17c33887b5ceafefd21db820b1d1bbe596577.tar.gz gst-plugins-bad-c6f17c33887b5ceafefd21db820b1d1bbe596577.tar.bz2 gst-plugins-bad-c6f17c33887b5ceafefd21db820b1d1bbe596577.zip |
gst/interleave/deinterleave.*: Don't set a getcaps() function on the src pads as it's not required and the default ge...
Original commit message from CVS:
* gst/interleave/deinterleave.c: (gst_deinterleave_base_init),
(gst_deinterleave_class_init), (gst_deinterleave_init),
(gst_deinterleave_add_new_pads), (gst_deinterleave_sink_getcaps):
* gst/interleave/deinterleave.h:
Don't set a getcaps() function on the src pads as it's not required
and the default getcaps() function returns the correct results for
our src pads.
Complete documentation and add myself to the authors of the element.
Diffstat (limited to 'gst/interleave/deinterleave.h')
-rw-r--r-- | gst/interleave/deinterleave.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/interleave/deinterleave.h b/gst/interleave/deinterleave.h index 2287944a..fe8ec75d 100644 --- a/gst/interleave/deinterleave.h +++ b/gst/interleave/deinterleave.h @@ -5,7 +5,7 @@ * 2007 Andy Wingo <wingo at pobox.com> * 2008 Sebastian Dröge <slomo@circular-chaos.org> * - * deinterleave.c: deinterleave samples, based on interleave.c + * deinterleave.c: deinterleave samples * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public |