]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/history - plugins/elements/gstinputselector.c
inputselector: Don't send a NEWSEGMENT event if a buffer arrived before the segment...
[glsdk/gstreamer0-10.git] / plugins / elements / gstinputselector.c
2011-12-07 Sebastian Drögeinputselector: Don't send a NEWSEGMENT event if a buffe...
2011-12-04 Tim-Philipp MüllerWork around deprecated thread API in glib master
2011-11-08 Tim-Philipp Müllerdocs: fix Since: markers for API added after 0.10.35
2011-06-18 Tim-Philipp MüllerBump git version after unplanned 0.10.35 release
2011-05-14 Tim-Philipp Müllerdocs: fix up some Since markers and update for new...
2011-05-14 Sebastian Drögeinputselector: Add sync mode that syncs inactive pads...
2011-04-13 Ole André Vadla... elements: Fix pad callbacks so they handle when parent...
2011-04-08 Sebastian Drögeinputselector: Fix getcaps and event function from...
2011-04-08 Havard Graffinputselector: Protect against pad-parent disappearing
2011-03-19 Sebastian Drögeinputselector: Stop waiting for a pad switch when the...
2011-03-19 Sebastian Drögeinputselector: Move locking and signalling macros from...
2011-03-17 Sebastian Drögeinputselector: Hold the selector lock while reading...
2011-03-17 Sebastian Drögeinputselector: Make sure that EOS is always sent downst...
2011-03-17 Sebastian Drögeinputselector: Return GST_FLOW_OK until the selected...
2011-01-06 Tim-Philipp Müllerdocs: mention extra input-selector pad properties
2011-01-05 Tim-Philipp Müllerinputselector: remove "select-all" property
2010-12-31 Tim-Philipp Müllerinputselector: make pad's get_type function thread...
2010-12-31 Sebastian Drögeinputselector: Protected g_object_notify() calls for...
2010-12-31 Tim-Philipp Müllercoreelements: GST_BOILERPLATE already sets parent_class
2010-12-31 Tim-Philipp Müllerinput-selector, output-selector: minor clean-ups
2010-12-31 Tim-Philipp Müllercoreelements: move input-selector and output-selector...
2010-12-31 Stefan Kostinputselector: log times in human readable form
2010-12-31 Stefan Kostinputselector: move reoccuring logs to LOG and remove...
2010-12-31 Stefan Kostvarious (gst): add missing G_PARAM_STATIC_STRINGS flags
2010-12-31 Stefan Kostinputselector: sync with copy in -base
2010-12-31 Stefan Kostinputselector: use GST_BOILERPLATE macro
2010-12-31 Benjamin Ottegst_element_class_set_details => gst_element_class_set_...
2010-12-31 Sebastian DrögeRevert "inputselector: Protect g_object_notify() with...
2010-12-31 Kipp Cannoninputselector: Protect g_object_notify() with the objec...
2010-12-31 Sebastian Drögeinputselector: Remove useless variables and fix a unini...
2010-12-31 Sebastian Drögeinputselector: Make sure that running_time->timestamp...
2010-12-31 Sebastian Drögeinputselector: Use the start time (i.e. timestamp)...
2010-12-31 Sebastian Drögeinputselector: Improve debugging
2010-12-31 Wim TaymansRevert "inputselector: use get_caps_reffed()"
2010-12-31 Wim Taymansinputselector: use get_caps_reffed()
2010-12-31 Stefan Kostinputselector: also add inline to the proto to fix...
2010-12-31 Edward Herveygst: Remove dead assignments and resulting unused variables
2010-12-31 Sebastian Drögeinputselector: Use the same iterate internal links...
2010-12-31 Tim-Philipp Müllerinput-selector: Remove GST_DEBUG_FUNCPTR where they...
2010-12-31 David Schleefinput-selector: Remove Ronald Bultje from Authors field
2010-12-31 Wim Taymansinputselector: set output caps before pushing
2010-12-31 Wim Taymansinputselector: install an acceptcaps function
2010-12-31 Sebastian Drögeinputselector: Use new single iterator for the internal...
2010-12-31 Sebastian Drögeinputselector: Use iterate internal links instead of...
2010-12-31 Wim Taymansinputselector: don't leak pads in iterator
2010-12-31 Sebastian Drögeinputselector: Notify when the tags property of the...
2010-12-31 Jan Schmidtinput-selector: Forward segment events for the active...
2010-12-31 Wim Taymansselector: merge the tags
2010-12-31 Stefan Kostdocs: various doc fixes
2010-12-31 Sebastian Drögeinputselector: Fix compilation, activate_sinkpad()...
2010-12-31 Michael Smithinput-selector: Activate and notify pad before processi...
2010-12-31 Michael SmithUnref event if we don't forward it, unref pads when...
2010-12-31 Michael Smithplugins/elements/gstinputselector.c: Ensure we emit...
2010-12-31 Edward Herveyplugins/elements/gstinputselector.c: Gracefully handle...
2010-12-31 Wim Taymansplugins/elements/gstinputselector.c: Reset the selector...
2010-12-31 Wim Taymansplugins/elements/gstinputselector.c: Reuse the get_link...
2010-12-31 Wim Taymansplugins/elements/gstinputselector.c: Implement the...
2010-12-31 Wim Taymansplugins/elements/gstinputselector.c: Move the select...
2010-12-31 Stefan KostDo not use short_description in section docs for elemen...
2010-12-31 Wim Taymansplugins/elements/gstinputselector.c: Do g_object_notify...
2010-12-31 Wim Taymansplugins/elements/gstinputselector.c: Release the select...
2010-12-31 Wim Taymansplugins/elements/gstinputselector.c: Add pad property...
2010-12-31 Wim Taymansplugins/elements/gstinputselector.*: Figure out the...
2010-12-31 Wim Taymansplugins/elements/gstinputselector.c: Add lots of debugging.
2010-12-31 Wim Taymansplugins/elements/gstinputselector.*: Various cleanups.
2010-12-31 Stefan Kostplugins/elements/gstinputselector.*: Added "select...
2010-12-31 Wim Taymansplugins/elements/gstinputselector.c: Don't leak event...
2010-12-31 Stefan KostReplace the switch plugin with the selector plugin...