~thong-u/unoptimized/+git/gstreamer:1.10

Last commit made on 2017-08-17
Get this branch:
git clone -b 1.10 https://git.launchpad.net/~thong-u/unoptimized/+git/gstreamer

Branch merges

Branch information

Recent commits

120e69d... by =?utf-8?q?Tim-Philipp_M=C3=BCller?= <email address hidden>

Automatic update of common submodule

From f980fd9 to 742c09d

2bec169... by =?utf-8?q?Sebastian_Dr=C3=B6ge?= <email address hidden>

Release 1.10.5

4eb8908... by =?utf-8?q?Sebastian_Dr=C3=B6ge?= <email address hidden>

Update .po files

37a9b02... by =?utf-8?q?Sebastian_Dr=C3=B6ge?= <email address hidden>

message: Don't pass a NULL debug string to g_utf8_validate()

g_utf8_validate() crashes on NULL, but NULL is valid for the debug
string nonetheless.

e68c071... by Jan Schmidt <email address hidden>

typefind: Switch to normal mode before have-type

Before emitting have-type, switch to NORMAL
mode, as part of the have-type processing sends
the caps event downstream, which might trigger
actions like downstream autoplugging or
flushing seeks - and the latter are only
passed upstream if we've set typefind to NORMAL
mode.

f727d67... by =?utf-8?q?Tim-Philipp_M=C3=BCller?= <email address hidden>

meson: update version

9c80d89... by Nirbheek Chauhan <email address hidden>

meson: Fix build with latest upstream git

Trivial incorrect include_directories() call

3eff919... by =?utf-8?q?Sebastian_Dr=C3=B6ge?= <email address hidden>

Release 1.10.4

1e55204... by =?utf-8?q?Sebastian_Dr=C3=B6ge?= <email address hidden>

Update .po files

69c8d99... by =?utf-8?q?Tim-Philipp_M=C3=BCller?= <email address hidden>

bytereader: fix peek value when scanning for 00 00 01 with non-0 offset

We would add the offset a second time in _scan_for_start_code()
when we found a result, but it's already been added to the data
pointer at the beginning of _masked_scan_uint32_peek(), so the
peeked value would be wrong if the initial offset was >0, and
we would potentially read memory out-of-bounds.

Add unit test for all of this.

https://bugzilla.gnome.org/show_bug.cgi?id=778365