gstreamer/gst/parse
Stefan Kost 5ce13775b8 parse-launch: allow specifying GstElement properties via gst_parse_bin_from_description
If deserializing a property fails, check if the value type is a string and if so
attempt to create a bin from the string value. This allows to e.g. specify
audio-sink/video-sink for playbin on gst-launch commandline.
2009-05-12 18:31:19 +03:00
..
.gitignore ignore more 2005-06-17 09:12:33 +00:00
grammar.y parse-launch: allow specifying GstElement properties via gst_parse_bin_from_description 2009-05-12 18:31:19 +03:00
Makefile.am gst/parse/: Require a new enough flex and bison and remove the parser hacks to use a pre-regenerated version. 2008-04-01 13:48:59 +00:00
parse.l gst/parse/parse.l: Use "%option never-interactive" to prevent useless calls to isatty() on every input when parsing. ... 2008-01-04 18:44:03 +00:00
types.h API: gst_parse_launch_full() 2008-05-24 15:33:53 +00:00