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
/
gstparse.c
Age
Commit message (
Expand
)
Author
Files
Lines
2006-07-21
gst/gstparse.c: Also remove reentrance checks if flex is MT save (#348179)
Stefan Kost
1
-6
/
+5
2006-07-21
Original commit message from CVS:
Stefan Kost
1
-0
/
+9
2006-07-21
gst/gstparse.c: Protect recursive calls to _parse with a recursive mutex and ...
Wim Taymans
1
-9
/
+23
2006-07-20
gst/gstparse.c: Do not hange on recursive uasge of gst_parse_launch()
Stefan Kost
1
-4
/
+7
2006-05-04
Make sure gstprivate.h and/or config.h are always included first, otherwise s...
James Andrewartha
1
-1
/
+1
2005-10-20
gst/: Another 1% more coverage.
Wim Taymans
1
-0
/
+7
2005-10-15
various style fixes
Thomas Vander Stichele
1
-0
/
+1
2005-09-06
check/pipelines/simple_launch_lines.c: test for pipe!=NULL
Stefan Kost
1
-7
/
+14
2004-04-21
gst/gstparse.c: Free the GString used in _gst_parse_escape()
Benjamin Otte
1
-1
/
+5
2004-03-13
gst-indent run on core
Thomas Vander Stichele
1
-10
/
+13
2003-06-29
GST_DEBUG reorganization containing loads of stuff:
Benjamin Otte
1
-2
/
+3
2003-04-10
documentation
Benjamin Otte
1
-5
/
+9
2003-04-08
rewritten pipeline parsing lands. Have fun breaking it.
Benjamin Otte
1
-454
/
+24
2003-02-02
- implement FLOATING flag on caps/props
Wim Taymans
1
-0
/
+4
2003-01-09
code cleanups and further deprecation fixes
Thomas Vander Stichele
1
-9
/
+9
2003-01-09
first pass of connect->link gst-plugins and other stuff compiles without chan...
Thomas Vander Stichele
1
-35
/
+35
2002-12-06
Added syntax to make filtered connections like: osssrc src\!audio/raw, channe...
Wim Taymans
1
-4
/
+7
2002-08-31
add core elements to the registry pool plugin list fix python check
Andy Wingo
1
-0
/
+2
2002-07-26
Only connect dynamic pads if with the right template name
Wim Taymans
1
-2
/
+5
2002-07-08
- Removed unused locking from the cothreads
Wim Taymans
1
-0
/
+1
2002-06-12
Documentation updates
Wim Taymans
1
-1
/
+4
2002-05-01
Small cleanups
Wim Taymans
1
-3
/
+0
2002-04-14
we don't use // in code we commit :)
Benjamin Otte
1
-4
/
+4
2002-04-14
This is all a quick hack...
Wim Taymans
1
-1
/
+1
2002-04-14
Added more funky cases
Wim Taymans
1
-4
/
+9
2002-04-14
Made dynamic pads work for sinkpads with no padtemplate
Wim Taymans
1
-10
/
+41
2002-04-13
quote spaces in tokens passed to gst_parse_launchv. this restores the old (sh...
Andy Wingo
1
-4
/
+58
2002-04-12
feeble attempts to handle dynamic connections
BRANCH-RELEASE-0_3_4-ROOT
Andy Wingo
1
-75
/
+94
2002-04-11
commit to make gstreamer follow the gtk function/macro naming conventions:
Andy Wingo
1
-19
/
+58
2002-04-07
new parser that uses flex and bison
Andy Wingo
1
-496
/
+277
2002-03-24
filter newlines out of GST_DEBUG statements to reflect new core behavior fixe...
Andy Wingo
1
-24
/
+24
2002-03-19
removal of //-style comments don't link plugins to core libs -- the versionin...
Andy Wingo
1
-1
/
+1
2002-03-04
let's not increment in GST_DEBUG code...
Andy Wingo
1
-2
/
+2
2002-02-20
warning fixes gst_object_set_name (name, NULL) uniquifies the name globally
Andy Wingo
1
-21
/
+5
2002-02-02
More pointless cleanups
Wim Taymans
1
-1
/
+1
2002-01-18
cleaning up duplicated code in gstbin.c added some sanity checks in gstpad.c ...
Andy Wingo
1
-3
/
+10
2002-01-14
fix doc build for glib2 remove template files from cvs, they are generated wi...
Andy Wingo
1
-265
/
+270
2002-01-04
finalize conversion to gst-register
Andy Wingo
1
-1
/
+1
2001-12-22
This is an attempt at not segfaulting on errors but reporting some usefull in...
Wim Taymans
1
-4
/
+7
2001-12-17
Added parallel pipeline syntex to the parser. ./gstreamer-launch filesrc loca...
Wim Taymans
1
-1
/
+16
2001-12-15
fix some of uraeus's commenting fixes can someone also put {} around GST_DEBU...
Thomas Vander Stichele
1
-2
/
+1
2001-12-14
aye ladie, no more ugly // comments here, even if Taaz gets upset about it
Christian Schaller
1
-50
/
+51
2001-12-12
Some code cleanups.
Wim Taymans
1
-293
/
+311
2001-12-09
Set the pipeline to the paused state when doing dynimic connects.
Wim Taymans
1
-0
/
+4
2001-12-04
- some fixes to int2float making automake 1.5 happy (gst now requires automak...
wrobell
1
-2
/
+0
2001-10-27
return a negative error code instead of exiting on parse error
Steve Baker
1
-13
/
+16
2001-10-17
merge from EVENTS1 on 20011016
Erik Walthinsen
1
-0
/
+4
2001-10-07
remove ability to set dparams from -launch. this is the only real loss of fun...
Steve Baker
1
-26
/
+4
2001-09-22
crashes that only happen when debugging is on aren't very nice
Steve Baker
1
-1
/
+1
2001-09-17
fix warnings
Joshua N. Pritikin
1
-2
/
+4
[next]