~thong-u/unoptimized/+git/gstreamer-vaapi:0.2

Last commit made on 2012-04-02
Get this branch:
git clone -b 0.2 https://git.launchpad.net/~thong-u/unoptimized/+git/gstreamer-vaapi

Branch merges

Branch information

Recent commits

b9db5b5... by Gwenole Beauchesne <email address hidden>

Bump version for development.

17b0ca4... by Gwenole Beauchesne <email address hidden>

0.2.12.

cd24710... by Gwenole Beauchesne <email address hidden>

NEWS: updates.

5d6e60c... by Holger Kaelberer <email address hidden>

vaapisink: don't resize a 'foreign' X-window.

Don't forcibly resize foreign X windows. The user is responsible for
their size and vaapisink shall not change this.

Signed-off-by: Gwenole Beauchesne <email address hidden>

15f13a5... by Holger Kaelberer <email address hidden>

vaapisink: recalculate render rect only if caps are negotiated.

Fix gst_vaapisink_xoverlay_set_window_handle() when it is called before
caps got negotiated. Besides, when a foreign window is provided by the
user, so should the render rect.

Signed-off-by: Gwenole Beauchesne <email address hidden>

6bca1bc... by Gwenole Beauchesne <email address hidden>

compat: add compatibility glue with VA-API 0.34+ (WIP).

4429e10... by Wind Yuan <email address hidden>

decode: delay NEWSEGMENT event if vaapidecode element was not linked.

Rationale: playbin2 links all elements at run-time. Once vaapidecode
is created and a NEWSEGMENT event arrives, downstream element may not
be ready yet. So, delay this event until next element is chained in,
otherwise basesink could output "Received buffer without a new-segment.
Assuming timestamps start from 0".

Signed-off-by: Gwenole Beauchesne <email address hidden>

92a29c4... by Gwenole Beauchesne <email address hidden>

Revert "vaapidecode: fix another pad template ref leak" (Holger Kaelberer)

This reverts commit 2f127d6af473afd647a2c88f75faafd1cd718437.

For gst_element_class_get_pad_template(), no unreferencing is necessary
according to the GStreamer documentation.

dded76d... by Gwenole Beauchesne <email address hidden>

image: fix source stride in picture copy.

00fda79... by Gwenole Beauchesne <email address hidden>

Bump version for development.