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
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
2001-09-14
1. Add more warnings for the gst core only. Various trival fixes to quiet th...
Joshua N. Pritikin
1
-4
/
+7
2001-09-14
no reason to lock
Steve Baker
1
-2
/
+0
2001-09-12
added to -launch syntax: if an arg is prefixed with a '@' it will be treated ...
Steve Baker
1
-4
/
+29
2001-08-13
sync with the current CVS glib API
Steve Baker
1
-3
/
+3
2001-06-29
Allow elements to be given custom names with [] syntax. ie, gstreamer-launch ...
Richard Boulton
1
-1
/
+27
2001-06-25
Merged from GOBJECT1 to HEAD at 200106241
GOBJECT1-200106241
Erik Walthinsen
1
-7
/
+5
2001-06-15
Changed a stupid assert in request_pad.
Wim Taymans
1
-1
/
+3
2001-06-15
should restore dynamic connection of pads (couldn't really test it though)
Steve Baker
1
-77
/
+73
2001-06-10
can now take comma delimited list of pads. eg gstreamer-launch disksrc locati...
Steve Baker
1
-42
/
+98
2001-06-09
store src and sink pads in slists to get ready for the src1,src2\!sink1,sink2...
Steve Baker
1
-53
/
+66
2001-06-09
if a named pad doesn't exist, try creating a new pad using the padtemplate na...
Steve Baker
1
-4
/
+12
2001-06-06
Changed the maxcothreads to 16. connect to the new_ghost_pad signal in parse.
Wim Taymans
1
-0
/
+1
2001-06-04
added an eos handler so that gstreamer-launch quits when the first element fi...
Thomas Vander Stichele
1
-0
/
+14
2001-05-20
Added the possibility to escape chars in gstparse. You can now give it a cmdl...
Wim Taymans
1
-5
/
+18
2001-05-20
reinstated exit(-1) when gstparse.c doesn't find the plugin mentioned
Thomas Vander Stichele
1
-1
/
+1
2001-05-03
fixed spelling mistake in user-visible output
Erik Walthinsen
1
-1
/
+1
2001-05-03
Added dynamic pads to the command line parser. ./gstreamer-launch disksrc loc...
Wim Taymans
1
-10
/
+39
2001-03-06
Applied Dominic Ludlam's patch to allow quoted args in gstreamer-launch
Wim Taymans
1
-37
/
+62
2001-03-03
Added a utility function in gstutils to set an object argument as a string. g...
Wim Taymans
1
-1
/
+3
2001-01-29
This is a megapatch with the following changes:
Wim Taymans
1
-16
/
+18
2001-01-21
Docs updates
Wim Taymans
1
-2
/
+13
2001-01-20
Got ghostpads to work, even in -launch. Needs more testing still.
Erik Walthinsen
1
-50
/
+57
2001-01-07
more leak fixes
Erik Walthinsen
1
-2
/
+4
2001-01-07
turned -launch capabilities into gst_parse_launch()
Erik Walthinsen
1
-0
/
+362
[prev]