summaryrefslogtreecommitdiff
path: root/ext/bz2/gstbz2enc.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-4/+2
2014-04-08bz2: Initialize variablesEdward Hervey1-2/+2
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-03-18bz2: port to 0.11Mark Nauwelaerts1-53/+45
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans1-1/+1
2010-10-19various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-4/+6
2009-04-04bz2: fix some refcount mistakes and do some cleaning upTim-Philipp Müller1-60/+97
2007-06-22Fix leaks.Edward Hervey1-6/+2
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost1-1/+2
2006-02-19ext/bz2/: Add proper copyright headers identifying Lutz Müller as the author...Tim-Philipp Müller1-2/+3
2006-02-06ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of "x-bz2".Edward Hervey1-2/+2
2006-02-06ext/bz2/: No need to init parent_class, the boilerplate does it for you.Andy Wingo1-2/+0
2006-02-06Hook it up.Andy Wingo1-0/+305