docs: fix API docs for gst_{adapter|byte_reader}_masked_scan_uint32
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 16 Jul 2009 13:17:03 +0000 (14:17 +0100)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Thu, 16 Jul 2009 13:17:03 +0000 (14:17 +0100)
commit79c8e2488513ce7aa84ae36742adaeba95182616
treee3c07089785b8064d65234d0b39b16fff83e9037
parent9459a93cb49174df710a08d4d05db5caca64da76
docs: fix API docs for gst_{adapter|byte_reader}_masked_scan_uint32

Clarify byte reader docs a bit: offset is relative to the current
position of the reader, not to the start of the data. Also, the
examples in both the adapter docs and the byte reader docs have
the mask and pattern arguments swapped (see #587561). Spotted
by Carl-Anton Ingmarsson.
libs/gst/base/gstadapter.c
libs/gst/base/gstbytereader.c