gstreamer/win32/common
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
..
config.h Release 1.8.0 2016-03-24 11:49:08 +02:00
gstconfig.h win32/common/gstconfig.h: removed libxml include directive 2015-03-04 10:03:57 +01:00
gstenumtypes.c Release 1.7.2 2016-02-19 11:47:52 +02:00
gstenumtypes.h Release 1.7.2 2016-02-19 11:47:52 +02:00
gstversion.h Release 1.8.0 2016-03-24 11:49:08 +02:00
libgstbase.def adapter: Add methods to query current offset 2016-06-10 09:49:33 +03:00
libgstcontroller.def win32: update .def file for new API 2015-06-12 13:45:33 +01:00
libgstnet.def netaddressmeta: gst_buffer_get_net_address_meta() as function 2015-10-27 12:59:24 +00:00
libgstreamer.def utils: Add gst_pad_link_maybe_ghosting() for consistency 2016-06-08 12:12:28 +03:00