gstreamer/gst/interleave
Sebastian Dröge 165253fdef gst/interleave/interleave.*: Use an always increasing integer for the number in the name of the requested sink pads t...
Original commit message from CVS:
* gst/interleave/interleave.c: (gst_interleave_pad_get_type),
(gst_interleave_pad_get_property), (gst_interleave_pad_class_init),
(gst_interleave_request_new_pad), (gst_interleave_release_pad):
* gst/interleave/interleave.h:
Use an always increasing integer for the number in the name of the
requested sink pads to guarantuee a unique name. Add a "channel"
property to GstInterleavePad to make it possible for applications
to retrieve the channel number in the output for every pad.
Use g_type_register_static_simple() instead of
g_type_register_static() to save some relocations.
2008-06-04 06:48:46 +00:00
..
deinterleave.c gst/interleave/deinterleave.c: Add another example launch line. 2008-05-26 10:28:47 +00:00
deinterleave.h gst/interleave/deinterleave.*: Don't set a getcaps() function on the src pads as it's not required and the default ge... 2008-05-22 18:55:09 +00:00
interleave.c gst/interleave/interleave.*: Use an always increasing integer for the number in the name of the requested sink pads t... 2008-06-04 06:48:46 +00:00
interleave.h gst/interleave/interleave.*: Use an always increasing integer for the number in the name of the requested sink pads t... 2008-06-04 06:48:46 +00:00
Makefile.am gst/interleave/: Add support for all raw audio formats and provide better negotiation if the caps are changing. 2008-05-16 21:56:24 +00:00
plugin.c New elements interleave and deinterleave, implement channel interleaving and deinterleaving. 2007-01-07 22:03:54 +00:00
plugin.h gst/interleave/: Split definitions into separate header files for better documentation generation. 2008-05-14 07:32:44 +00:00