~vanvugt/ubuntu/+source/gstreamer-vaapi:1.12-tarballs

Last commit made on 2017-07-27
Get this branch:
git clone -b 1.12-tarballs https://git.launchpad.net/~vanvugt/ubuntu/+source/gstreamer-vaapi
Only Daniel van Vugt can upload to this branch. If you are Daniel van Vugt please log in for upload directions.

Branch merges

Branch information

Name:
1.12-tarballs
Repository:
lp:~vanvugt/ubuntu/+source/gstreamer-vaapi

Recent commits

4cef294... by Daniel van Vugt

And commit for subproject

04de546... by Daniel van Vugt

Mirror content: gstreamer-vaapi_1.12.2.orig.tar.xz

Now this commit mirrors the release tarball

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

Release 1.12.2

152bbb8... by Hyunjun Ko <email address hidden>

vaapipostproc: set multivew-mode flags to src caps

vaapipostproc didn't negotiate the proper multiview caps losing
downstream information.

This patch enables the playing of MVC encoded stream by setting
the proper multiview mode/flags and views to src caps, according
to sink caps.

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

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

Release 1.12.1

31e810d... by Hyunjun Ko <email address hidden>

libs: decoder: h264: initialize active_sps/pps in reset

Since commits in https://bugzilla.gnome.org/show_bug.cgi?id=781142 landed,
they introduced regression in seek.

Formerly, once seek is done, decoder drops P-frames until I-frame arrives.
But since the commits landed, it doesn't drop P-frame and does try to
decode it continuously because active_sps is still alive. See ensure_sps function.
But there are prev_frames and prev_ref_frames reset already, then it
causes assertion.

So it's necessary to reset active_sps/pps also in reset method.

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

aaaf8d2... by Hyunjun Ko <email address hidden>

vaapisink: keep handle_events flag except that if user want to set

When state of vaapisink is changed from PLAYING to NULL, the handle_events
flag is set to FALSE, and never recovered, and then event thread is never
going to run.

So we should allow to set the flag only when users try it.

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

7e25936... by Hyunjun Ko <email address hidden>

libs: window: x11: fix src rect info when using vpp

Since we started using VPP in VaapiWindowX11, we need to care about
the case that src rect and window's size are different.

So, once VPP has converted to other format, we should honor the
size of the VPP's surface as source rect. Otherwise, it is cropped
according the previous size of the source rect.

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

39636b6... by vjaquez

plugins: remove par from caps negotiation

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

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

Release 1.12.0