summaryrefslogtreecommitdiff
path: root/gst-plugin/src
AgeCommit message (Expand)AuthorFilesLines
2021-10-13Fixed typo in `gstplugin.c` Ralph Tandetzky1-1/+1
2021-04-15template: update make_elementStéphane Cerveau2-8/+8
2020-12-10gst-plugin: allow per feature registrationStéphane Cerveau3-6/+10
2020-12-10gst-plugin: apply gst-indentStéphane Cerveau3-80/+62
2020-05-12gst-plugin: Update commentEdward Hervey1-3/+3
2020-03-14Use G_DECLARE_FINAL_TYPE()Niels De Graef3-59/+12
2019-10-15Remove autotools buildTim-Philipp Müller1-39/+0
2019-06-20Add meson build systemStéphane Cerveau3-11/+12
2019-05-17audiofilter: fix plugin name to match plugin .so filenameTim-Philipp Müller1-2/+2
2016-04-02plugin: port audio filter example to 1.0Tim-Philipp Müller2-106/+164
2016-04-02plugin: fix unused variable compiler warningTim-Philipp Müller1-1/+4
2015-06-10gst-plugin: transform: fix codeTim-Philipp Müller1-6/+3
2012-09-26port to 1.0Wim Taymans2-69/+70
2011-12-13audiofilter: fix the license of the template0.10Stefan Sauer1-0/+23
2010-03-23gst-plugin: use minimal configure.acTim-Philipp Müller1-11/+10
2009-08-30gstplugin.c: define PACKAGE if it hasn't been defined yetTim-Philipp Müller1-0/+9
2009-07-16gst-plugin: Link with controller and base librariesJoonas Salo1-1/+1
2008-11-04src/Makefile.am: Don't install static libs for plugins. Fixes #550851 for the...GIT_CONVERSIONStefan Kost1-0/+1
2008-08-11Integrate new template and improve search'n'replace ops. Update templates to ...Stefan Kost3-29/+302
2008-06-09src/gstplugin.c: Fix some memory leaks, and make the setcaps function actuall...Jan Schmidt1-9/+6
2008-05-08README: Add simple usage explanation and make it look like the other READMEs.Stefan Kost4-38/+61
2007-08-01src/gsttransform.c: Include right header to avoid structure size mismatches etc.Tim-Philipp Müller1-1/+1
2007-07-25src/gstplugin.c: Use GST_DEBUG_FUNCPTR() macros where it makes sense.Steve Fink1-4/+8
2007-01-23src/Makefile.am: Make clearer which Makefile variables need renaming if the p...Tim-Philipp Müller1-2/+10
2006-06-22src/gstplugin.c: Use GST_BOILERPLATE, add debug category (#345601).Philip Jägenstedt1-112/+78
2006-04-20remove double gst_get_, fix '_' in namesJohan Rydberg3-27/+14
2006-02-26src/gstplugin.c: Fix function declaration of _init() function.Tim-Philipp Müller1-6/+4
2006-02-07src/: more code cleanups, more commentsStefan Kost2-70/+88
2006-02-07configure.ac: allow installing to $HOMEStefan Kost4-5/+286
2006-01-23src/gstplugin.h: FOO_BAR_CLASS(klass) should cast to FooBarClass*, not FooBar*.Tim-Philipp Müller1-1/+1
2006-01-13bring into the 0.10 worldThomas Vander Stichele2-7/+7
2005-12-16src/gstplugin.c: Need to have the set_property and get_property methods befor...Jan Schmidt1-3/+3
2005-12-14src/gstplugin.h: Fix GST_IS_FOO_BAR_CLASS macro.Tim-Philipp Müller1-2/+2
2005-06-30Fix for GStreamer 0.9.Ronald S. Bultje1-20/+10
2005-06-30Relicense all files to MIT, so people can use this code as inspiration or eve...BRANCH-GSTREAMER-0_8Ronald S. Bultje2-5/+64
2004-04-22cleanupThomas Vander Stichele1-2/+1
2004-04-22proper LDFLAGSThomas Vander Stichele1-1/+4
2004-01-25src/gstplugin.c: Fix for GStreamer 0.7.x.Ronald S. Bultje1-25/+22
2003-12-15Update for new plugin loading system and several other changesMOVE-TO-FDORonald S. Bultje2-40/+38
2003-02-06update for 0.6.0Thomas Vander Stichele2-48/+51
2002-08-13cleanups and clarificationsThomas Vander Stichele2-35/+35
2002-08-13small fixup hey guys, test thisThomas Vander Stichele2-3/+4
2002-08-06this version compiles and runs and everything, yayThomas Vander Stichele3-80/+92
2002-08-06template code plugins don't work yet, I messed something up and I'm still loo...Thomas Vander Stichele3-0/+325