summaryrefslogtreecommitdiff
path: root/gst/frei0r
AgeCommit message (Expand)AuthorFilesLines
2010-12-30frei0r: convert uint32_t to guint32David Schleef2-11/+11
2010-09-28frei0r: Use static caps instead of converting strings to caps all the timeSebastian Dröge1-10/+14
2010-09-28frei0r: Fix crashes if plugins don't provide correct property informationSebastian Dröge1-0/+6
2010-09-25frei0r: Fix scanning of plugin subdirectories and support different vendorsSebastian Dröge7-33/+62
2010-09-24frei0r: Update frei0r interface specification to 1.2Sebastian Dröge1-6/+29
2010-09-24frei0r: Add support for the FREI0R_PATH environment variableSebastian Dröge1-12/+24
2010-08-08frei0r: Only check the plugin filenames, not the directory namesSebastian Dröge1-7/+8
2010-08-08frei0r: Don't try to register/load the same frei0r plugin at different locati...Sebastian Dröge1-11/+27
2010-08-06frei0r: Load plugins in /usr/{local/,}lib{32,64}/frei0r-1 tooOlivier Crête1-1/+7
2010-07-11frei0r: Use correct order of directories to search for pluginsSebastian Dröge8-26/+49
2010-05-12frei0r: Fix setting of boolean valuesJoshua M. Doe2-5/+5
2010-03-09frei0r: Sync properties to the controller if one was setSebastian Dröge5-6/+60
2010-03-09frei0r: Protect set/get property and processing functions from concurrent accessSebastian Dröge3-1/+19
2010-01-16frei0r: Make sure that property names always start with a letterSebastian Dröge1-0/+8
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öge3-0/+15
2009-06-29frei0r: In the filter plugins create the frei0r instances in create() before ...Sebastian Dröge2-13/+12
2009-06-29frei0r: In the mixer plugins create the frei0r instances in create() before p...Sebastian Dröge1-12/+9
2009-06-29frei0r: In the src plugins create the frei0r instances in create() before pla...Sebastian Dröge1-11/+10
2009-06-29frei0r: Use fixed caps on the filter padsSebastian Dröge1-0/+2
2009-06-27frei0r: Set the default property values correctlySebastian Dröge1-9/+38
2009-06-19frei0r: Make plugin scanning more robustSebastian Dröge4-15/+20
2009-06-19frei0r: Make sure to only register plugins that have valid propert typesSebastian Dröge1-0/+15
2009-06-19frei0r: Remove custom get_unit_size implementationSebastian Dröge1-16/+0
2009-06-19frei0r: Fix the klass of the filter elementsSebastian Dröge1-1/+1
2009-06-19frei0r: Free type namesSebastian Dröge3-3/+15
2009-06-19frei0r: Unref the GstCollectPads instance on finalizeSebastian Dröge1-0/+4
2009-06-19frei0r: Don't allow caps changes in PLAYING/PAUSEDSebastian Dröge1-24/+11
2009-06-19freir0: Add support for frei0r mixer pluginsSebastian Dröge5-8/+867
2009-06-19frei0r: Destroy the f0r_instance_t in stop()Sebastian Dröge1-0/+18
2009-06-19frei0r: Add the frei0r plugin type to the element nameSebastian Dröge2-2/+2
2009-06-19frei0r: Add support for frei0r source/generator pluginsSebastian Dröge4-2/+482
2009-06-19frei0r: Allow the complete double range for double propertiesSebastian Dröge1-1/+1
2009-06-19frei0r: Use better property nicksSebastian Dröge1-4/+17
2009-06-19frei0r: First version of a frei0r wrapper pluginSebastian Dröge6-0/+1535