gst/playback/: Fix the build + little README update.

Original commit message from CVS:
* gst/playback/README:
* gst/playback/test7.c:
Fix the build + little README update.
This commit is contained in:
Stefan Kost 2007-11-17 15:25:15 +00:00
parent 64b9bf4a89
commit 84b35b401a
3 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,9 @@
2007-11-17 Stefan Kost <ensonic@users.sf.net>
* gst/playback/README:
* gst/playback/test7.c:
Fix the build + little README update.
2007-11-16 Wim Taymans <wim.taymans@gmail.com>
* tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):

View file

@ -1,4 +1,4 @@
decoderbin:
decodebin:
A bin with a sinkpad that decodes the data into raw formats. It works by sending
the input data through a typefind element and then recursively autoplugs elements
@ -66,6 +66,7 @@ playbasebin:
- when the first pad is closed, it's possible that another dynamic element is
added somewhere so that we need a queue for the first pad as well.
playbin:
Extends playbasebin, sets up default audiosink and videosink for first audio/video
@ -80,11 +81,11 @@ playbin:
- be smarter about replugging the sinks instead of removing them and readding them.
- Do not crap out when the audio device is in use.
general
TODO
- playlist support. maybe use a playlist bin that streams the contents of the
playlist on a pad, interleaved with new_media events. Also add a tuner
interface while we're at it.
- plug the many memleaks.

View file

@ -16,6 +16,7 @@
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
#include <stdlib.h>
#include <gst/gst.h>
#define UPDATE_INTERVAL 500