summaryrefslogtreecommitdiff
path: root/plugins/elements/gstoutputselector.c
AgeCommit message (Expand)AuthorFilesLines
2015-03-20output-selector: add drain handlingThiago Santos1-0/+13
2015-01-21output-selector: Constify negotiation mode GEnumValue tableSebastian Dröge1-1/+1
2014-09-14coreelements: mark properties with MUTABLE_PLAYINGTim-Philipp Müller1-1/+2
2014-09-02output-selector: Send all events to active src pad and EOS to all src padsRavi Kiran K N1-14/+11
2014-01-30outputselector: respect the 'negotiation-mode' propertyThiago Santos1-25/+34
2013-12-03docs: add missing docs, fixing doc errorsSebastian Rasmussen1-6/+0
2013-09-02outputselector: Don't adjust segment->start to the current time when switchin...Sebastian Dröge1-6/+1
2013-05-09outputselector: Always forward sticky events to all padsSebastian Dröge1-10/+10
2012-12-14NEWSEGMENT -> SEGMENTWim Taymans1-1/+1
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-2/+0
2012-04-09plugins: use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-01-02Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-18/+21
2011-12-29output-selector: Do not false warn about unlinked padThiago Santos1-18/+21
2011-12-08Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-3/+4
2011-12-07outputselector: Don't send last segment/buffer when no segment was configured...Sebastian Dröge1-3/+5
2011-11-23event: add STICKY_MULTY eventsWim Taymans1-4/+4
2011-11-17pad: add parent to other functionsWim Taymans1-9/+11
2011-11-16pad: add parent to the query functionWim Taymans1-4/+5
2011-11-16plugins: remove obsolete parent checksWim Taymans1-15/+3
2011-11-15pad: remove getcaps and use caps queryWim Taymans1-43/+55
2011-11-03fix request padWim Taymans1-2/+2
2011-06-09pad: forward events by defaultWim Taymans1-1/+1
2011-06-07outputselector: fix refcounting of eventsWim Taymans1-5/+8
2011-06-07plugins: use the caps eventWim Taymans1-33/+44
2011-05-31outputselector: Remove dead assignmentEdward Hervey1-1/+0
2011-05-24outputselector: Forward sticky events to newly created srcpadsSebastian Dröge1-0/+14
2011-05-18event: Make SEGMENT event parsing API more consistent with the othersSebastian Dröge1-1/+1
2011-05-16elements: Update for negotiation related API changesSebastian Dröge1-4/+4
2011-05-16Rework GstSegment handlingWim Taymans1-27/+19
2011-05-10element: use request_new_pad_full as the defaultWim Taymans1-2/+2
2011-05-09segment: remove _full versionWim Taymans1-3/+3
2011-05-06outputselector: handle NULL pads in some casesWim Taymans1-1/+2
2011-04-29Remove pad_alloc, this can now be done betterWim Taymans1-45/+0
2011-04-19elements: Use G_DEFINE_TYPE instead of GST_BOILERPLATESebastian Dröge1-19/+12
2011-04-13elements: Fix pad callbacks so they handle when parent goes awayOle André Vadla Ravnås1-2/+14
2011-01-10outputselector: Improve get and set caps functionsThiago Santos1-10/+14
2011-01-06output-selector: Add pad-negotiation-mode propertyThiago Santos1-7/+109
2010-12-31input-selector, output-selector: minor clean-upsTim-Philipp Müller1-12/+8
2010-12-31outputselector: Avoid losing the last_buffer when switchingThiago Santos1-2/+1
2010-12-31outputselector: Recheck pending switch after pushing bufferThiago Santos1-1/+12
2010-12-31various (gst): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-2/+3
2010-12-31outputselector: move the debug init to the boilerplate macroStefan Kost1-5/+6
2010-12-31gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+4
2010-12-31outputselector: make GST_FORMAT_TIME the default segment formatHavard Graff1-1/+1
2010-12-31outputselector: check for pending srcpad in _get_property()Tommi Myöhänen1-1/+2
2010-12-31outputselector: do the pad_alloc for the pad that is pending and have a fallbackStefan Kost1-3/+10
2010-12-31output-selector: serialize setting and actual changing of new active padLasse Laukkanen1-13/+16
2010-12-31output-selector: unref latest buffer also when resending has been disabledLasse Laukkanen1-2/+5
2010-12-31output-selector: keep ref to buffer for resending only if explicitly requestedLasse Laukkanen1-5/+7