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

Last commit made on 2013-09-05
Get this branch:
git clone -b 0.10 https://git.launchpad.net/~thong-u/unoptimized/+git/gstreamer

Branch merges

Branch information

Recent commits

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

tests: remove silly test_fail_abstract_new check

Our check would make sure that GLib segfaults when
someone tries to instantiate an abstract type, which
is an extremely useful thing to check for.

In newer GLibs this is fixed and we get an abort with
a g_error() now it seems, so let's just remove this
check entirely.

60516f4... by Kerrick Staley

parse: make grammar.y work with Bison 3

YYLEX_PARAM is no longer supported in Bison 3.

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

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

basetransform: Fix handling of reverse caps negotiation if this element alone is not enough to do the transform

For example if downstream wants a new width/height and color format and
there's first a videoscale and then a ffmpegcolorspace. ffmpegcolorspace
could do the color format conversion, but not the width/height and the
other way around.

65c69c6... by Mark Nauwelaerts <email address hidden>

docs: no TOC design to dist

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

Automatic update of common submodule

From 9bca01f to 2585de9

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

configure: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS

AM_CONFIG_HEADER has been removed in the just-released automake 1.13:
https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html

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

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

gst-uninstalled: gst-openmax -> gst-omx

f4bf6ee... by Nate Bogdanowicz

gstpipeline: fix failed assertion caused by seeking pipeline with NULL clock

Under certain GST_STATE_CHANGED_PAUSED_TO_PLAYING transitions, a pipeline with
a NULL clock will fail an assertion due to an unchecked call to gst_object_ref().
This is fixed by simply adding a check and only ref-ing if the clock is not NULL.

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

7c4c552... by Thibault Saunier <email address hidden>

Automatic update of common submodule

From 3baf58a to 9bca01f

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

element: Hide the struct padding as zero-sized arrays cause some compilers to complain