index
:
gstreamer/gst-template
0.10
1.18
BRANCH-GSTREAMER-0_8
main
master
Templates for applications and plugins (mirrored from https://gitlab.freedesktop.org/gstreamer/gst-template)
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-08
Fix Meson template c file capitalization
HEAD
master
main
Tyler Compton
1
-1
/
+1
2021-10-13
Fixed typo in `gstplugin.c`
Ralph Tandetzky
1
-1
/
+1
2021-04-15
template: update make_element
Stéphane Cerveau
5
-12
/
+33
2020-12-31
Bump version to 1.19.0.1
Tim-Philipp Müller
1
-1
/
+1
2020-12-29
meson: Specify min GStreamer version requirement
Michael Gruner
1
-2
/
+2
2020-12-10
gst-plugin: allow per feature registration
Stéphane Cerveau
3
-6
/
+10
2020-12-10
gst-plugin: apply gst-indent
Stéphane Cerveau
3
-80
/
+62
2020-05-12
gst-plugin: Update comment
Edward Hervey
1
-3
/
+3
2020-05-12
gst-plugin: Move instructions up to main README
Edward Hervey
3
-35
/
+22
2020-05-12
gst-app: Remove unused files
Edward Hervey
2
-19
/
+0
2020-05-12
gst-app: Remove call to g_thread_init
Edward Hervey
1
-5
/
+0
2020-05-12
README: Convert to markdown
Edward Hervey
2
-50
/
+55
2020-03-14
Use G_DECLARE_FINAL_TYPE()
Niels De Graef
3
-59
/
+12
2019-10-15
Remove autotools build
Tim-Philipp Müller
13
-369
/
+13
2019-07-30
gst-plugin/configure.ac: add missing defines
Mathieu Duponchelle
1
-0
/
+6
2019-06-20
Add meson build system
Stéphane Cerveau
7
-11
/
+112
2019-05-17
audiofilter: fix plugin name to match plugin .so filename
Tim-Philipp Müller
1
-2
/
+2
2018-11-05
Update common submodule location to gitlab
Matthew Waters
1
-1
/
+1
2016-04-02
plugin: port audio filter example to 1.0
Tim-Philipp Müller
3
-106
/
+165
2016-04-02
plugin: fix unused variable compiler warning
Tim-Philipp Müller
1
-1
/
+4
2015-06-10
gst-plugin: transform: fix code
Tim-Philipp Müller
1
-6
/
+3
2012-09-26
port to 1.0
Wim Taymans
6
-112
/
+111
2011-12-13
audiofilter: fix the license of the template
0.10
Stefan Sauer
1
-0
/
+23
2010-03-23
gst-app: use minimal configure.ac
Tim-Philipp Müller
6
-501
/
+93
2010-03-23
gst-plugin: use minimal configure.ac
Tim-Philipp Müller
9
-614
/
+103
2009-08-30
README: mention that you can gst-inspect built plugins directly
Tim-Philipp Müller
1
-0
/
+4
2009-08-30
gstplugin.c: define PACKAGE if it hasn't been defined yet
Tim-Philipp Müller
1
-0
/
+9
2009-08-30
Remove unused empty common directory
Tim-Philipp Müller
1
-0
/
+0
2009-08-30
README: flesh out a bit more to get people unfamiliar with autotools started
Tim-Philipp Müller
1
-1
/
+27
2009-07-16
gst-plugin: Link with controller and base libraries
Joonas Salo
1
-1
/
+1
2009-07-13
fix header file name change
Thomas Vander Stichele
1
-0
/
+1
2008-11-04
src/Makefile.am: Don't install static libs for plugins. Fixes #550851 for the...
GIT_CONVERSION
Stefan Kost
3
-0
/
+6
2008-10-30
tools/make_element: Don't replace GstPlugin.
Stefan Kost
3
-2
/
+7
2008-08-11
Integrate new template and improve search'n'replace ops. Update templates to ...
Stefan Kost
7
-37
/
+326
2008-07-26
tools/make_element: Fix username detection. tries getent first and falls back...
Stefan Kost
3
-1
/
+13
2008-06-09
src/gstplugin.c: Fix some memory leaks, and make the setcaps function actuall...
Jan Schmidt
3
-9
/
+12
2008-05-08
README: Add simple usage explanation and make it look like the other READMEs.
Stefan Kost
8
-39
/
+112
2008-03-28
src/main.c: Call g_thread_init() before calling any other GLib function, such...
Tim-Philipp Müller
3
-0
/
+11
2007-08-01
src/gsttransform.c: Include right header to avoid structure size mismatches etc.
Tim-Philipp Müller
2
-1
/
+6
2007-07-25
src/gstplugin.c: Use GST_DEBUG_FUNCPTR() macros where it makes sense.
Steve Fink
2
-4
/
+15
2007-07-19
configure.ac: Fix CVS-build detection.
Stefan Kost
3
-1
/
+6
2007-01-23
src/Makefile.am: Make clearer which Makefile variables need renaming if the p...
Tim-Philipp Müller
2
-2
/
+17
2007-01-22
tools/make_element: Translate FOO_IS_MY_PLUGIN macro as well according to the...
Philip Jägenstedt
3
-0
/
+9
2006-07-04
Run autoheader to create config.h.in; add
Tim-Philipp Müller
3
-3
/
+10
2006-07-04
autogen.sh: Run autoheader to create config.h.in and fix the build.`
Tim-Philipp Müller
3
-1
/
+6
2006-07-03
Throw an error if autotools versions are too old. We require automake 1.7 or ...
Tim-Philipp Müller
11
-37
/
+818
2006-06-22
src/gstplugin.c: Use GST_BOILERPLATE, add debug category (#345601).
Philip Jägenstedt
3
-112
/
+87
2006-05-15
Update for 0.10. Turn into a super-simple command line player.
Tim-Philipp Müller
9
-140
/
+388
2006-04-20
remove double gst_get_, fix '_' in names
Johan Rydberg
6
-30
/
+35
2006-02-26
src/gstplugin.c: Fix function declaration of _init() function.
Tim-Philipp Müller
3
-6
/
+13
[next]