summaryrefslogtreecommitdiff
path: root/gst/interleave
Commit message (Expand)AuthorAgeFilesLines
...
* interleave: fix compilation againWim Taymans2012-05-091-0/+4
* interleave: handle EOS on all padsWim Taymans2012-05-011-4/+7
* interleave: improve debuggingWim Taymans2012-05-011-0/+2
* collectpads2: rename to collectpadsMark Nauwelaerts2012-04-172-25/+25
* misc: chain up to collectpads event handlerMark Nauwelaerts2012-04-161-2/+5
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-102-5/+4
* interleave: make channel-poisitions property a GValueArray againTim-Philipp Müller2012-04-092-35/+31
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
* update for memory api changesWim Taymans2012-03-152-2/+2
* Merge branch 'master' into 0.11Mark Nauwelaerts2012-03-011-0/+4
|\
| * Suppress deprecation warnings in selected files, for g_value_array_* mostlyEdward Hervey2012-02-271-0/+4
* | interleave: port to 0.11Philippe Normand2012-02-165-200/+178
* | deinterleave: port to 0.11Philippe Normand2012-02-085-232/+210
* | Use new GLib API unconditionallyTim-Philipp Müller2012-01-221-5/+0
* | Merge branch 'master' into 0.11Sebastian Dröge2012-01-102-21/+20
|\ \ | |/
| * interleave: port to GstCollectPads2Vincent Penquerc'h2011-12-142-20/+20
| * various: fix pad template leaksVincent Penquerc'h2011-11-282-8/+6
* | GST_FLOW_UNEXPECTED -> GST_FLOW_EOSWim Taymans2012-01-041-1/+1
* | collectpads: port API changesStefan Sauer2011-11-171-1/+2
* | more template fixesWim Taymans2011-11-041-2/+2
* | make %u in all request pad templatesWim Taymans2011-11-041-2/+2
|/
* interleave: Work around changes in g_atomic APIDavid Schleef2011-06-041-0/+5
* android: Make it ready for androgenizerThibault Saunier2011-04-111-0/+14
* Revert "Check that collectpads exists before removing pad"Edward Hervey2011-02-211-3/+1
* Check that collectpads exists before removing padDavid Schleef2011-02-201-1/+3
* build: Makefile.am cleanupsTim-Philipp Müller2010-03-181-2/+2
* interleave: fix weird indentationWim Taymans2009-12-241-36/+0
* 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