old gst-plugins ChangeLog
[platform/upstream/gstreamer.git] / docs / random / sequence
1 Here's a possible (huge, large, complete?) sequence of execution for an
2 invocation of [GIST] playing a media stream.  I'll start with a mp3 audio
3 stream, but eventually this should be a mpeg a/v stream off the net with
4 rolling capture (think ReplayTV/Tivo), pausing, rewinding, etc.  This
5 could easily be hundreds of lines by the time I'm done...
6
7 This may look a lot like C in places, simply because that's the most
8 efficient way of representing a given action.
9
10
11 gst_init();
12 pipeline = gst_pipeline_new();
13         state = 
14 src = gst_disksrc_new("src","song.mp3");
15