Wim Taymans [Fri, 10 Sep 2010 16:42:16 +0000 (18:42 +0200)]
sdp: remove leftover g_print
Wim Taymans [Fri, 10 Sep 2010 15:55:46 +0000 (17:55 +0200)]
sdp: add methods to convert between uri and message
Add methods to convert between uri and sdpmessages, loosly based on
http://tools.ietf.org/html/draft-fujikawa-sdp-url-01
API: GstSDPMessage::gst_sdp_message_parse_uri
API: GstSDPMessage::gst_sdp_message_as_uri
Thijs Vermeir [Fri, 10 Sep 2010 08:40:52 +0000 (10:40 +0200)]
tests: videotestsrc change the pattern property for the tests
Sebastian Dröge [Fri, 10 Sep 2010 06:42:37 +0000 (08:42 +0200)]
orc: Fix generated source files
Tim-Philipp Müller [Thu, 9 Sep 2010 19:45:38 +0000 (20:45 +0100)]
tests: fix passing of URIs containing '*' and '?' to the seek example
Only do wildcard expansion (why?!) on things that look like local
file paths. Fixes passing of URIs containing '*' and '?' (see #629212).
Stefan Kost [Thu, 9 Sep 2010 18:51:18 +0000 (21:51 +0300)]
tests: allow running state tests for all elements
Now one can use GST_NO_STATE_IGNORE_ELEMENTS=1 make generic/states.check
to try elements that would normaly be skipped.
Sebastian Dröge [Thu, 9 Sep 2010 09:12:56 +0000 (11:12 +0200)]
adder: Do debug category initialization in plugin_init again
Sebastian Dröge [Thu, 9 Sep 2010 08:59:13 +0000 (10:59 +0200)]
orc: Update generated source files everywhere
Sebastian Dröge [Thu, 9 Sep 2010 08:57:41 +0000 (10:57 +0200)]
Revert "Revert "Use init functions for Orc code""
This reverts commit
93aa13639d74449dc68296427e5dbcfe8aca5f51.
Everything should work now after regenerating the disted source files.
Edward Hervey [Tue, 7 Sep 2010 17:04:23 +0000 (19:04 +0200)]
win32: Add new symbol to libgstaudio
Wim Taymans [Tue, 7 Sep 2010 16:09:12 +0000 (18:09 +0200)]
baseaudio: avoid taking extra ref on sink/src
Don't take an extra ref on the sink and source because that creates a reference
cycle. Instead, use the invalidate method of the clock when the sink and source
are freed. This way, we don't call into the time function anymore after the
objects are disposed.
Wim Taymans [Tue, 7 Sep 2010 16:06:27 +0000 (18:06 +0200)]
audioclock: add a function to invalidate the clock
Add a function to invalidate the time function of a clock. Useful for when the
function becomes invalid.
Edward Hervey [Tue, 7 Sep 2010 14:26:56 +0000 (16:26 +0200)]
check: Fix linking order of libs/tag
Edward Hervey [Tue, 7 Sep 2010 14:26:30 +0000 (16:26 +0200)]
check: Make fontconfig leak suppression more generic
Thiago Santos [Tue, 7 Sep 2010 11:46:15 +0000 (08:46 -0300)]
tag: exif: Adds mappings for new image ppi tags
Adds mappings for GST_TAG_IMAGE_HORIZONTAL/VERTICAL_PPI into
our exif lib
Tests included.
Fixes #626570
Thiago Santos [Tue, 7 Sep 2010 11:22:27 +0000 (08:22 -0300)]
tags: Add GST_TAG_IMAGE_HORIZONTAL/VERTICAL_PPI tags
Adds new tags for representing the intended PPI of images/videos
API: GST_TAG_IMAGE_HORIZONTAL_PPI
API: GST_TAG_IMAGE_VERTICAL_PPI
Fixes #626570
Tim-Philipp Müller [Tue, 7 Sep 2010 10:41:52 +0000 (11:41 +0100)]
Automatic update of common submodule
From c2e10bf to aa0d1d0
Tim-Philipp Müller [Mon, 6 Sep 2010 17:17:10 +0000 (18:17 +0100)]
rtp: improve basertpdepayload's error message when no input caps were set
This is pretty much an FAQ, so try to make the error message a bit
more helpful. Also, don't tell people to file a bug in bugzilla
about this (which is what happens if the default error message for
CORE_NEGOTIATION is used).
Wim Taymans [Mon, 6 Sep 2010 11:14:00 +0000 (13:14 +0200)]
rtppayload: notify of first timestamp/seqnum
Notify of the first timestamp/seqnum pushed out by the payloader.
Fixes #612264
Edward Hervey [Mon, 6 Sep 2010 09:53:35 +0000 (11:53 +0200)]
videotestsrc: .gitignore new generate_sine_table
Stefan Kost [Mon, 6 Sep 2010 08:44:17 +0000 (11:44 +0300)]
playback: ref the selector pad class inside input-selector
Minimizes the delta to original element in -bad and allows us to keep the
type static.
David Schleef [Mon, 6 Sep 2010 03:57:48 +0000 (20:57 -0700)]
videotestsrc: Use static sine table
David Schleef [Mon, 6 Sep 2010 03:35:13 +0000 (20:35 -0700)]
videotestsrc: Add foreground/background-color properties
Replace solid-color property with foreground-color and add
background-color. Pull some common code out of each of the
pattern generating functions. Fix many of the patterns to
use foreground-color/background-color instead of white/black.
Generated images are indentical to previously if foreground-color
and background-color are left as default.
API: GstVideoTestSrc::foreground-color
API: GstVideoTestSrc::background-color
David Schleef [Mon, 6 Sep 2010 01:58:03 +0000 (18:58 -0700)]
Automatic update of common submodule
From d3d9acf to c2e10bf
David Schleef [Mon, 6 Sep 2010 00:04:31 +0000 (17:04 -0700)]
videotestsrc: deprecate colorspec property
Fixes: #616392.
Sebastian Dröge [Sun, 5 Sep 2010 10:57:36 +0000 (12:57 +0200)]
audioconvert: Simplify float->s32 conversion
orc 0.4.7 is doing saturated conversion from floats to integers
and it's not necessary to do this manually anymore.
Sebastian Dröge [Sun, 5 Sep 2010 10:14:55 +0000 (12:14 +0200)]
Automatic update of common submodule
From ca1c867 to d3d9acf
Sebastian Dröge [Sun, 5 Sep 2010 10:12:43 +0000 (12:12 +0200)]
audioconvert: Update disted orc files
Sebastian Dröge [Sun, 5 Sep 2010 10:09:19 +0000 (12:09 +0200)]
volume: Enable float processing with orc again
Sebastian Dröge [Sun, 5 Sep 2010 10:08:44 +0000 (12:08 +0200)]
configure: Require orc 0.4.8.1 for the volume test
Sebastian Dröge [Thu, 26 Aug 2010 17:16:18 +0000 (19:16 +0200)]
audioconvert: Use the ORC double support
Leo Singer [Sat, 4 Sep 2010 07:06:08 +0000 (09:06 +0200)]
exiftag: Fix compiler warnings with old gcc versions
Old gcc complains about possibly uninitialized variables which
are always initialized before usage in reality. Fixes bug #628747.
Edward Hervey [Fri, 6 Aug 2010 09:53:38 +0000 (11:53 +0200)]
playback: Switch to gstfactorylist from core
https://bugzilla.gnome.org/show_bug.cgi?id=626181
Stefan Kost [Thu, 2 Sep 2010 09:57:42 +0000 (12:57 +0300)]
videotestsrc: fix typo in property description
Sebastian Dröge [Wed, 1 Sep 2010 15:52:31 +0000 (17:52 +0200)]
textoverlay: Add support for AYUV
Sebastian Dröge [Wed, 1 Sep 2010 09:37:37 +0000 (11:37 +0200)]
audiorate: Fill segment until the end on EOS
Sebastian Dröge [Wed, 1 Sep 2010 09:33:12 +0000 (11:33 +0200)]
videorate: Fill the segment on EOS or at least produce enough frames to use the complete buffer duration
Fixes bug #628400.
Sebastian Dröge [Wed, 1 Sep 2010 09:22:25 +0000 (11:22 +0200)]
videorate: Don't ignore flow returns when filling the previous segment during NEWSEGMENT handling
Philippe Normand [Wed, 1 Sep 2010 09:11:47 +0000 (11:11 +0200)]
seek: allow seeking behind the currently downloaded position.
Stefan Kost [Wed, 1 Sep 2010 07:06:09 +0000 (10:06 +0300)]
adder: use GST_BOILERPALTE macro
Edward Hervey [Tue, 31 Aug 2010 08:09:51 +0000 (10:09 +0200)]
playback: Set queues silent property to TRUE
We don't use the queue signals within playsink.
Rob Clark [Mon, 30 Aug 2010 19:59:22 +0000 (14:59 -0500)]
textoverlay: fix Cb/Cr inversion for colored text overlays
In case of odd values for xpos or ypos, the division by two in CbCr
plane would result in an off-by-one error, which in the case of NV12,
NV21, or UYVY would cause inversion of blue and red colors. (And
would be not so easily noticed for I420 as it would just cause the
chroma to be offset slightly from the luma.)
This patch also fixes a silly typo from the earlier patch which
added NV12 support that broke UYVY support.
Sebastian Dröge [Mon, 30 Aug 2010 13:50:26 +0000 (15:50 +0200)]
oggdemux: Don't reset the pad when pushing resulted in NOT_LINKED
The pad might be linked later and after resetting it it will
only work after resetting all of oggdemux.
Sebastian Dröge [Fri, 27 Aug 2010 18:45:19 +0000 (20:45 +0200)]
uridecodebin: Only enable progressive downloading if the upstream duration in bytes is known
Otherwise we might try to enable it for live streams, where this would
cause playback to fail completely.
Fixes bug #628028.
Sebastian Dröge [Fri, 27 Aug 2010 15:23:46 +0000 (17:23 +0200)]
oggdemux: Don't use GST_FLOW_IS_FATAL()
And while we're at it, handle WRONG_STATE as error too
in oggdemux and WRONG_STATE and NOT_LINKED in oggaviparse.
Wim Taymans [Fri, 27 Aug 2010 09:49:47 +0000 (11:49 +0200)]
Revert "Use init functions for Orc code"
This reverts commit
b2051090b43f82b23bb01826f09053479bbd7874.
Fixes the build again until someone pushes the regenerated .c/.h
files too.
David Schleef [Mon, 23 Aug 2010 06:01:19 +0000 (23:01 -0700)]
videotestsrc: clean up code
Merge various color structures into one.
David Schleef [Mon, 23 Aug 2010 05:16:45 +0000 (22:16 -0700)]
videotestsrc: Add ball pattern
David Schleef [Thu, 19 Aug 2010 22:43:09 +0000 (15:43 -0700)]
Use init functions for Orc code
Stefan Kost [Thu, 26 Aug 2010 12:17:20 +0000 (15:17 +0300)]
volume: make the orc usage for float conditional again
See bug #628009. The tests still fail in the orc code (which we just don't call
now).
Thijs Vermeir [Wed, 25 Aug 2010 10:19:05 +0000 (12:19 +0200)]
riff: add support for 2vuy
It is the apple alternative for Microsofts UYVY.
(http://ntta.szm.com/Tutors/FourCC.htm)
Only use the UYVY for the caps to enable support in other
gstreamer elements.
https://bugzilla.gnome.org/show_bug.cgi?id=627924
Stefan Kost [Wed, 25 Aug 2010 16:01:57 +0000 (19:01 +0300)]
volume: enable ORC for float in volume
Thiago Santos [Wed, 25 Aug 2010 14:19:31 +0000 (11:19 -0300)]
configure: Add check for log2
Adds check for log2 and only use it in exif library if it is
available.
Sebastian Dröge [Wed, 25 Aug 2010 13:32:41 +0000 (15:32 +0200)]
tag: Link to $(LIBM) for pow(), log2() and friends
Thiago Santos [Wed, 25 Aug 2010 11:41:52 +0000 (08:41 -0300)]
tag: exif: Move some tags to their correct IFDs
Put some tags in their correct IFDs
Thiago Santos [Fri, 20 Aug 2010 19:39:08 +0000 (16:39 -0300)]
tag: exif: Always write FlashPixVersion tag
FlashPixVersion is mandatory and constant. Write it always.
Thiago Santos [Fri, 20 Aug 2010 18:59:22 +0000 (15:59 -0300)]
tag: exif: Adds flash tags mapping
Adds a mapping for GST_TAG_CAPTURING_FLASH_FIRED/_MODE to
the exif Flash tag.
Tests included.
Thiago Santos [Thu, 19 Aug 2010 18:47:18 +0000 (15:47 -0300)]
tag: exif: More photography mappings
Adds mappings from:
GST_TAG_CAPTURING_EXPOSURE_PROGRAM -> ExposureProgram
GST_TAG_CAPTURING_EXPOSURE_MODE -> ExposureMode
GST_TAG_CAPTURING_SCENE_CAPTURE_TYPE -> SceneCaptureType
GST_TAG_CAPTURING_GAIN_ADJUSTMENT -> GainControl
GST_TAG_CAPTURING_WHITE_BALANCE -> WhiteBalance
GST_TAG_CAPTURING_CONTRAST -> Constrast
GST_TAG_CAPTURING_SATURATION -> Saturation
Also renames gst_tag_image_orientation_from_exif_value and
gst_tag_image_orientation_to_exif_value to remove the 'gst'
prefix and not including in the win32 defs.
Tests included.
Thiago Santos [Thu, 19 Aug 2010 12:39:39 +0000 (09:39 -0300)]
tag: exif: Add macros for the exif ids
Use macros for exif ids to avoid having those numbers spread
all over the code.
Thiago Santos [Tue, 17 Aug 2010 18:56:34 +0000 (15:56 -0300)]
tag: exif: Adds photography tags mappings
Adds the following mappings for the exif helper:
* GST_TAG_CAPTURING_DIGITAL_ZOOM_RATIO -> DigitalZoomRatio
* GST_TAG_CAPTURING_FOCAL_LENGTH -> FocalLength
* GST_TAG_CAPTURING_SHUTTER_SPEED -> ExposureTime, ShutterSpeedValue
* GST_TAG_CAPTURING_FOCAL_RATIO -> FNumber, ApertureValue
* GST_TAG_CAPTURING_ISO_SPEED -> ISOSpeed, PhotographicSensitivity
Tests included.
Thiago Santos [Tue, 17 Aug 2010 18:05:32 +0000 (15:05 -0300)]
tag: exif: Adds mapping for GST_TAG_APPLICATION_DATA
Adds mapping for GST_TAG_APPLICATION_DATA to the exif
'maker-note' tag.
Thiago Santos [Fri, 20 Aug 2010 17:54:23 +0000 (14:54 -0300)]
tag: Adds GST_TAG_CAPTURE_FLASH_FIRED/_MODE
Adds a new tag for informing if flash was used while
capturing an image and the flash mode selected by the
user during this capture
API: GST_TAG_CAPTURING_FLASH_FIRED
API: GST_TAG_CAPTURING_FLASH_MODE
https://bugzilla.gnome.org/show_bug.cgi?id=626651
Thiago Santos [Tue, 17 Aug 2010 10:21:20 +0000 (07:21 -0300)]
tag: More photography related tags
API: GST_TAG_CAPTURING_EXPOSURE_PROGRAM
API: GST_TAG_CAPTURING_EXPOSURE_MODE
API: GST_TAG_CAPTURING_SCENE_CAPTURE_TYPE
API: GST_TAG_CAPTURING_GAIN_ADJUSTMENT
API: GST_TAG_CAPTURING_WHITE_BALANCE
API: GST_TAG_CAPTURING_CONTRAST
API: GST_TAG_CAPTURING_SATURATION
Fixes #626651
Thiago Santos [Tue, 17 Aug 2010 09:47:52 +0000 (06:47 -0300)]
tag: Adds some basic photography tags
Adds the following basic photography tags.
API: GST_TAG_CAPTURING_SHUTTER_SPEED
API: GST_TAG_CAPTURING_FOCAL_RATIO
API: GST_TAG_CAPTURING_FOCAL_LENGTH
API: GST_TAG_CAPTURING_DIGITAL_ZOOM_RATIO
API: GST_TAG_CAPTURING_ISO_SPEED
Fixes #626651
Sebastian Dröge [Tue, 24 Aug 2010 13:06:31 +0000 (15:06 +0200)]
audioconvert: Require ORC 0.4.7 for the loadl/storel opcodes
And update disted files to allow compilation with no or too old ORC.
Alessandro Decina [Tue, 24 Aug 2010 09:39:09 +0000 (11:39 +0200)]
adder: Make sure FLUSH_STOP is always sent after a flushing seek.
Send FLUSH_STOP right after forwarding the seek event upstream if necessary.
This makes sure that adder->srcpad is not left flushing if seeking fails or if
upstream is blocked.
The same fix was already applied to videomixer in
49b2a946.
Sebastian Dröge [Tue, 24 Aug 2010 09:11:49 +0000 (11:11 +0200)]
audioconvert: Use ORC for the float<->int32 conversion
This should speed up standard Vorbis encoding and decoding pipelines a bit.
Thanks to David Schleef for the assistance to get the ORC code right
and explaining everything.
Sebastian Dröge [Tue, 24 Aug 2010 08:12:53 +0000 (10:12 +0200)]
textoverlay: Support NV21 too and minor cleanups
Sebastian Dröge [Tue, 24 Aug 2010 08:03:04 +0000 (10:03 +0200)]
video: Fix component width for NV12/NV21
Both have width/2 as component width for the chroma planes.
Sebastian Dröge [Tue, 24 Aug 2010 07:51:46 +0000 (09:51 +0200)]
videotestsrc: Fix NV21 rendering
Using the same as for NV12 will result in wrong colors and crashes.
Chris Shoemaker [Mon, 23 Aug 2010 22:51:18 +0000 (18:51 -0400)]
clockoverlay: only rerender text if time string has changed
The textoverlay element will rerender the text string whenever
overlay sets the 'need_render' flag to TRUE. Previously, we
lazily set the flag to TRUE every time the time string was requested.
Now, we save a copy of the previously given string, and only set
'need_render' to TRUE if the string has changed.
In my tests with a 30fps video stream, and a time string including
a seconds field, this change reduced the CPU usage of the clockoverlay
element from 60% to 5%.
Fixes bug #627780.
Rob Clark [Mon, 23 Aug 2010 18:59:38 +0000 (13:59 -0500)]
textoverlay: add NV12 support
Fixes bug #627768.
Sebastian Dröge [Fri, 20 Aug 2010 10:03:44 +0000 (12:03 +0200)]
videorate: Mark duplicated frames with the GAP flag
We currently don't use the GAP flag for video and the docs say
that this is for buffers, that have been created to fill a gap
and contains neutral data. For video this is the previous frame.
This information can be used by encoders to encode the duplicated
frames more efficiently. See bug #627459.
Sebastian Dröge [Thu, 19 Aug 2010 16:51:25 +0000 (18:51 +0200)]
ffmpegcolorspace: Add back support for 8 bit paletted RGB
This was removed by
3a00a97fd2b4015e93cdcabaa75da406aa599570
while making the pad template caps more compact.
Fixes bug #626629.
Wim Taymans [Wed, 18 Aug 2010 14:45:37 +0000 (16:45 +0200)]
alsasrc/sink: add property to get the card name
fixes #627203
Wim Taymans [Wed, 18 Aug 2010 14:42:13 +0000 (16:42 +0200)]
alsa: add method to retrieve the card name
Reuse an existing method to retrieve the card name.
American Dynamics [Wed, 18 Aug 2010 10:34:07 +0000 (12:34 +0200)]
basertpdepay: don't clear the discont flag too early
Set the discont flag when we receive a DISCONT buffer and only clear the discont
state when we pushed out a DISCONT buffer.
Fixes #626869
Tim-Philipp Müller [Sat, 14 Aug 2010 18:08:53 +0000 (19:08 +0100)]
docs: fix typo in appsink docs so function gets cross-referenced properly
Tim-Philipp Müller [Sat, 14 Aug 2010 18:02:44 +0000 (19:02 +0100)]
build: use new AG_GST_PKG_CONFIG_PATH m4 macro from common
Sets up a GST_PKG_CONFIG_PATH variable for use in Makefile.am
(avoids trailing ':' in PKG_CONFIG_PATH used).
Tim-Philipp Müller [Sat, 14 Aug 2010 17:36:55 +0000 (18:36 +0100)]
introspection: set PKG_CONFIG_PATH so that our in-tree libs come first when calling scanner
When calling gobject-introspection scanner, make sure our own
freshly-built libs within the source tree (well, build dir) come
first in the PKG_CONFIG_PATH. May or may not help to make sure
that it doesn't pick up older external plugins-base libs (or
.gir files) from outside the source tree / build directory as
dependencies of the introspected lib instead of using the
stuff we just built in a sibling directory.
https://bugzilla.gnome.org/show_bug.cgi?id=623698
Edward Hervey [Fri, 6 Aug 2010 15:16:27 +0000 (17:16 +0200)]
playback: Delay usage of GstFactoryList
By delaying it to when it's actually needed, we speed things up a bit
since some elements might have been added/removed in between.
https://bugzilla.gnome.org/show_bug.cgi?id=626718
Robert Swain [Thu, 17 Jun 2010 07:10:11 +0000 (09:10 +0200)]
playbin2: uridecodebin: add property to configure ring buffer size
Stefan Kost [Fri, 13 Aug 2010 14:23:46 +0000 (17:23 +0300)]
Automatic update of common submodule
From 3e8db1d to ec60217
Stefan Kost [Fri, 13 Aug 2010 10:59:08 +0000 (13:59 +0300)]
plugin-docs: the <TITLE> tag should come right after <FILE>.
Fixes missing plugin entries. If the object name, e.g. GstGIOSrc came before the
title, we ended up with differnt section_id in the generated docbook.
Stefan Kost [Thu, 12 Aug 2010 15:14:38 +0000 (18:14 +0300)]
appsrc: fix the classification.
Change "Src" into "Source" (we use that elsewhere). I did not keept "Src" as it
is quite unlikely that someone plugs appsrc by searching the registry by classification.
Stefan Kost [Thu, 12 Aug 2010 12:26:08 +0000 (15:26 +0300)]
alsa: remove 'dir' out variable
Alsa seems to expect that we initialize it. Remove the variable and pass NULL
as we actually don't use it. In alsasink also #ifdef one section that is
grabing diagnostics to be disabled, when logging is disabled (the code was
using the out parameter as well).
Fixes #626125
Tim-Philipp Müller [Thu, 12 Aug 2010 10:46:11 +0000 (11:46 +0100)]
ffmpegcolorspace: remove chroma-site and color-matrix fields from RGB caps
Mark Nauwelaerts [Wed, 11 Aug 2010 10:49:40 +0000 (12:49 +0200)]
streamsynchronizer: prevent deadlock with _chain when deactivating pad
Fixes #626581.
Stefan Kost [Thu, 12 Aug 2010 09:50:27 +0000 (12:50 +0300)]
playback: bad bad editor, readd missing line to fix the build
Stefan Kost [Thu, 12 Aug 2010 09:08:35 +0000 (12:08 +0300)]
tests/playback: due to popular demand mv them from examples to icles
The tests are toys and not reference demos.
Mark Nauwelaerts [Thu, 12 Aug 2010 08:02:56 +0000 (10:02 +0200)]
streamsynchronizer: send preroll buffer when delaying preroll eos
That is, if eos is received which will not be forwarded, and the stream
has not yet seen any data, then send a buffer to preroll downstream
(which might otherwise be accomplished by the eos event).
Mark Nauwelaerts [Thu, 12 Aug 2010 08:01:03 +0000 (10:01 +0200)]
playsink: remove some heuristic in chain configuration code
.. since queues are now inserted unconditionally.
Mark Nauwelaerts [Wed, 11 Aug 2010 08:27:35 +0000 (10:27 +0200)]
playbin2/playsink: update subtitle handling for streamsynchronizer
Streamsynchronizer excepts to see stream-changed msg for all streams, but to
arrange for this, video and subtitle streams need to be decoupled by means
of queues (due to pad blocks that may occur).
Fixes #626463.
Mark Nauwelaerts [Tue, 10 Aug 2010 11:06:32 +0000 (13:06 +0200)]
playsink: always have a queue in chain head to aid streamsynchronizer
Specifically, as the latter may have one thread pushing EOS to several streams,
that needs to be decoupled into various thread to prevent preroll hanging
problems.
Mark Nauwelaerts [Tue, 10 Aug 2010 09:28:43 +0000 (11:28 +0200)]
streamsynchronizer: drop lock when pushing eos downstream
... to prevent deadlock (e.g. upon seek) when downstream waits in preroll.
Mark Nauwelaerts [Tue, 10 Aug 2010 09:19:59 +0000 (11:19 +0200)]
streamsynchronizer: clear stream eos state on FLUSH and new stream
Mark Nauwelaerts [Tue, 10 Aug 2010 09:19:22 +0000 (11:19 +0200)]
playsink: set READY sinks to NULL before freeing chain upon failure
Stefan Kost [Thu, 12 Aug 2010 07:49:59 +0000 (10:49 +0300)]
playback: move tests from plugin-dir to tests/examples/playback
Sebastian Dröge [Wed, 11 Aug 2010 16:08:59 +0000 (18:08 +0200)]
xvimagesink: Suggest caps with different width/height if bufferalloc is called with impossible width/height
Sebastian Dröge [Wed, 11 Aug 2010 15:16:13 +0000 (17:16 +0200)]
videoscale: Add some debug output to the videoscale negotiation test