index
:
~bilboed/gstreamer
1.12
design
fastqueue-1.0
master
uridecodebin3-1.12
Personal copy of GStreamer (core)
bilboed
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
gst
/
parse
/
grammar.y
Age
Commit message (
Expand
)
Author
Files
Lines
2016-11-12
parse: better error message when linking two elements with capsfilter fails
Tim-Philipp Müller
1
-3
/
+68
2016-11-02
parse-launch: Support linking all pads with new operator
Jan Schmidt
1
-28
/
+53
2016-10-23
parse: fix erroneous use of _("")
Tim-Philipp Müller
1
-2
/
+2
2016-03-24
parse-launch: Add flag for placing elements in a bin instead of a pipeline
Carlos Rafael Giani
1
-3
/
+6
2016-01-03
parse_launch: make nicer log messages
Stefan Sauer
1
-15
/
+23
2016-01-03
parse-launch: warn when still waiting to plug sub-pipelines after no-more-pads
Stefan Sauer
1
-3
/
+20
2016-01-03
grammar.y: remove trailing whitespace
Stefan Sauer
1
-9
/
+9
2015-03-27
parse: check before truncating strings
Luis de Bethencourt
1
-1
/
+2
2014-07-28
parse: Unref reference to enclosing bins
Sebastian Rasmussen
1
-0
/
+3
2014-01-16
parse: Some minor fixes
Fabian Kirsch
1
-4
/
+7
2014-01-14
parse: Make sure to create and link chains in the order as written
Sebastian Dröge
1
-1
/
+1
2014-01-14
parse: Remove some C99-style comments
Sebastian Dröge
1
-6
/
+6
2014-01-14
parse: Refactor grammar, make it more consistent and fix conflicts
Fabian Kirsch
1
-363
/
+467
2013-12-14
parse: Don't define yyscan_t twice
Sebastian Dröge
1
-3
/
+0
2013-11-28
parse: fix segfaulting prototype-mismatch
Fabian Kirsch
1
-7
/
+9
2013-08-21
parse: make grammar.y work with Bison 3
Kerrick Staley
1
-1
/
+1
2013-08-19
parse: Add GST_FLAG_NO_SINGLE_ELEMENT_BINS
Brendan Long
1
-2
/
+4
2012-08-13
parse: fix up for gst_child_proxy_lookup() only working on child proxy interf...
Tim-Philipp Müller
1
-15
/
+23
2012-08-08
parse: fix for new GstChildProxy::child-added signal callback signature
Tim-Philipp Müller
1
-4
/
+5
2012-07-17
parse: fix some debug
Wim Taymans
1
-1
/
+1
2012-06-23
parse: update for gst_element_make_from_uri() change
Tim-Philipp Müller
1
-2
/
+4
2012-04-26
Fix format string in grammar.y
Руслан Ижбулатов
1
-1
/
+1
2012-03-31
grammar.y: fix childproxy code
Wim Taymans
1
-8
/
+8
2012-03-30
parser: update for childproxy api changes
Stefan Sauer
1
-2
/
+2
2011-10-08
gstparse: prefix generated parser functions so they don't get exported
Tim-Philipp Müller
1
-9
/
+9
2011-02-14
parse-launch: trim whitespaces
Stefan Kost
1
-70
/
+70
2011-02-14
parse-launch: fix typo in pad-list length comparision
Stefan Kost
1
-1
/
+1
2010-04-07
parse: fix more compiler warnings
Tim-Philipp Müller
1
-0
/
+6
2010-04-07
parse: fix compiler warning
Tim-Philipp Müller
1
-7
/
+12
2010-03-22
parse-launch: make delayed set recursive
Stefan Kost
1
-20
/
+67
2010-03-11
gstreamer: remove unneeded casts
Edward Hervey
1
-2
/
+2
2010-03-10
Make code safe for -Wredundant-decls
Benjamin Otte
1
-1
/
+0
2010-01-20
gst_private.h: make sure gst_private.h is included before glib.h
Tim-Philipp Müller
1
-1
/
+2
2009-11-19
parse/grammar.y: remove unused ERROR define
Tim-Philipp Müller
1
-7
/
+1
2009-10-31
parser: Make sure that signal user data is freed by setting a GClosureNotify
Sebastian Dröge
1
-15
/
+13
2009-10-31
parser: Use GSlice for allocating the structs
Sebastian Dröge
1
-8
/
+8
2009-10-31
parser: Always get DelayedLink information from the objects qdata
Sebastian Dröge
1
-4
/
+7
2009-10-28
parse: Fix memleak of unused delayed links
David Schleef
1
-6
/
+14
2009-10-07
parse: don't format the string twice
Rob Clark
1
-6
/
+2
2009-10-06
gst: remove more unnecessary cast when using g_signal_*()
Tim-Philipp Müller
1
-2
/
+2
2009-05-12
parse-launch: allow specifying GstElement properties via gst_parse_bin_from_d...
Stefan Kost
1
-3
/
+36
2008-05-25
gst/parse/grammar.y: Remove unneeded casts.
Tim-Philipp Müller
1
-36
/
+36
2008-05-25
Get all missing elements from a parse launch string if possible (ie. if the F...
Tim-Philipp Müller
1
-6
/
+23
2008-05-24
API: gst_parse_launch_full()
Tim-Philipp Müller
1
-1
/
+13
2008-05-22
gst/: More guards against bad input; typo fix; some minor clean-ups.
Tim-Philipp Müller
1
-0
/
+1
2008-05-14
gst/parse/grammar.y: Remove unneeded value unset.
Wim Taymans
1
-1
/
+0
2008-04-17
gst/: Fix 2 caps leaks.
Wim Taymans
1
-0
/
+1
2008-02-01
gst/parse/: Add delayed set-property. This allows to set properties on dynami...
Stefan Kost
1
-6
/
+56
2007-04-18
gst/parse/: Make the parser reentrant and recursively callable. This requires...
Marc-Andre Lureau
1
-19
/
+24
2007-04-13
gst/gstelement.c: Don't output the same debug statement twice.
Jan Schmidt
1
-5
/
+8
[next]