summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-13audiofilter: fix the license of the templateHEADmasterStefan Sauer1-0/+23
2010-03-23gst-app: use minimal configure.acTim-Philipp Müller6-501/+93
2010-03-23gst-plugin: use minimal configure.acTim-Philipp Müller9-614/+103
2009-08-30README: mention that you can gst-inspect built plugins directlyTim-Philipp Müller1-0/+4
2009-08-30gstplugin.c: define PACKAGE if it hasn't been defined yetTim-Philipp Müller1-0/+9
2009-08-30Remove unused empty common directoryTim-Philipp Müller1-0/+0
2009-08-30README: flesh out a bit more to get people unfamiliar with autotools startedTim-Philipp Müller1-1/+27
2009-07-16gst-plugin: Link with controller and base librariesJoonas Salo1-1/+1
2009-07-13fix header file name changeThomas Vander Stichele1-0/+1
2008-11-04src/Makefile.am: Don't install static libs for plugins. Fixes #550851 for the...GIT_CONVERSIONStefan Kost3-0/+6
2008-10-30tools/make_element: Don't replace GstPlugin.Stefan Kost3-2/+7
2008-08-11Integrate new template and improve search'n'replace ops. Update templates to ...Stefan Kost7-37/+326
2008-07-26tools/make_element: Fix username detection. tries getent first and falls back...Stefan Kost3-1/+13
2008-06-09src/gstplugin.c: Fix some memory leaks, and make the setcaps function actuall...Jan Schmidt3-9/+12
2008-05-08README: Add simple usage explanation and make it look like the other READMEs.Stefan Kost8-39/+112
2008-03-28src/main.c: Call g_thread_init() before calling any other GLib function, such...Tim-Philipp Müller3-0/+11
2007-08-01src/gsttransform.c: Include right header to avoid structure size mismatches etc.Tim-Philipp Müller2-1/+6
2007-07-25src/gstplugin.c: Use GST_DEBUG_FUNCPTR() macros where it makes sense.Steve Fink2-4/+15
2007-07-19configure.ac: Fix CVS-build detection.Stefan Kost3-1/+6
2007-01-23src/Makefile.am: Make clearer which Makefile variables need renaming if the p...Tim-Philipp Müller2-2/+17
2007-01-22tools/make_element: Translate FOO_IS_MY_PLUGIN macro as well according to the...Philip Jägenstedt3-0/+9
2006-07-04Run autoheader to create config.h.in; addTim-Philipp Müller3-3/+10
2006-07-04autogen.sh: Run autoheader to create config.h.in and fix the build.`Tim-Philipp Müller3-1/+6
2006-07-03Throw an error if autotools versions are too old. We require automake 1.7 or ...Tim-Philipp Müller11-37/+818
2006-06-22src/gstplugin.c: Use GST_BOILERPLATE, add debug category (#345601).Philip Jägenstedt3-112/+87
2006-05-15Update for 0.10. Turn into a super-simple command line player.Tim-Philipp Müller9-140/+388
2006-04-20remove double gst_get_, fix '_' in namesJohan Rydberg6-30/+35
2006-02-26src/gstplugin.c: Fix function declaration of _init() function.Tim-Philipp Müller3-6/+13
2006-02-07src/: more code cleanups, more commentsStefan Kost3-70/+95
2006-02-07configure.ac: allow installing to $HOMEStefan Kost8-7/+325
2006-01-23src/gstplugin.h: FOO_BAR_CLASS(klass) should cast to FooBarClass*, not FooBar*.Tim-Philipp Müller3-1/+7
2006-01-13bring into the 0.10 worldThomas Vander Stichele5-19/+51
2006-01-13ignore moreThomas Vander Stichele1-0/+2
2006-01-13adding version and compiler flag to templateThomas Vander Stichele5-2/+44
2005-12-16src/gstplugin.c: Need to have the set_property and get_property methods befor...Jan Schmidt2-3/+9
2005-12-14src/gstplugin.h: Fix GST_IS_FOO_BAR_CLASS macro.Tim-Philipp Müller3-2/+7
2005-06-30Fix for GStreamer 0.9.Ronald S. Bultje3-24/+20
2005-06-30Relicense all files to MIT, so people can use this code as inspiration or eve...BRANCH-GSTREAMER-0_8Ronald S. Bultje10-20/+673
2004-12-07add LGPL copyright headers to encourage good practiceChristian Schaller5-0/+75
2004-09-17synchronise with main version from common/m4Stéphane Loeuillet2-6/+13
2004-04-22cleanupThomas Vander Stichele1-2/+1
2004-04-22proper LDFLAGSThomas Vander Stichele5-5/+23
2004-04-22tweakingThomas Vander Stichele3-22/+84
2004-04-22fix commentsThomas Vander Stichele2-1/+4
2004-04-22ignore stuffThomas Vander Stichele2-0/+7
2004-04-03configure.ac: update for GStreamer 0.8Benjamin Otte2-2/+7
2004-04-03configure.ac: updated for 0.8Benjamin Otte3-2/+7
2004-01-25src/gstplugin.c: Fix for GStreamer 0.7.x.Ronald S. Bultje3-25/+28
2004-01-15Add make_element script for building new elementsDavid Schleef2-0/+49
2003-12-15Update for new plugin loading system and several other changesMOVE-TO-FDORonald S. Bultje4-54/+43