summaryrefslogtreecommitdiff
path: root/gst/interleave/deinterleave.c
Commit message (Expand)AuthorAgeFilesLines
* interleave: allow per feature registrationStéphane Cerveau2021-03-291-0/+3
* documentation: fix a number of typosAaron Boxer2019-10-051-3/+3
* docs: Port all docstring to gtk-doc markdownThibault Saunier2019-05-131-7/+7
* deinterleave: Allow switching between 1 channel configsVincent Penquerc'h2019-01-281-3/+13
* deinterleave: Reset caps accumulator to ANY when resyncing the adapter, not E...Sebastian Dröge2016-11-141-1/+1
* deinterleave: Return the current caps on the srcpads on caps queriesSebastian Dröge2016-03-241-1/+14
* good: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+2
* deinterleave: Use GstIterator for iterating all pads instead of manually iter...Sebastian Dröge2016-03-171-48/+72
* deinterleave: implement accept-capsThiago Santos2015-09-301-38/+93
* deinterleave: use the caps query filterThiago Santos2015-09-301-0/+8
* deinterleave: implement a caps query handler for the sinkpadThiago Santos2015-09-301-3/+31
* deinterleave: fix caps leakThiago Santos2015-09-301-1/+3
* interlace: catch failure to create audio info from capsVincent Penquerc'h2014-04-211-4/+22
* deinterleave: Don't hold object lock while sending events downstreamSebastian Dröge2013-07-011-12/+11
* deinterleave: Fix sticky event handlingSebastian Dröge2013-05-131-6/+34
* deinterleave: Code style fixesSebastian Dröge2013-05-131-26/+1
* deinterleave: properly set srcpad channel positionPhilippe Normand2012-12-121-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* deinterleave: output channels should be marked as MONO, not FRONT_LEFT, ifMichael Smith2012-10-051-1/+1
* meta info: threadsafe registration using g_onceMichael Smith2012-10-031-0/+2
* docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2012-08-271-2/+2
* deinterleave; downgrade caps change failure debug messageTim-Philipp Müller2012-07-031-1/+3
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-4/+3
* update for memory api changesWim Taymans2012-03-151-1/+1
* deinterleave: port to 0.11Philippe Normand2012-02-081-215/+194
* more template fixesWim Taymans2011-11-041-2/+2
* Remove version numbers from a few gst-launch examples.Stefan Kost2009-01-291-2/+2
* docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost2008-06-131-18/+12
* gst/interleave/: Properly implement duration and position queries in bytes fo...Sebastian Dröge2008-06-051-0/+75
* gst/interleave/deinterleave.c: Add another example launch line.Sebastian Dröge2008-05-261-0/+7
* docs/plugins/: Add interleave/deinterleave to the docs and while at that run ...Sebastian Dröge2008-05-221-0/+4
* gst/interleave/deinterleave.*: Don't set a getcaps() function on the src pads...Sebastian Dröge2008-05-221-7/+24
* gst/interleave/deinterleave.*: Add a property to select whether channel posit...Sebastian Dröge2008-05-191-6/+67
* gst/interleave/deinterleave.*: Queue events until src pads were added and the...Sebastian Dröge2008-05-171-0/+92
* gst/interleave/deinterleave.c: Always set the channel positions when gst_audi...Sebastian Dröge2008-05-171-20/+23
* gst/interleave/: Add support for all raw audio formats and provide better neg...Sebastian Dröge2008-05-161-61/+353
* gst/interleave/: Split definitions into separate header files for better docu...Sebastian Dröge2008-05-141-66/+67
* gst/: Printf format fixes (#476128).Peter Kjellerstedt2007-09-121-1/+1
* gst/: Fix build against core CVS.Tim-Philipp Müller2007-07-111-1/+2
* gst/interleave/deinterleave.c: Remove 'channel-positions' field when munging ...Tim-Philipp Müller2007-03-241-0/+1
* gst/interleave/deinterleave.c: Don't leak input buffer in chain function; mai...Tim-Philipp Müller2007-03-221-28/+26
* gst/interleave/deinterleave.c (gst_deinterleave_add_new_pads): Use fixed caps...Andy Wingo2007-01-131-5/+11
* New elements interleave and deinterleave, implement channel interleaving and ...Andy Wingo2007-01-071-0/+337