summaryrefslogtreecommitdiffstats
path: root/gst/interleave
Commit message (Expand)AuthorAgeFilesLines
* interleave: fix indenting and upgrade two debugs to warnings.Stefan Kost2009-07-211-9/+2
* Remove trivial unused variables detected by CLang static analyzer.Edward Hervey2009-04-181-7/+1
* Remove version numbers from a few gst-launch examples.Stefan Kost2009-01-292-4/+4
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* gst/: Fix build flags order.Jan Schmidt2008-09-171-1/+1
* docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost2008-06-132-38/+24
* gst/interleave/: Properly implement duration and position queries in bytes fo...Sebastian Dröge2008-06-052-0/+85
* gst/interleave/interleave.*: Use an always increasing integer for the number ...Sebastian Dröge2008-06-042-16/+51
* gst/interleave/interleave.c: Stop GstCollectPads before calling the parent's ...Sebastian Dröge2008-06-031-3/+8
* gst/interleave/interleave.c: Use new gst_audio_check_channel_positions() func...Sebastian Dröge2008-06-031-78/+12
* gst/interleave/interleave.*: Allow setting channel positions via a property a...Sebastian Dröge2008-06-022-38/+414
* gst/interleave/interleave.c: Implement latency query.Sebastian Dröge2008-05-281-0/+89
* gst/interleave/deinterleave.c: Add another example launch line.Sebastian Dröge2008-05-263-455/+689
* 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-222-8/+25
* gst/interleave/deinterleave.*: Add a property to select whether channel posit...Sebastian Dröge2008-05-192-6/+68
* gst/interleave/deinterleave.*: Queue events until src pads were added and the...Sebastian Dröge2008-05-172-0/+94
* 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-163-63/+362
* gst/interleave/: Split definitions into separate header files for better docu...Sebastian Dröge2008-05-146-120/+209
* gst/freeze/: Add example to source code documentation blob and remove the 3 lineStefan Kost2008-03-191-0/+17
* gst/interleave/interleave.c: Let's not call every request pad we create "sink...Tim-Philipp Müller2007-10-271-12/+15
* 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
* gst/interleave/interleave.c (gst_interleave_init): Init the activation mode p...Andy Wingo2007-01-131-17/+133
* New elements interleave and deinterleave, implement channel interleaving and ...Andy Wingo2007-01-075-0/+1035
* more working pluginsSteve Lhomme2004-07-271-1/+1
* rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme2004-07-271-2/+2
* avoid problems with math.h, fix release dependancySteve Lhomme2004-07-271-3/+3
* more plugins supported under windowsSteve Lhomme2004-07-261-0/+154