summaryrefslogtreecommitdiff
path: root/gst/selector
Commit message (Expand)AuthorAgeFilesLines
* inputselector: fix the LDFLAGSVíctor Manuel Jáquez Leal2010-03-091-2/+2
* Revert "inputselector: Protect g_object_notify() with the object's mutex"Sebastian Dröge2010-01-251-7/+5
* inputselector: Protect g_object_notify() with the object's mutexKipp Cannon2010-01-241-5/+7
* inputselector: Remove useless variables and fix a uninitialized variable comp...Sebastian Dröge2009-11-091-6/+4
* inputselector: Make sure that running_time->timestamp calculation never becom...Sebastian Dröge2009-11-091-1/+4
* inputselector: Use the start time (i.e. timestamp) as the last stopSebastian Dröge2009-11-091-5/+5
* inputselector: Improve debuggingSebastian Dröge2009-11-091-2/+4
* Revert "inputselector: use get_caps_reffed()"Wim Taymans2009-11-051-2/+2
* inputselector: use get_caps_reffed()Wim Taymans2009-11-051-2/+2
* inputselector: also add inline to the proto to fix the buildStefan Kost2009-11-041-2/+2
* gst: Remove dead assignments and resulting unused variablesEdward Hervey2009-11-031-4/+1
* inputselector: Use the same iterate internal links function as in gst-plugins...Sebastian Dröge2009-11-031-5/+7
* Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller2009-11-031-8/+4
* Remove Ronald Bultje from Authors fieldDavid Schleef2009-11-031-1/+0
* inputselector: set output caps before pushingWim Taymans2009-11-031-0/+6
* inputselector: install an acceptcaps functionWim Taymans2009-11-031-0/+18
* build: use gst-glib-gen.mak to fix the glib build rules.Stefan Kost2009-10-241-2/+3
* inputselector: Use new single iterator for the internally linked padsSebastian Dröge2009-09-251-57/+6
* outputselector: make GST_FORMAT_TIME the default segment formatHavard Graff2009-09-081-1/+1
* inputselector: Use iterate internal links instead of deprecated get internal ...Sebastian Dröge2009-08-311-14/+66
* 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