gstreamer/libs/gst
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
..
base adapter: Add methods to query current offset 2016-06-10 09:49:33 +03:00
check g-i: pass compiler env to g-ir-scanner 2016-05-24 00:40:27 +01:00
controller g-i: pass compiler env to g-ir-scanner 2016-05-24 00:40:27 +01:00
helpers helpers: really fix install race 2015-12-04 16:44:39 +02:00
net Use MAY_BE_LEAKED_FLAG 2016-06-02 23:14:15 +01:00
Makefile.am Remove obsolete Android build cruft 2015-04-26 17:49:44 +01:00