- Jan 21, 2011
- Jan 20, 2011
-
-
David Schleef authored
-
- Jan 19, 2011
-
-
Mark Nauwelaerts authored
Fixes #639950.
-
- Jan 18, 2011
-
-
Thiago Santos authored
-
Tim-Philipp Müller authored
-
- Jan 15, 2011
-
-
Thiago Santos authored
Don't unref the event if it hasn't been handled, because the caller assumes it is still valid and might reuse it. I ran into this problem when transcoding an AVI (with mp3 inside) to gpp. https://bugzilla.gnome.org/show_bug.cgi?id=639555
-
- Jan 14, 2011
-
-
Thiago Santos authored
Forces the use of qtmux after it has been put to PLAYING and back to NULL once https://bugzilla.gnome.org/show_bug.cgi?id=639338
-
Mark Nauwelaerts authored
... rather than at _init time, so they are also available following a pad (de)activation cycle. https://bugzilla.gnome.org/show_bug.cgi?id=639338
-
Vincent Penquerc'h authored
Sync both pads by waiting in the kate chain function. Do not reset our internal segment from segment updates, in order to be able to map video running time to kate running time, to give libtiger the timestamp it expects. This allows us to use running time to sync to video, which is The Right Way. https://bugzilla.gnome.org/show_bug.cgi?id=600929
-
- Jan 13, 2011
-
-
Luciana Fujii Pontello authored
Camerabin default should just work, so we need to enable audio, image and video conversions. https://bugzilla.gnome.org/show_bug.cgi?id=639456
-
Tim-Philipp Müller authored
Fix copy'n'paste bug that made us look for the raw little endian sync word twice instead of looking for the 14-bit LE sync word as well. Fixes parsing of such streams (see #636234 for sample file).
-
Tim-Philipp Müller authored
Remove copy'n'paste leftovers.
-
Teemu Katajisto authored
Fixes #639413.
-
- Jan 12, 2011
-
-
Stefan Kost authored
-
Stefan Kost authored
-
-
- Jan 11, 2011
-
-
Tim-Philipp Müller authored
-
Stefan Kost authored
From e572c87 to f94d739
-
- Jan 10, 2011
-
-
Edward Hervey authored
-
Tim-Philipp Müller authored
From ccbaa85 to e572c87
-
Tim-Philipp Müller authored
From 46445ad to ccbaa85
-
Tim-Philipp Müller authored
-
Karol Sobczak authored
Or possibly even at startup. If we couldn't find a sync within the first few bytes, we'd just push more data into the adapter but never discard any of the invalid data at the beginning, so would never be able to re-sync. https://bugzilla.gnome.org/show_bug.cgi?id=639063
-
- Jan 08, 2011
-
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
The "select-all" property was removed when input-selector was moved to core, but camerabin uses this, so make camerabin use a private copy until a better fix is found.
-
Tim-Philipp Müller authored
Avoid duplicates GST_CHECK_CFLAGS and GST_OPTIONS_CFLAGS are already in AM_CFLAGS. Add LDADD instead of GST_CHECK_LIBS for consistency.
-
Tim-Philipp Müller authored
May just as well remove it rather than fix it, so it doesn't show up in greps for this any longer.
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
The unit tests are riddled with g_assert() and friends, make sure we don't disable assert and cast checks for the unit tests even if this has been specified for the rest of the code base, e.g. via --disable-glib-asserts.
-
Tim-Philipp Müller authored
It will all be turned into a NOOP if -DG_DISABLE_ASSERT is used (as it is for pre-releases and releases).
-
- Jan 07, 2011
-
-
Tim-Philipp Müller authored
And don't use g_return*_if_fail() for error handling in elements.
-
Tim-Philipp Müller authored
This reverts commit 2271608c. This patch needs more work so it doesn't cause grave playback regressions (multi-second freezes) with some files that have slightly broken timestamps but play fine everywhere else. https://bugzilla.gnome.org/show_bug.cgi?id=636279 https://bugzilla.gnome.org/show_bug.cgi?id=632222
-
Tim-Philipp Müller authored
-
Tim-Philipp Müller authored
-
Stefan Kost authored
-
Tim-Philipp Müller authored
-