mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-06 07:28:53 +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>
|
2007-11-16 Wim Taymans <wim.taymans@gmail.com>
|
||||||
|
|
||||||
* tests/examples/seek/seek.c: (make_playerbin2_pipeline), (main):
|
* 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
|
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
|
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
|
- 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.
|
added somewhere so that we need a queue for the first pad as well.
|
||||||
|
|
||||||
|
|
||||||
playbin:
|
playbin:
|
||||||
|
|
||||||
Extends playbasebin, sets up default audiosink and videosink for first audio/video
|
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.
|
- be smarter about replugging the sinks instead of removing them and readding them.
|
||||||
- Do not crap out when the audio device is in use.
|
- Do not crap out when the audio device is in use.
|
||||||
|
|
||||||
|
|
||||||
general
|
general
|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
- playlist support. maybe use a playlist bin that streams the contents of the
|
- 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
|
playlist on a pad, interleaved with new_media events. Also add a tuner
|
||||||
interface while we're at it.
|
interface while we're at it.
|
||||||
- plug the many memleaks.
|
|
||||||
|
|
||||||
|
|
|
@ -16,6 +16,7 @@
|
||||||
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
#include <stdlib.h>
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
||||||
#define UPDATE_INTERVAL 500
|
#define UPDATE_INTERVAL 500
|
||||||
|
|
Loading…
Reference in a new issue