summaryrefslogtreecommitdiff
path: root/gst/selector
Commit message (Expand)AuthorAgeFilesLines
* outputselector: check for pending srcpad in _get_property()Tommi Myöhänen2009-07-311-1/+2
* outputselector: do the pad_alloc for the pad that is pending and have a fallbackStefan Kost2009-06-141-3/+10
* output-selector: serialize setting and actual changing of new active padLasse Laukkanen2009-06-051-13/+16
* output-selector: unref latest buffer also when resending has been disabledLasse Laukkanen2009-06-051-2/+5
* output-selector: keep ref to buffer for resending only if explicitly requestedLasse Laukkanen2009-06-051-5/+7
* inputselector: don't leak pads in iteratorWim Taymans2009-06-041-0/+1
* inputselector: Notify when the tags property of the selector sinkpads changesSebastian Dröge2009-06-041-0/+2
* selector: remove not needed instance var (previous commit).Stefan Kost2009-05-281-1/+0
* outputselector: implement pad_alloc on active pad.Stefan Kost2009-05-282-6/+40
* input-selector: Forward segment events for the active pad immediately.Jan Schmidt2009-04-231-5/+10
* outputselector: reset state when going to READYWim Taymans2009-03-271-5/+33
* selector: merge the tagsWim Taymans2009-03-241-8/+10
* docs: various doc fixesStefan Kost2009-02-251-2/+5
* inputselector: Fix compilation, activate_sinkpad() has no notify parameterSebastian Dröge2009-02-111-3/+4
* input-selector: Activate and notify pad before processing events.Michael Smith2009-02-101-8/+13
* Unref event if we don't forward it, unref pads when done with them.Michael Smith2009-01-301-0/+5
* gst/selector/gstinputselector.c: Ensure we emit notify::active-pad when auto-...Michael Smith2008-12-041-0/+11
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* gst/selector/gstinputselector.c: Gracefully handle the cases when we dont' ha...Edward Hervey2008-10-151-7/+10
* gst/selector/gstoutputselector.c: Choose right pad for sending events. Fixes ...Stefan Kost2008-10-071-2/+5
* gst/selector/gstinputselector.c: Reset the selector state when going to READY.Wim Taymans2008-09-081-0/+37
* gst/selector/gstinputselector.c: Reuse the get_linked_pads for both source an...Wim Taymans2008-09-011-16/+24
* gst/selector/gstinputselector.c: Implement the LATENCY query in a better way ...Wim Taymans2008-08-271-0/+80
* gst/selector/gstinputselector.c: Move the select-all logic into the activatio...Wim Taymans2008-08-051-12/+16
* Use BOILERPLATE macro and update test to the latest api changes.Stefan Kost2008-06-191-45/+23
* Do not use short_description in section docs for elements. We extract them fr...Stefan Kost2008-06-122-2/+0
* gst/selector/gstinputselector.c: Do g_object_notify() only when not holding t...Wim Taymans2008-03-201-5/+12
* gst/selector/gstinputselector.c: Release the selector lock when pad alloc hap...Wim Taymans2008-03-201-0/+2
* gst/selector/gstinputselector.c: Add pad property to configure behaviour of t...Wim Taymans2008-03-201-22/+69
* gst/selector/gstinputselector.*: Figure out the locking a bit more.Wim Taymans2008-03-202-110/+200
* gst/selector/gstinputselector.c: Add lots of debugging.Wim Taymans2008-03-141-12/+41
* gst/selector/gstinputselector.*: Various cleanups.Wim Taymans2008-03-134-74/+132
* gst/selector/gstoutputselector.c: Fix changing to same pad twice before a cha...Stefan Kost2008-02-261-0/+5
* gst/selector/gstinputselector.*: Added "select-all" property to make it work ...Stefan Kost2008-02-253-9/+74
* gst/selector/Makefile.am: Listing the marshal.h in the nodist_HEADERS breaks ...Jan Schmidt2008-02-091-1/+1
* gst/multifile/gstmultifilesink.c: Add a fixme comment.Stefan Kost2008-02-071-9/+8
* gst/selector/gstinputselector.c: Don't leak event on pads that are not linked...Wim Taymans2008-02-011-0/+2
* Replace the switch plugin with the selector plugin. Add output- selector as t...Stefan Kost2008-01-299-0/+1784