mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
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:
parent
64b9bf4a89
commit
84b35b401a
3 changed files with 10 additions and 2 deletions
|
@ -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):
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue