gstreamer/tests/examples
Wim Taymans 593d4b1af3 examples/app/: Added 3 more example application for using appsrc in random-access mode, pull-mode streaming and pull ...
Original commit message from CVS:
* examples/app/Makefile.am:
* examples/app/appsrc-ra.c: (feed_data), (seek_data),
(found_source), (bus_message), (main):
* examples/app/appsrc-seekable.c: (feed_data), (seek_data),
(found_source), (bus_message), (main):
* examples/app/appsrc-stream2.c: (feed_data), (found_source),
(bus_message), (main):
Added 3 more example application for using appsrc in random-access mode,
pull-mode streaming and pull mode seekable.
* gst-libs/gst/app/gstappsrc.c: (gst_app_src_class_init),
(gst_app_src_start), (gst_app_src_do_get_size),
(gst_app_src_create):
* gst-libs/gst/app/gstappsrc.h:
Make stream-type property writable.
Unset flushing when starting so that we reuse appsrc.
Inform basesrc about the configured size.
Emit seek-data signal when we are going to a different offset in
random-access mode.
2008-06-06 16:50:51 +00:00
..
app examples/app/: Added 3 more example application for using appsrc in random-access mode, pull-mode streaming and pull ... 2008-06-06 16:50:51 +00:00
dynamic Some debug and comment fixes. 2008-05-21 16:44:15 +00:00
seek tests/examples/seek/seek.c: Initialise error to NULL as we should. 2008-05-28 11:31:44 +00:00
snapshot tests/examples/snapshot/snapshot.c: Fix the build. 2007-10-02 09:04:03 +00:00
volume tests/: We should use $(LIBM). 2007-07-20 07:22:15 +00:00
Makefile.am Add simple snapshot example program using appsink. 2007-09-20 14:09:24 +00:00