summaryrefslogtreecommitdiff
path: root/ext/bz2/gstbz2dec.c
Commit message (Expand)AuthorAgeFilesLines
* bz2: allow per feature registrationStéphane Cerveau2021-03-231-0/+1
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+2
* bz2: Initialize variablesEdward Hervey2014-04-081-2/+2
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* bz2: port to 0.11Mark Nauwelaerts2012-03-181-36/+30
* GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2012-02-081-1/+1
* various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-4/+6
* bz2: fix some refcount mistakes and do some cleaning upTim-Philipp Müller2009-04-041-41/+61
* Fix leaks.Edward Hervey2007-06-221-6/+2
* ext/bz2/: Use gst_type_find_helper_* functions for typefinding; use correct c...Lutz Müller2006-05-281-79/+38
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-251-1/+2
* ext/bz2/: Add proper copyright headers identifying Lutz Müller as the author...Tim-Philipp Müller2006-02-191-2/+3
* ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of "x-bz2".Edward Hervey2006-02-061-5/+103
* ext/bz2/: No need to init parent_class, the boilerplate does it for you.Andy Wingo2006-02-061-2/+0
* Hook it up.Andy Wingo2006-02-061-0/+239