summaryrefslogtreecommitdiffstats
path: root/gst/frei0r/gstfrei0rsrc.c
AgeCommit message (Collapse)AuthorFilesLines
2009-06-29frei0r: Correctly clean up elements to be reusable and not leak memorySebastian Dröge1-0/+5
2009-06-29frei0r: In the src plugins create the frei0r instances in create() before ↵Sebastian Dröge1-11/+10
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: Don't allow caps changes in PLAYING/PAUSEDSebastian Dröge1-24/+11
Most frei0r source plugins generate output based on previous output and creating a new instance on caps changes will let the output start at 0 again.
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öge1-1/+1
This makes it easier to distinguish generators from filters, etc
2009-06-19frei0r: Add support for frei0r source/generator pluginsSebastian Dröge1-0/+407