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

Last commit made on 2016-04-14
Get this branch:
git clone -b 1.6 https://git.launchpad.net/~thong-u/unoptimized/+git/gstreamer

Branch merges

Branch information

Recent commits

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

Update RELEASE with more bug details after release

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

Release 1.6.4

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

Update .po files

a7cfbf3... by =?utf-8?q?Aur=C3=A9lien_Zanelli?= <email address hidden>

utils: add 'transfer full' annotation to gst_pad_peer_query_caps

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

8205b45... by =?utf-8?q?Aur=C3=A9lien_Zanelli?= <email address hidden>

pad: add 'transfer full' and 'nullable' annotations to gst_pad_get_current_caps

and also change the description accordingly since function returns an
incremented caps object or NULL if there is no caps set.

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

11d4835... by Ben

utils: fix gir annotation for gst_element_query_convert()

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

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

multiqueue: Fix not-linked pad handling at EOS

Ensure that not-linked pads will drain out at EOS by
correctly detecting the EOS condition based on the EOS
pad flag (which indicates we actually pushed an EOS),
and make sure that not-linked pads are woken when doing
EOS processing on linked pads.

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

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

multiqueue: two small fixes for when an existing pad is requested

Unlock when returning NULL from gst_single_queue_new(), and don't
crash with debug logging enabled if NULL is returned.

Spotted by Steven Hoving.

103c919... by Edward Hervey <email address hidden>

multiqueue: Don't use random segment.position from upstream

segment.position is meant for internal usage only, but the various
GST_EVENT_SEGMENT creationg/parsing functions won't clear that field.

Use the appropriate segment boundary as an initial value instead

d1f8728... by Romain Picard <email address hidden>

typefind: Allow caps query in "have-type" signal handlers

If an application calls gst_pad_query_caps from its "have-type" signal handler,
then the query fails because typefind->caps has not been set yet.

This patch sets typefind->caps in the object method handler, before the signal
handlers are called.

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