summaryrefslogtreecommitdiff
path: root/gst/segmentclip
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
| | | | This is not needed any longer.
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
|
* videosegmentclip: Don't leak buffers after segmentDavid Schleef2013-03-151-1/+1
|
* Fix FSF addressTim-Philipp Müller2012-11-047-14/+14
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=687520
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-172-2/+2
| | | | | where possible. Avoids some string copies. Also re-indent some stuff. Also some indent fixes here and there.
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-142-2/+2
|
* segmentclip: fix wrong pad template unrefTim-Philipp Müller2012-09-131-2/+0
| | | | | Blows up when trying to instantiate a second clip element of the same type, like in the generic/states unit test.
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
|
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
|
* segmentclip: port to 0.11Mark Nauwelaerts2012-03-183-184/+136
|
* android: make it ready for androgenizerThibault Saunier2011-04-111-0/+13
| | | | | | | | Remove the android/ top dir Fixe the Makefile.am to be androgenized To build gstreamer for android we are now using androgenizer which generates the needed Android.mk files. Androgenizer can be found here: http://git.collabora.co.uk/?p=user/derek/androgenizer.git
* segmentclip: Keep a reference of events until the event is parsedSebastian Dröge2011-04-011-1/+3
|
* segmentclip: Add audio/video buffer segment clip elementsSebastian Dröge2010-03-128-0/+930
These elements clip the audio/video buffers to the configured segment for the case when the upstream elements don't do this correctly.