Use the new GstSample for snapshots
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 1 Dec 2011 15:48:49 +0000 (16:48 +0100)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 1 Dec 2011 15:53:11 +0000 (16:53 +0100)
commit59113af604e6c999cf4fe9d341118f831d23c2d0
tree32d44f88dd9e24b34002ec73b646f917d6ec5ad4
parent66d7151787abda8fd4cd32ffdd1e514c9fef3209
Use the new GstSample for snapshots

Make appsink return a GstSample. Remove the pull_buffer_list method because it
is not very useful anymore.
Pass GstSample to the conversion function.
Update playbin2 and examples
13 files changed:
docs/libs/gst-plugins-base-libs-sections.txt
gst-libs/gst/app/gstappsink.c
gst-libs/gst/app/gstappsink.h
gst-libs/gst/audio/gstaudiobasesink.c
gst-libs/gst/video/convertframe.c
gst-libs/gst/video/video.h
gst/playback/gstplaybin2.c
gst/playback/gstplaysink.c
gst/playback/gstplaysink.h
tests/check/libs/video.c
tests/examples/app/appsink-src.c
tests/examples/app/appsrc_ex.c
tests/examples/seek/seek.c