videoanalyse: Use correct element classification
[platform/upstream/gstreamer.git] / gst / frei0r /
2010-08-08 Sebastian Drögefrei0r: Only check the plugin filenames, not the direct...
2010-08-08 Sebastian Drögefrei0r: Don't try to register/load the same frei0r...
2010-08-06 Olivier Crêtefrei0r: Load plugins in /usr/{local/,}lib{32,64}/frei0r...
2010-07-11 Sebastian Drögefrei0r: Use correct order of directories to search...
2010-05-12 Joshua M. Doefrei0r: Fix setting of boolean values
2010-03-09 Sebastian Drögefrei0r: Sync properties to the controller if one was set
2010-03-09 Sebastian Drögefrei0r: Protect set/get property and processing functio...
2010-01-16 Sebastian Drögefrei0r: Make sure that property names always start...
2009-11-20 Julien Mouttefrei0r: Fix compilation warnings.
2009-06-29 Sebastian Drögefrei0r: Correctly clean up elements to be reusable...
2009-06-29 Sebastian Drögefrei0r: In the filter plugins create the frei0r instanc...
2009-06-29 Sebastian Drögefrei0r: In the mixer plugins create the frei0r instance...
2009-06-29 Sebastian Drögefrei0r: In the src plugins create the frei0r instances...
2009-06-29 Sebastian Drögefrei0r: Use fixed caps on the filter pads
2009-06-27 Sebastian Drögefrei0r: Set the default property values correctly
2009-06-19 Sebastian Drögefrei0r: Make plugin scanning more robust
2009-06-19 Sebastian Drögefrei0r: Make sure to only register plugins that have...
2009-06-19 Sebastian Drögefrei0r: Remove custom get_unit_size implementation
2009-06-19 Sebastian Drögefrei0r: Fix the klass of the filter elements
2009-06-19 Sebastian Drögefrei0r: Free type names
2009-06-19 Sebastian Drögefrei0r: Unref the GstCollectPads instance on finalize
2009-06-19 Sebastian Drögefrei0r: Don't allow caps changes in PLAYING/PAUSED
2009-06-19 Sebastian Drögefreir0: Add support for frei0r mixer plugins
2009-06-19 Sebastian Drögefrei0r: Destroy the f0r_instance_t in stop()
2009-06-19 Sebastian Drögefrei0r: Add the frei0r plugin type to the element name
2009-06-19 Sebastian Drögefrei0r: Add support for frei0r source/generator plugins
2009-06-19 Sebastian Drögefrei0r: Allow the complete double range for double...
2009-06-19 Sebastian Drögefrei0r: Use better property nicks
2009-06-19 Sebastian Drögefrei0r: First version of a frei0r wrapper plugin