summaryrefslogtreecommitdiff
path: root/ext/bz2
AgeCommit message (Expand)AuthorFilesLines
2018-07-27Add feature options for almost all pluginsNirbheek Chauhan1-1/+1
2018-04-25Meson: Generate pc file for all plugins in badXavier Claessens1-0/+1
2017-05-16Remove plugin specific static build optionNicolas Dufresne1-1/+0
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan1-0/+18
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM2-8/+4
2014-04-08bz2: Initialize variablesEdward Hervey2-4/+4
2014-02-08bz2: Fix typo in header include guardsSebastian Dröge2-2/+2
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller5-10/+10
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller2-2/+2
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2-2/+2
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-03-18bz2: port to 0.11Mark Nauwelaerts2-89/+75
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2-2/+2
2010-10-19various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2-8/+12
2009-04-04bz2: fix some refcount mistakes and do some cleaning upTim-Philipp Müller3-102/+159
2008-11-04Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost1-0/+1
2007-06-22Fix leaks.Edward Hervey2-12/+4
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2-2/+2
2006-05-28ext/bz2/: Use gst_type_find_helper_* functions for typefinding; use correct c...Lutz Müller2-81/+40
2006-04-25Define GstElementDetails as const and also static (when defined as global)Stefan Kost2-2/+4
2006-04-01rework build; add translations for v4l2Thomas Vander Stichele1-1/+1
2006-02-19ext/bz2/: Add proper copyright headers identifying Lutz Müller as the author...Tim-Philipp Müller5-10/+15
2006-02-06ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of "x-bz2".Edward Hervey2-7/+105
2006-02-06ext/bz2/: No need to init parent_class, the boilerplate does it for you.Andy Wingo2-4/+0
2006-02-06Hook it up.Andy Wingo6-0/+672