summaryrefslogtreecommitdiff
path: root/gst/interleave
AgeCommit message (Expand)AuthorFilesLines
2010-03-18build: Makefile.am cleanupsTim-Philipp Müller1-2/+2
2009-12-24interleave: fix weird indentationWim Taymans1-36/+0
2009-07-21interleave: fix indenting and upgrade two debugs to warnings.Stefan Kost1-9/+2
2009-04-18Remove trivial unused variables detected by CLang static analyzer.Edward Hervey1-7/+1
2009-01-29Remove version numbers from a few gst-launch examples.Stefan Kost2-4/+4
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-09-17gst/: Fix build flags order.Jan Schmidt1-1/+1
2008-06-13docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost2-38/+24
2008-06-05gst/interleave/: Properly implement duration and position queries in bytes fo...Sebastian Dröge2-0/+85
2008-06-04gst/interleave/interleave.*: Use an always increasing integer for the number ...Sebastian Dröge2-16/+51
2008-06-03gst/interleave/interleave.c: Stop GstCollectPads before calling the parent's ...Sebastian Dröge1-3/+8
2008-06-03gst/interleave/interleave.c: Use new gst_audio_check_channel_positions() func...Sebastian Dröge1-78/+12
2008-06-02gst/interleave/interleave.*: Allow setting channel positions via a property a...Sebastian Dröge2-38/+414
2008-05-28gst/interleave/interleave.c: Implement latency query.Sebastian Dröge1-0/+89
2008-05-26gst/interleave/deinterleave.c: Add another example launch line.Sebastian Dröge3-455/+689
2008-05-22docs/plugins/: Add interleave/deinterleave to the docs and while at that run ...Sebastian Dröge1-0/+4
2008-05-22gst/interleave/deinterleave.*: Don't set a getcaps() function on the src pads...Sebastian Dröge2-8/+25
2008-05-19gst/interleave/deinterleave.*: Add a property to select whether channel posit...Sebastian Dröge2-6/+68
2008-05-17gst/interleave/deinterleave.*: Queue events until src pads were added and the...Sebastian Dröge2-0/+94
2008-05-17gst/interleave/deinterleave.c: Always set the channel positions when gst_audi...Sebastian Dröge1-20/+23
2008-05-16gst/interleave/: Add support for all raw audio formats and provide better neg...Sebastian Dröge3-63/+362
2008-05-14gst/interleave/: Split definitions into separate header files for better docu...Sebastian Dröge6-120/+209
2008-03-19gst/freeze/: Add example to source code documentation blob and remove the 3 lineStefan Kost1-0/+17
2007-10-27gst/interleave/interleave.c: Let's not call every request pad we create "sink...Tim-Philipp Müller1-12/+15
2007-09-12gst/: Printf format fixes (#476128).Peter Kjellerstedt1-1/+1
2007-07-11gst/: Fix build against core CVS.Tim-Philipp Müller1-1/+2
2007-03-24gst/interleave/deinterleave.c: Remove 'channel-positions' field when munging ...Tim-Philipp Müller1-0/+1
2007-03-22gst/interleave/deinterleave.c: Don't leak input buffer in chain function; mai...Tim-Philipp Müller1-28/+26
2007-01-13gst/interleave/deinterleave.c (gst_deinterleave_add_new_pads): Use fixed caps...Andy Wingo1-5/+11
2007-01-13gst/interleave/interleave.c (gst_interleave_init): Init the activation mode p...Andy Wingo1-17/+133
2007-01-07New elements interleave and deinterleave, implement channel interleaving and ...Andy Wingo5-0/+1035
2004-07-27more working pluginsSteve Lhomme1-1/+1
2004-07-27rename GStreamer-0.8.lib to libgstreamer.libSteve Lhomme1-2/+2
2004-07-27avoid problems with math.h, fix release dependancySteve Lhomme1-3/+3
2004-07-26more plugins supported under windowsSteve Lhomme1-0/+154