From 84b35b401a221fa587127aea7c689a62a326f7b4 Mon Sep 17 00:00:00 2001 From: Stefan Kost Date: Sat, 17 Nov 2007 15:25:15 +0000 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ gst/playback/README | 5 +++-- gst/playback/test7.c | 1 + 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index be7cd90087..c5cb719dfc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2007-11-17 Stefan Kost + + * gst/playback/README: + * gst/playback/test7.c: + Fix the build + little README update. + 2007-11-16 Wim Taymans * tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main): diff --git a/gst/playback/README b/gst/playback/README index 3a50371a6b..286e49f818 100644 --- a/gst/playback/README +++ b/gst/playback/README @@ -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. diff --git a/gst/playback/test7.c b/gst/playback/test7.c index 87ff8b05a1..81083e08c3 100644 --- a/gst/playback/test7.c +++ b/gst/playback/test7.c @@ -16,6 +16,7 @@ * Free Software Foundation, Inc., 59 Temple Place - Suite 330, * Boston, MA 02111-1307, USA. */ +#include #include #define UPDATE_INTERVAL 500