summaryrefslogtreecommitdiff
path: root/gst/adder
AgeCommit message (Expand)Author
2015-06-12Convert gst-plugins-base to stand-alone gst-plugins-xvbo packageRussell King
2010-01-28adder: don't hold object lock when calling peer elementsWim Taymans
2009-12-24adder: be a lot smarter with buffer managementWim Taymans
2009-12-24adder: use collectpads clipping functionWim Taymans
2009-12-24adder: fix juvenile commentWim Taymans
2009-11-19adder: make events succeed, if they succed on atleast one padStefan Kost
2009-10-28Remove GST_DEBUG_FUNCPTR where they're pointlessTim-Philipp Müller
2009-08-31adder: improve caps filter functionality. Fixes #590146.Stefan Kost
2009-08-08gst: Remove dead assignments and resulting unused variablesEdward Hervey
2009-07-30adder: reset pending flush-stop flag in state_changed. (mostly) Fixes #590146.Stefan Kost
2009-07-20gstadder: Don't forget to free pending events on flush/dispose.Edward Hervey
2009-07-19adder: Collect incoming tag events and send them after newsegment. Fixes #588747Edward Hervey
2009-07-10adder: add since tags to docsStefan Kost
2009-07-10adder: add a caps-property to avoid to need to plug a capsfilter afterwardsStefan Kost
2009-07-06adder: keep sending newsegments after seekingStefan Kost
2009-07-05adder: Call set_flushing(TRUE) for flushing seeks *when* the streaming is sto...Edward Hervey
2009-06-23adder: only unflush when we flushed beforeWim Taymans
2009-06-17adder: more seeking fixes.Wim Taymans
2009-06-15adder: send flush_stop when seeking failedStefan Kost
2009-06-12adder: send flush-stop earlierWim Taymans
2009-05-19adder: only send flush_stop when seek failedStefan Kost
2009-05-19adder: send flush_stop to match flush_startStefan Kost
2009-05-19adder: add more logging and return value checkingStefan Kost
2009-05-19adder: handle the return value from iterator_foldStefan Kost
2009-05-19adder: use the pad in logging as objectsStefan Kost
2009-03-10adder: log details in getcaps like in setcapsStefan Kost
2009-03-05adder: add variants for unsigned to fix warnings for unneeded checkStefan Kost
2009-01-30Don't do void pointer arithmetic.Jan Schmidt
2008-12-17gst/adder/: Cleanup variable names to make the adder-loop easier to understand.Stefan Kost
2008-11-10gst/adder/gstadder.c: Change author string after seeing output of gst-inspector.Thomas Vander Stichele
2008-10-16Don't install static libs for plugins. Fixes #550851 for base.Stefan Kost
2008-08-01gst/adder/gstadder.c: Cleanup lots of empty lines that came from gst-indent g...Stefan Kost
2008-07-10Cleanup Plugin docs. Link to signals and properties. Fix sub-section titles. ...Stefan Kost
2008-06-29gst/adder/gstadder.c: Use GST_DEBUG_FUNCPTR and remove some extra vlnak lines.Stefan Kost
2008-06-02gst/adder/gstadder.c: When using gst_element_iterate_pads() one has to unref ...Sebastian Dröge
2008-05-28gst/adder/gstadder.c: Implement latency query.Sebastian Dröge
2008-05-27gst/adder/gstadder.c: Correctly resync the iterator if gst_iterator_next() re...Sebastian Dröge
2008-05-21gst/adder/gstadder.c: Adder also doesn't support audio/x-raw-int with width!=...Sebastian Dröge
2008-05-16gst/adder/gstadder.c: Adder doesn't support 24 bit samples so don't claim it ...Sebastian Dröge
2008-05-14gst/adder/gstadder.c: Correctly declare the supported endianness on the pad t...Sebastian Dröge
2008-02-18configure.ac: Require CVS of core for new API in collectpads.Stefan Kost
2007-07-03gst/adder/gstadder.c: Make getcaps more robust by not using the proxycaps fun...Wim Taymans
2007-05-08gst/adder/gstadder.c (gst_adder_src_event, gst_adder_collected, gst_adder_cha...Stefan Kost
2007-05-04gst/: gst/audiotestsrc/gstaudiotestsrc.cStefan Kost
2007-04-23gst/adder/gstadder.c: Fix non-flushing segmented seeks, Fixes #340060 for meStefan Kost
2007-02-15More docs coverage and some ChangeLog surgery (add missing names)Stefan Kost
2007-01-04configure.ac: split out GST_CFLAGS into GST_PLUGINS_BASE_CFLAGS and GST_CFLAG...Thomas Vander Stichele
2006-11-24gst/: remove obsolete _factory_init protosStefan Kost
2006-08-31gst/adder/gstadder.c: Fix build.Tim-Philipp Müller
2006-08-31gst/adder/gstadder.*: Remember the start position asked in the incoming seeks...Edward Hervey