gstreamer/examples
Wim Taymans 5a52fd4009 Updated the autoplugger:
Original commit message from CVS:
Updated the autoplugger:
- moved all of the code out of gstpipeline.c to autoplug.c
- The autoplugger now creates a GstElement based on the given src and
sink caps. The API now is:
GstElement* gst_autoplug_caps_list (GList *srcpad, GList *sinkpad, ...);
- the typefind function is moved from gstpipeline.c to gstplay.c. Not sure
if this is right behaviour but we need at least a bin in order to run
the typedetect functions.
- fixed a bug in gstbin.c where the MANAGER flag of the bin was not cleared
when going to the NULL state.
- a bug in the videosink was fixed. It was possible that more instances
of the video widget were created, causing major errors.
- commented out most of the 'old' autoplug examples.
- added the new autoplugger to gstplay.c. There still is a bit of hacking
needed to insert a queue into the autogenerated element. This will be fixed
when the autoplugger can also create the video/audio elements.
Fixed some more extranous spaces problems in various files.
2001-02-06 20:42:28 +00:00
..
autoplug Updated the autoplugger: 2001-02-06 20:42:28 +00:00
helloworld Massive build fixup. Will send message to -devel list later with details on the changes and what they mean for Makef... 2001-01-14 21:55:41 +00:00
helloworld2 Updated the autoplugger: 2001-02-06 20:42:28 +00:00
launch Fix launch so that it can play a list of files, now that EOS works enough. (It needs to not have to restart gstreamer... 2001-01-22 23:39:23 +00:00
plugins Lots of plugins fixes where the parentage macros were replaced with the correct gst_*_get_parent. 2001-01-29 23:50:29 +00:00
queue Massive build fixup. Will send message to -devel list later with details on the changes and what they mean for Makef... 2001-01-14 21:55:41 +00:00
queue2 Updated the autoplugger: 2001-02-06 20:42:28 +00:00
queue3 Massive build fixup. Will send message to -devel list later with details on the changes and what they mean for Makef... 2001-01-14 21:55:41 +00:00
queue4 Massive build fixup. Will send message to -devel list later with details on the changes and what they mean for Makef... 2001-01-14 21:55:41 +00:00
thread Updated the autoplugger: 2001-02-06 20:42:28 +00:00
typefind Oops 2001-01-17 07:43:13 +00:00
xml Added a first attempt for XML embedding in the main core XML. 2001-01-30 23:53:04 +00:00
Makefile.am Move plugin example code to new location, and put it into build system. 2001-01-08 23:55:27 +00:00