gstreamer/tests/check
Edward Hervey 67ae0ad225 adapter: Add methods to query current offset
API: gst_buffer_prev_offset
API: gst_buffer_get_offset_from_discont

The gst_buffer_get_offset_from_discont() method allows retrieving the current
offset based on the GST_BUFFER_OFFSET of the buffers that were pushed in.

The offset will be set initially by the GST_BUFFER_OFFSET of
DISCONT buffers, and then incremented by the sizes of the following
buffers.

The gst_buffer_prev_offset() method allows retrievent the previous
GST_BUFFER_OFFSET regardless of flags. It works in the same way as
the other gst_buffer_prev_*() methods.

https://bugzilla.gnome.org/show_bug.cgi?id=766647
2016-06-10 09:49:33 +03:00
..
elements streamiddemux: fix list and event leaks in test 2016-05-03 11:02:47 +03:00
generic check: Rename states unit test 2015-08-14 11:10:37 +02:00
gst tests: plugin: remove feature refcount assert 2016-06-02 23:05:34 +01:00
libs adapter: Add methods to query current offset 2016-06-10 09:49:33 +03:00
pipelines parse-launch: fix factory leak in test 2016-05-05 10:01:25 +03:00
tools tests: refactor tools check a little 2014-10-31 16:10:01 +00:00
.gitignore tests: add check for gst-inspect --exists functionality 2012-09-01 23:02:10 +01:00
Makefile.am tests: add PTHREAD_CFLAGS for make check to pass on OS X 2016-04-11 18:03:49 +01:00