summaryrefslogtreecommitdiff
path: root/gst/frei0r/gstfrei0rmixer.c
AgeCommit message (Collapse)AuthorFilesLines
2012-09-29frei0r: fix plugin loading for frei0r elements that have no info.explanationTim-Philipp Müller1-1/+5
We don't allow empty descriptions for elements any more.
2012-09-28frei0r: Port to 1.0Nicolas Dufresne1-192/+137
https://bugzilla.gnome.org/show_bug.cgi?id=681678
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-09-12collectpads: remove gst_collect_pads_add_pad_fullStefan Sauer1-3/+3
Rename gst_collect_pads_add_pad_full() to gst_collect_pads_add_pad() and fix all invocations.
2012-04-17collectpads2: rename to collectpadsMark Nauwelaerts1-19/+19
2011-12-30Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey1-19/+23
Conflicts: docs/libs/Makefile.am ext/kate/gstkatetiger.c ext/opus/gstopusdec.c ext/xvid/gstxvidenc.c gst-libs/gst/basecamerabinsrc/Makefile.am gst-libs/gst/basecamerabinsrc/gstbasecamerasrc.c gst-libs/gst/basecamerabinsrc/gstbasecamerasrc.h gst-libs/gst/video/gstbasevideocodec.c gst-libs/gst/video/gstbasevideocodec.h gst-libs/gst/video/gstbasevideodecoder.c gst-libs/gst/video/gstbasevideoencoder.c gst/asfmux/gstasfmux.c gst/audiovisualizers/gstwavescope.c gst/camerabin2/gstcamerabin2.c gst/debugutils/gstcompare.c gst/frei0r/gstfrei0rmixer.c gst/mpegpsmux/mpegpsmux.c gst/mpegtsmux/mpegtsmux.c gst/mxf/mxfmux.c gst/videomeasure/gstvideomeasure_ssim.c gst/videoparsers/gsth264parse.c gst/videoparsers/gstmpeg4videoparse.c
2011-12-15frei0r: port to GstCollectPads2Vincent Penquerc'h1-19/+19
Untested, no sample pipeline mentioned, and I've no idea what this plugin does, but since all the previous ports work out of the box, this is deemed to work until evidence it doesn't.
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-0/+4
https://bugzilla.gnome.org/show_bug.cgi?id=662664
2011-11-17collectpads: port API changesStefan Sauer1-3/+3
2011-11-04controller: port to new controller location and apiStefan Sauer1-1/+1
2010-09-25frei0r: Fix scanning of plugin subdirectories and support different vendorsSebastian Dröge1-3/+6
The frei0r spec specifies, that plugins can be in subdirectories inside the main plugin directories to introduce new namespaces called vendors.
2010-07-11frei0r: Use correct order of directories to search for pluginsSebastian Dröge1-6/+7
And don't fail if a plugin was already registered. Frei0r allows plugins in directories with higher importance to override plugins from directories with lower importance.
2010-03-09frei0r: Sync properties to the controller if one was setSebastian Dröge1-3/+19
2010-03-09frei0r: Protect set/get property and processing functions from concurrent accessSebastian Dröge1-0/+6
The frei0r documentation says that these functions must not be called on the same instance from different threads at the same time. All other functions are guaranteed to be threadsafe.
2009-11-20frei0r: Fix compilation warnings.Julien Moutte1-2/+6
2009-06-29frei0r: Correctly clean up elements to be reusable and not leak memorySebastian Dröge1-0/+8
2009-06-29frei0r: In the mixer plugins create the frei0r instances in create() before ↵Sebastian Dröge1-12/+9
playback starts
2009-06-19frei0r: Make plugin scanning more robustSebastian Dröge1-5/+0
2009-06-19frei0r: Free type namesSebastian Dröge1-1/+5
2009-06-19frei0r: Unref the GstCollectPads instance on finalizeSebastian Dröge1-0/+4
2009-06-19freir0: Add support for frei0r mixer pluginsSebastian Dröge1-0/+779