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

Last commit made on 2018-03-28
Get this branch:
git clone -b 1.12 https://git.launchpad.net/~thong-u/unoptimized/+git/gstreamer

Branch merges

Branch information

Recent commits

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

Release 1.12.5

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

Update docs

0280dc1... by Edward Hervey <email address hidden>

registrychunks: Make sure we use aligned memory

This is in the same vein as for all other features. Some systems
might not allow unaligned read.

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

docs: add index for new symbols in 1.12

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

docs: add flow combiner ref/unref to docs

So new-in-1.12 index actually has some entries.

acd19be... by fengalin <email address hidden>

flowcombiner: Fix version for ref and unref functions

The functions were introduced in version 1.12.1, GstFlowCombiner was
introduced in 1.4.

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

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

childproxy: gracefully handle methods being NULL

Do this for all method invoke functions for consistency.

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

2aab4a9... by MICHELE DIONISIO

ptp: fix build failure with #undef USE_MEASUREMENT_FILTERING

"Label ‘out’ used but not defined", since it's also used by
the USE_MEDIAN_PRE_FILTERING branch.

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

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

plugin: plugin_load() must return a ref even if it was loaded already

Fix refcounting issue when plugin was loaded already.
gst_plugin_load() is supposed to return a ref, so it
must always return a ref.

This also fixes the gstplugin unit test on windows where
fork is not available and where test_load_coreelements()
would unref a plugin ref it didn't get and then mess up
the internal registry plugin list state for the next test,
in case where the test registry does not exist yet.

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

info: reset default threshold to LEVEL_DEFAULT not 0

in set_threshold_from_string().