valve: Add unit tests
[platform/upstream/gstreamer.git] / plugins /
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
2010-12-31 Olivier Cretefsvalve: Use do the alloc_buffer function in the valve
2010-12-31 Olivier Cretefsvalve: Only set passthrough to TRUE on newer versions...
2010-12-31 Olivier Cretefsvalve: Compare minor, not major
2010-12-31 Olivier Cretefsvalve: Make the valve element work with gst < 0.10.13
2010-12-31 Olivier Cretefsvalve: Rename valve to fsvalve
2010-12-31 Olivier Cretefsvalve: Add valve element
2010-12-30 Tim-Philipp Müllerfakesink: make variable static
2010-12-26 Tim-Philipp MüllerRevert "micro-optim: if (x) is cheaper than if (x ...
2010-12-24 David Schleefelements: reenable fdsrc/fdsink on MSVC
2010-12-03 Mark Nauwelaertsmultiqueue: return upon input when already eos
2010-12-03 Edward Herveymicro-optim: if (x) is cheaper than if (x > 0) for...
2010-12-03 Andoni Morales Ala... fakesink: Print sink-message events like a message...
2010-12-02 Edward Herveyqueue2: Only call update_buffering if needed.
2010-12-02 Edward Herveyqueue2: Avoid re-checking many times whether an item...
2010-12-02 Edward Herveyqueue2: Reduce amount of time locks are taken
2010-12-02 Edward Herveyqueue2: Fixup documentation of some properties
2010-12-02 Edward Herveyqueue2: Avoid useless segment_to_running_time() calcula...
2010-12-02 Edward Herveyqueue: Remove useless checks from e406f7
2010-12-02 Sebastian Drögequeue2: Remove dead assignment and unused variable
2010-12-02 Sebastian Drögequeue2: Remove dead assignment and move variable declar...
2010-12-02 Sebastian Drögequeue2: Remove redundant variable
2010-11-01 Tim-Philipp Müllerqueue2: don't leak pad ref in pull mode when flushing
2010-11-01 Tim-Philipp Müllerqueue2: don't send seeks beyond the end of the file...
2010-10-27 Jan Schmidtmultiqueue: Fix tracking of unlinked streams.
2010-10-13 Edward Herveyqueue2: Remove unused argument from find_range()
2010-10-13 Edward Herveyfdsink: cleanup get_property/set_property
2010-10-12 Wim Taymansqueue: avoid g_cond_signal when we can
2010-10-11 Wim Taymansqueue2: release queue2 lock before notify
2010-10-11 Wim Taymansqueue: add debug statement
2010-10-11 Ognyan Tonchevqueue: apply sink segment on the source if queue is...
2010-10-08 Edward Herveymultiqueue: Remove unused variable and simplify code
2010-10-07 Tim-Philipp Müllerelements: minor performance improvement when doing...
2010-10-07 Tim-Philipp Müllerfakesink: use g_object_notify_by_pspec() and remove...
2010-10-07 Tim-Philipp Müllertee: use g_object_notify_by_pspec() if possible
2010-10-07 Tim-Philipp Müllerfakesrc: use g_object_notify_by_pspec() if possible
2010-10-07 Tim-Philipp Mülleridentity: use g_object_notify_by_pspec() and remove...
2010-09-23 Stefan Kostqueue2: remove var only used for debug statement
2010-09-15 Wim Taymansqueue2: only post buffering message when percent changed
2010-09-15 Wim Taymansqueue2: always update buffering status
2010-09-09 Sebastian Drögeidentity: identity is GAP flag aware, no need to let...
2010-09-03 Philippe Normandqueue2: buffering_ranges query support
2010-09-02 Stefan Kostfakesrc: fix use of empty subbuffers
2010-08-30 Stefan Kostqueue: add silent property to suppress signal emission
2010-08-27 Sebastian Drögemultiqueue: Don't do an infinite loop in the loop function
2010-08-27 Sebastian Drögemultiqueue: Flush the data queue if downstream return...
2010-08-27 Sebastian Drögeelements: Stop using GST_FLOW_IS_FATAL()
2010-08-27 Stefan Kostfakesink: keep properties in order
2010-08-27 Stefan Kostqueue: ARG_ -> PROP_ for property constants
2010-08-26 Wim Taymansqueue2: fix on-disk buffering again
2010-08-20 Jonas Holmbergqueue: Push newsegment when linking in PLAYING
2010-08-19 Edward Herveyqueue2: Use G_GUINT64_FORMAT where needed
2010-08-16 Stefan Kostplugins: add example launch lines and more explanation...
2010-08-13 Wim Taymansqueue2: fix compilation
2010-08-13 Robert Swainqueue2: Fix a special case during range management
2010-08-13 Robert Swainqueue2: fix locking around init_ranges
2010-08-13 Robert Swainqueue2: More ring buffer fixes
2010-08-13 Robert Swainqueue2: ring buffer fixes
2010-08-13 Robert Swainqueue2: Fix bugs
2010-08-13 Robert Swainqueue2: extend ring buffer to support ram mode
2010-08-13 Robert Swainqueue2: merge write buffer functions and fix bugs
2010-08-13 Wim Taymansqueue2: small cleanup
2010-08-13 Wim Taymansqueue2: cleanup write_to_ring_buffer
2010-08-13 Wim Taymansqueue2: cleanups
2010-08-13 Wim Taymansqueue2: remove unused variable
2010-08-13 Wim Taymansqueue2: cleanups
2010-08-13 Wim Taymansqueue2: remove unneeded signal
2010-08-13 Wim Taymansqueue2: set buffering mode correctly
2010-08-13 Wim Taymansqueue2: fix calculation of available ringbuffer data
2010-08-13 Wim Taymansqueue2: reading_pos is updated in create_read only
2010-08-13 Wim Taymansqueue2: refactor and add debug
2010-08-13 Wim Taymansqueue2: fix flushing
2010-08-13 Wim Taymansqueue2: add debug
2010-08-13 Wim Taymansqueue2: don't try to write 0 bytes
2010-08-13 Wim Taymansqueue2; cleanups and fixes
2010-08-13 Wim Taymansqueue2: refactorings
2010-08-13 Robert Swainqueue2: Use ring-buffer-max-size prop to control ring...
2010-08-13 Robert Swainqueue2: Clean up and improve code
2010-08-13 Robert Swainqueue2: Fix conditions where behaviour should differ...
2010-08-13 Robert Swainqueue2: add useful debug messages and fix an assumption...
2010-08-13 Robert Swainqueue2: fix buffering percentage in ring buffer mode
next