platform/upstream/gstreamer.git
2010-12-31 Tim-Philipp... docs: add input-selector and output-selector to docs
2010-12-31 Tim-Philipp... coreelements: GST_BOILERPLATE already sets parent_class
2010-12-31 Tim-Philipp... input-selector, output-selector: minor clean-ups
2010-12-31 Tim-Philipp... coreelements: move input-selector and output-selector...
2010-12-31 Stefan Kostoutput-selector-test: don't hardcode videosinks and...
2010-12-31 Thiago Santosoutputselector: Avoid losing the last_buffer when switching
2010-12-31 Thiago Santosoutputselector: Recheck pending switch after pushing...
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 Kostoutputselector: move the debug init to the boilerplate...
2010-12-31 Stefan Kostinputselector: use GST_BOILERPLATE macro
2010-12-31 Benjamin OtteAdd -Wwrite-strings
2010-12-31 Benjamin OtteAdd -Wmissing-declarations -Wmissing-prototypes to...
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... input-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 Michael SmithRemove executable bits from non-executable files.
2010-12-31 Sebastian Drögeinputselector: Use new single iterator for the internal...
2010-12-31 Havard Graffoutputselector: make GST_FORMAT_TIME the default segmen...
2010-12-31 Sebastian Drögeinputselector: Use iterate internal links instead of...
2010-12-31 Tommi Myöhänenoutputselector: check for pending srcpad in _get_property()
2010-12-31 Stefan Kostoutputselector: do the pad_alloc for the pad that is...
2010-12-31 Lasse Laukkanenoutput-selector: serialize setting and actual changing...
2010-12-31 Lasse Laukkanenoutput-selector: unref latest buffer also when resendin...
2010-12-31 Lasse Laukkanenoutput-selector: keep ref to buffer for resending only...
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 Stefan Kostselector: remove not needed instance var (previous...
2010-12-31 Stefan Kostoutputselector: implement pad_alloc on active pad.
2010-12-31 Jan Schmidtinput-selector: Forward segment events for the active...
2010-12-31 Wim Taymansoutputselector: reset state when going to READY
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 Stefan Kostplugins/elements/gstoutputselector.c: Choose right...
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 Kostoutput-selector: Use BOILERPLATE macro and update test...
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/gstoutputselector.c: Fix changing...
2010-12-31 Stefan Kostplugins/elements/gstinputselector.*: Added "select...
2010-12-31 Stefan Kostgst/multifile/gstmultifilesink.c: Add a fixme comment.
2010-12-31 Wim Taymansplugins/elements/gstinputselector.c: Don't leak event...
2010-12-31 Stefan KostReplace the switch plugin with the selector plugin...
2010-12-31 Tim-Philipp... docs: add valve element to documentation
2010-12-31 Tim-Philipp... valve: some minor clean-ups
2010-12-31 Tim-Philipp... valve: fix typo in property description
2010-12-31 Tim-Philipp... tests: enable valve unit test
2010-12-31 Tim-Philipp... elements: add new valve element to build
2010-12-31 Tim-Philipp... tests: fix valve unit test
2010-12-31 Stefan Kostvalve: no need to ref the object in _chain
2010-12-31 Olivier Crêtetests: Fix caps leak in the valve test
2010-12-31 Olivier Crêtevalve: Add unit tests
2010-12-31 Olivier Crêtevalve: Make the drop variable into an atomic.
2010-12-31 Olivier Crêtevalve: Correctly set the DISCONT flag after dropping...
2010-12-31 Olivier Crêtevalve: Remove superflous checking casts
2010-12-31 Olivier Crêtevalve: Fix style, improve comments
2010-12-31 Stefan Kostvalve: move default: parst in the switch statement...
2010-12-31 Stefan Kostvalve: move debug-category registration to type init
2010-12-31 Stefan Kostvalve: use G_PARAM_STATIC_STRINGS on properties
2010-12-31 Stefan Kostvalve: GST_BOILERPLATE already sets parent_class
2010-12-31 Benjamin Ottevalve: gst_element_class_set_details => gst_element_cla...
2010-12-31 Olivier Crêtedocs: document valve element
2010-12-31 Olivier Crêtefsvalve: rename to valve
2010-12-31 Olivier Crêtefsvalve: re-indent gst style
2010-12-31 Olivier Crêtefsvalve: Ignore errors if dropping is set to true
2010-12-31 Olivier Crêtefsvalve: Add getcaps proxying to the valve
2010-12-31 Olivier Crêtefsvalve: Rebase valve onto gstelement instead of basetr...
2010-12-31 Olivier Crêtefsvalve: Revert "Fix refcounting issues in prepare_outp...
2010-12-31 sjoerd@luon.netfsvalve: Fix refcounting issues in prepare_output_buffer
2010-12-31 Olivier Cretefsvalve: Remove unused dispose method in valve
2010-12-31 Olivier Cretefsvalve: Dont hold the object lock while calling base...
2010-12-31 Olivier Cretefsvalve: Set the DISCONT flag after dropping buffers
next