summaryrefslogtreecommitdiffstats
path: root/gst/selector
AgeCommit message (Expand)AuthorFilesLines
2009-07-31outputselector: check for pending srcpad in _get_property()Tommi Myöhänen1-1/+2
2009-06-14outputselector: do the pad_alloc for the pad that is pending and have a fallbackStefan Kost1-3/+10
2009-06-05output-selector: serialize setting and actual changing of new active padLasse Laukkanen1-13/+16
2009-06-05output-selector: unref latest buffer also when resending has been disabledLasse Laukkanen1-2/+5
2009-06-05output-selector: keep ref to buffer for resending only if explicitly requestedLasse Laukkanen1-5/+7
2009-06-04inputselector: don't leak pads in iteratorWim Taymans1-0/+1
2009-06-04inputselector: Notify when the tags property of the selector sinkpads changesSebastian Dröge1-0/+2
2009-05-28selector: remove not needed instance var (previous commit).Stefan Kost1-1/+0
2009-05-28outputselector: implement pad_alloc on active pad.Stefan Kost2-6/+40
2009-04-23input-selector: Forward segment events for the active pad immediately.Jan Schmidt1-5/+10
2009-03-27outputselector: reset state when going to READYWim Taymans1-5/+33
2009-03-24selector: merge the tagsWim Taymans1-8/+10
2009-02-25docs: various doc fixesStefan Kost1-2/+5
2009-02-11inputselector: Fix compilation, activate_sinkpad() has no notify parameterSebastian Dröge1-3/+4
2009-02-10input-selector: Activate and notify pad before processing events.Michael Smith1-8/+13
2009-01-30Unref event if we don't forward it, unref pads when done with them.Michael Smith1-0/+5
2008-12-04gst/selector/gstinputselector.c: Ensure we emit notify::active-pad when auto-...Michael Smith1-0/+11
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2008-10-15gst/selector/gstinputselector.c: Gracefully handle the cases when we dont' ha...Edward Hervey1-7/+10
2008-10-07gst/selector/gstoutputselector.c: Choose right pad for sending events. Fixes ...Stefan Kost1-2/+5
2008-09-08gst/selector/gstinputselector.c: Reset the selector state when going to READY.Wim Taymans1-0/+37
2008-09-01gst/selector/gstinputselector.c: Reuse the get_linked_pads for both source an...Wim Taymans1-16/+24
2008-08-27gst/selector/gstinputselector.c: Implement the LATENCY query in a better way ...Wim Taymans1-0/+80
2008-08-05gst/selector/gstinputselector.c: Move the select-all logic into the activatio...Wim Taymans1-12/+16
2008-06-19Use BOILERPLATE macro and update test to the latest api changes.Stefan Kost1-45/+23
2008-06-12Do not use short_description in section docs for elements. We extract them fr...Stefan Kost2-2/+0
2008-03-20gst/selector/gstinputselector.c: Do g_object_notify() only when not holding t...Wim Taymans1-5/+12
2008-03-20gst/selector/gstinputselector.c: Release the selector lock when pad alloc hap...Wim Taymans1-0/+2
2008-03-20gst/selector/gstinputselector.c: Add pad property to configure behaviour of t...Wim Taymans1-22/+69
2008-03-20gst/selector/gstinputselector.*: Figure out the locking a bit more.Wim Taymans2-110/+200
2008-03-14gst/selector/gstinputselector.c: Add lots of debugging.Wim Taymans1-12/+41
2008-03-13gst/selector/gstinputselector.*: Various cleanups.Wim Taymans4-74/+132
2008-02-26gst/selector/gstoutputselector.c: Fix changing to same pad twice before a cha...Stefan Kost1-0/+5
2008-02-25gst/selector/gstinputselector.*: Added "select-all" property to make it work ...Stefan Kost3-9/+74
2008-02-09gst/selector/Makefile.am: Listing the marshal.h in the nodist_HEADERS breaks ...Jan Schmidt1-1/+1
2008-02-07gst/multifile/gstmultifilesink.c: Add a fixme comment.Stefan Kost1-9/+8
2008-02-01gst/selector/gstinputselector.c: Don't leak event on pads that are not linked...Wim Taymans1-0/+2
2008-01-29Replace the switch plugin with the selector plugin. Add output- selector as t...Stefan Kost9-0/+1784