platform/upstream/gstreamer.git
13 years agomake: move the design doc also on the Makefile.am level (for dist)
Stefan Kost [Mon, 13 Dec 2010 10:34:58 +0000 (12:34 +0200)]
make: move the design doc also on the Makefile.am level (for dist)

13 years agoaudioresample: relax discont checking slightly
Mark Nauwelaerts [Mon, 13 Dec 2010 09:05:00 +0000 (10:05 +0100)]
audioresample: relax discont checking slightly

13 years agoaudioresample: provide as much valid output ts and offset as valid input
Mark Nauwelaerts [Mon, 13 Dec 2010 08:56:04 +0000 (09:56 +0100)]
audioresample: provide as much valid output ts and offset as valid input

... by independently tracking time and offset, rather than having no offset
leading to no output ts.

13 years agotypefinders: name "aac" typefinder "audio/aac"
Stefan Kost [Mon, 13 Dec 2010 08:41:24 +0000 (10:41 +0200)]
typefinders: name "aac" typefinder "audio/aac"

This is in sync how we call the others.

13 years agodocs: move design doc to design folder
Stefan Kost [Mon, 13 Dec 2010 07:58:53 +0000 (09:58 +0200)]
docs: move design doc to design folder

13 years agovideotestsrc: Add a missing return statement
Zeeshan Ali (Khattak) [Sat, 11 Dec 2010 17:33:33 +0000 (19:33 +0200)]
videotestsrc: Add a missing return statement

13 years agodecodebin2: Deprecate new-decoded-pad and removed-decoded-pad signals
Sebastian Dröge [Sat, 11 Dec 2010 16:18:49 +0000 (17:18 +0100)]
decodebin2: Deprecate new-decoded-pad and removed-decoded-pad signals

They're really the same as pad-added and pad-removed from GstElement
and it doesn't make sense to have two signals for the same thing.

13 years agodecodebin2: Emit "remove-decoded-pad" signal when pads are removed from decodebin2
Sebastian Dröge [Sat, 11 Dec 2010 16:14:36 +0000 (17:14 +0100)]
decodebin2: Emit "remove-decoded-pad" signal when pads are removed from decodebin2

Fixes bug #636198.

13 years agoappsink: unset flushing flag when starting
Wim Taymans [Fri, 10 Dec 2010 17:57:56 +0000 (18:57 +0100)]
appsink: unset flushing flag when starting

When we start again after being stopped, clear the flushing flag or else
it will always be TRUE.

Fixes #636769

13 years agopbutils: Add/Fix some media descriptions
Edward Hervey [Thu, 9 Dec 2010 15:57:35 +0000 (16:57 +0100)]
pbutils: Add/Fix some media descriptions

Fixes #623413

13 years agoxvimagesink: Use gst_caps_can_intersect() instead of gst_caps_intersect()
Gavin Stark [Thu, 9 Dec 2010 07:40:25 +0000 (08:40 +0100)]
xvimagesink: Use gst_caps_can_intersect() instead of gst_caps_intersect()

Fixes a memory leak and bug #636827.

13 years agotypefinding: improve iso media typefinding
Mark Nauwelaerts [Wed, 8 Dec 2010 11:55:24 +0000 (12:55 +0100)]
typefinding: improve iso media typefinding

... by also considering compatible brands rather than only aiming at major brand
(of which there are a seemingly ever expanding great many).

13 years agotests: remove superflous ';' and reindent
Stefan Kost [Wed, 8 Dec 2010 10:28:32 +0000 (12:28 +0200)]
tests: remove superflous ';' and reindent

13 years agodocs: fix wrong use of Since: keyword
Stefan Kost [Wed, 8 Dec 2010 10:09:45 +0000 (12:09 +0200)]
docs: fix wrong use of Since: keyword

13 years agotests: add AC-3, E-AC-3 typefind tests
René Stadler [Tue, 7 Dec 2010 18:28:37 +0000 (20:28 +0200)]
tests: add AC-3, E-AC-3 typefind tests

13 years agotypefind: ignore AC-3 BSIDs 9, 10 and >16
René Stadler [Fri, 3 Dec 2010 15:33:40 +0000 (17:33 +0200)]
typefind: ignore AC-3 BSIDs 9, 10 and >16

These are reserved for future extensions which will not be backwards
compatible to E-AC-3.

13 years agotypefind: accept consecutive AC-3 frames of different sizes
René Stadler [Fri, 3 Dec 2010 14:54:21 +0000 (16:54 +0200)]
typefind: accept consecutive AC-3 frames of different sizes

This is perfectly valid and occurs in particular when there are
(in)dependent substreams present.

13 years agotypefind: remove useless masking in (E-)AC-3 typefinders
René Stadler [Fri, 3 Dec 2010 14:22:32 +0000 (16:22 +0200)]
typefind: remove useless masking in (E-)AC-3 typefinders

13 years agotypefind: stop scanning after suggesting E-AC-3 caps
René Stadler [Fri, 3 Dec 2010 14:14:15 +0000 (16:14 +0200)]
typefind: stop scanning after suggesting E-AC-3 caps

13 years agotypefind: fix E-AC-3 frame size parsing
René Stadler [Fri, 3 Dec 2010 16:08:58 +0000 (18:08 +0200)]
typefind: fix E-AC-3 frame size parsing

Frame size is given in words; it is already multiplied by two where
needed, so the left shift is superfluous. This extra multiplication
caused the code to inspect the third packet instead of the second,
which would fail for files where the second packet has a size
different from the first.

13 years agortsp: Move around the typedefs to make GIR happy
Edward Hervey [Tue, 7 Dec 2010 16:35:14 +0000 (17:35 +0100)]
rtsp: Move around the typedefs to make GIR happy

Otherwise it will generate they symbols as _GstRTSP* (with the leading
underscore).

13 years agotests: use GLib 2.22 API unconditionally
Tim-Philipp Müller [Sat, 4 Dec 2010 14:48:46 +0000 (14:48 +0000)]
tests: use GLib 2.22 API unconditionally

13 years agolibs: use GLib 2.22 API unconditionally
Tim-Philipp Müller [Sat, 4 Dec 2010 14:45:58 +0000 (14:45 +0000)]
libs: use GLib 2.22 API unconditionally

13 years agoAdd build system for Android
Benjamin Gaignard [Fri, 3 Dec 2010 16:41:18 +0000 (17:41 +0100)]
Add build system for Android

13 years agodefs: add new symbol
Wim Taymans [Fri, 3 Dec 2010 14:46:07 +0000 (15:46 +0100)]
defs: add new symbol

13 years agooggstream: additional tag extraction
Mark Nauwelaerts [Wed, 27 Oct 2010 11:49:41 +0000 (13:49 +0200)]
oggstream: additional tag extraction

... supporting theora, flac, speex, celt.

Fixes #629349.

13 years agooggstream: use separate tag extraction vfunction
Mark Nauwelaerts [Wed, 27 Oct 2010 10:08:25 +0000 (12:08 +0200)]
oggstream: use separate tag extraction vfunction

13 years agooggstream: refactor vorbis comment tag extraction
Mark Nauwelaerts [Wed, 27 Oct 2010 09:58:53 +0000 (11:58 +0200)]
oggstream: refactor vorbis comment tag extraction

13 years agooggdemux: plug some oggstream leaks
Mark Nauwelaerts [Wed, 27 Oct 2010 09:16:15 +0000 (11:16 +0200)]
oggdemux: plug some oggstream leaks

13 years agooggstream: streamline tag extraction and prevent some leaks
Mark Nauwelaerts [Wed, 27 Oct 2010 08:59:03 +0000 (10:59 +0200)]
oggstream: streamline tag extraction and prevent some leaks

13 years agooggdemux: send stream tags after newsegment and global tags
Mark Nauwelaerts [Wed, 27 Oct 2010 08:58:16 +0000 (10:58 +0200)]
oggdemux: send stream tags after newsegment and global tags

13 years agooggdemux: perform more (vorbis comment header) tag extractions
Sreerenj Balachandran [Tue, 14 Sep 2010 20:08:51 +0000 (23:08 +0300)]
oggdemux: perform more (vorbis comment header) tag extractions

In particular, move comment header parsing to gstoggstrem.c.
Thanks to Felipe Contreras.

Fixes #629349 (partially).

13 years agoriff: document omitted field in _gst_riff_strf_auds
Mark Nauwelaerts [Wed, 27 Oct 2010 08:20:15 +0000 (10:20 +0200)]
riff: document omitted field in _gst_riff_strf_auds

(aka WAVEFORMATEX)

13 years agooggstream: fix incorrect warning on skeleton headers
David Schleef [Mon, 11 Oct 2010 00:15:53 +0000 (17:15 -0700)]
oggstream: fix incorrect warning on skeleton headers

13 years agooggparse: Set DELTA_UNIT on buffers
David Schleef [Sun, 21 Nov 2010 03:02:50 +0000 (19:02 -0800)]
oggparse: Set DELTA_UNIT on buffers

13 years agotests: fix video library unit test and skip non-working YUV9/YVU9 parts for now
Tim-Philipp Müller [Fri, 3 Dec 2010 00:01:06 +0000 (00:01 +0000)]
tests: fix video library unit test and skip non-working YUV9/YVU9 parts for now

13 years agovideo: add missing break statement for the GST_VIDEO_FORMAT_RGB8_PALETTED case
Tim-Philipp Müller [Thu, 2 Dec 2010 23:49:31 +0000 (23:49 +0000)]
video: add missing break statement for the GST_VIDEO_FORMAT_RGB8_PALETTED case

13 years agogst-visualise: trim unused perl dependency
Evan Broder [Mon, 15 Nov 2010 20:02:07 +0000 (22:02 +0200)]
gst-visualise: trim unused perl dependency

Remove an unused perl module. Fixes #634522.

13 years agoplaybin2: add some logging for failure case
Stefan Kost [Mon, 1 Nov 2010 21:07:12 +0000 (23:07 +0200)]
playbin2: add some logging for failure case

13 years agoinputselector: log times in human readable form
Stefan Kost [Mon, 1 Nov 2010 21:06:21 +0000 (23:06 +0200)]
inputselector: log times in human readable form

13 years agoinputselector: more G_PARAM_STATIC_STRINGS use
Stefan Kost [Mon, 1 Nov 2010 20:44:16 +0000 (22:44 +0200)]
inputselector: more G_PARAM_STATIC_STRINGS use

13 years agoinputselector: move reoccuring logs to LOG and remove a double info
Stefan Kost [Mon, 1 Nov 2010 20:42:23 +0000 (22:42 +0200)]
inputselector: move reoccuring logs to LOG and remove a double info

Less debug spew in DEBUG category. No need to log pad again if we use
GST_LOG_OBJECT(pad,...).

13 years agolibgstrtsp: Fix typo in .pc to use for GIR
Edward Hervey [Thu, 2 Dec 2010 18:11:37 +0000 (19:11 +0100)]
libgstrtsp: Fix typo in .pc to use for GIR

13 years agodocs: Add a whole bunch of symbols that were unused to the proper sections
Edward Hervey [Thu, 2 Dec 2010 14:16:25 +0000 (15:16 +0100)]
docs: Add a whole bunch of symbols that were unused to the proper sections

13 years agosdp: only parse TTL for IP4 addresses
Wim Taymans [Wed, 10 Nov 2010 10:02:27 +0000 (11:02 +0100)]
sdp: only parse TTL for IP4 addresses

Only IP4 addresses can have a TTL in the address.

13 years agosdp: add method to check for multicast addresses
Wim Taymans [Wed, 10 Nov 2010 09:53:41 +0000 (10:53 +0100)]
sdp: add method to check for multicast addresses

Expose a previously internal method to check for multicast addresses.

See #634093

13 years agopbutils: Take nano version into account in GST_CHECK_PLUGINS_BASE_VERSION()
Sebastian Dröge [Wed, 3 Nov 2010 10:13:08 +0000 (11:13 +0100)]
pbutils: Take nano version into account in GST_CHECK_PLUGINS_BASE_VERSION()

If the nano is > 0 the current version should be handled the same as
micro + 1.

13 years agovideo: Add YUV9, YVU9 and IYU1 video formats
Sebastian Dröge [Wed, 3 Nov 2010 08:51:40 +0000 (09:51 +0100)]
video: Add YUV9, YVU9 and IYU1 video formats

API: GST_VIDEO_FORMAT_YUV9: planar 4:1:0 YUV
API: GST_VIDEO_FORMAT_YVU9: planar 4:1:0 YUV (chroma planes swapped)
API: GST_VIDEO_FORMAT_IYU1: packed 4:1:1 YUV (Cr-Y0-Y1-Cb-Y2-Y3)

13 years agovideo: Add 8-bit paletted RGB
Sebastian Dröge [Tue, 2 Nov 2010 10:57:09 +0000 (11:57 +0100)]
video: Add 8-bit paletted RGB

API: Add GST_VIDEO_FORMAT_RGB8_PALETTED
API: Add GST_VIDEO_CAPS_RGB8_PALETTED
API: Add gst_video_parse_caps_palette()

13 years agognomevfssrc: Remove dead assignment
Sebastian Dröge [Sun, 31 Oct 2010 18:17:28 +0000 (19:17 +0100)]
gnomevfssrc: Remove dead assignment

13 years agotcp: Remove dead assignment
Sebastian Dröge [Sun, 31 Oct 2010 18:14:27 +0000 (19:14 +0100)]
tcp: Remove dead assignment

13 years agoplaysink: gen_video_chain() always returns a bin, no need to check for that
Sebastian Dröge [Sun, 31 Oct 2010 18:11:53 +0000 (19:11 +0100)]
playsink: gen_video_chain() always returns a bin, no need to check for that

13 years agostreamsynchronizer: If we get EOS for an unknown stream just do nothing
Sebastian Dröge [Sun, 31 Oct 2010 18:08:32 +0000 (19:08 +0100)]
streamsynchronizer: If we get EOS for an unknown stream just do nothing

instead of dereferencing NULL pointers. This can happen if the stream
was just removed from the streamsynchronizer in a bad time.

13 years agoplaysink: gen_video_deinterlace_chain() always returns a bin, no need to check that
Sebastian Dröge [Sun, 31 Oct 2010 18:06:00 +0000 (19:06 +0100)]
playsink: gen_video_deinterlace_chain() always returns a bin, no need to check that

13 years agov4l: If no video tuner is the requested one don't read unitialized data
Sebastian Dröge [Sun, 31 Oct 2010 18:01:49 +0000 (19:01 +0100)]
v4l: If no video tuner is the requested one don't read unitialized data

13 years agoximagesink: Add docs for the new property
Sebastian Dröge [Mon, 25 Oct 2010 13:13:16 +0000 (14:13 +0100)]
ximagesink: Add docs for the new property

Including Since markers

13 years agoxvimagesink: Add docs for the new property
Sebastian Dröge [Mon, 25 Oct 2010 13:11:01 +0000 (14:11 +0100)]
xvimagesink: Add docs for the new property

Including Since markers

13 years agoxvimagesink: Use PROP_ instead of ARG_ for the property enums
Sebastian Dröge [Mon, 25 Oct 2010 13:09:39 +0000 (14:09 +0100)]
xvimagesink: Use PROP_ instead of ARG_ for the property enums

13 years agoxvimagesink: Add read-only properties window-width and window-height
Andrea Sebastianutti [Mon, 25 Oct 2010 13:09:20 +0000 (14:09 +0100)]
xvimagesink: Add read-only properties window-width and window-height

13 years agoximagsink: Add read-only properties window-width and window-height
Andrea Sebastianutti [Mon, 25 Oct 2010 13:08:43 +0000 (14:08 +0100)]
ximagsink: Add read-only properties window-width and window-height

13 years agovideo: Return correct component width/height for A420
Sebastian Dröge [Sun, 17 Oct 2010 12:26:23 +0000 (14:26 +0200)]
video: Return correct component width/height for A420

13 years agoBump GLib requirement to >= 2.22
Tim-Philipp Müller [Thu, 2 Dec 2010 00:15:25 +0000 (00:15 +0000)]
Bump GLib requirement to >= 2.22

See http://gstreamer.freedesktop.org/wiki/ReleasePlanning/GLibRequirement

13 years agoBack to development
Tim-Philipp Müller [Thu, 2 Dec 2010 00:12:51 +0000 (00:12 +0000)]
Back to development

13 years agoRelease 0.10.31
Tim-Philipp Müller [Tue, 30 Nov 2010 19:25:44 +0000 (19:25 +0000)]
Release 0.10.31

13 years agouridecodebin: disconnect signal handlers before disposing
Stefan Kost [Wed, 24 Nov 2010 15:34:21 +0000 (17:34 +0200)]
uridecodebin: disconnect signal handlers before disposing

13 years agodocs: improve decodebin2 docs a little
Tim-Philipp Müller [Mon, 22 Nov 2010 00:54:35 +0000 (00:54 +0000)]
docs: improve decodebin2 docs a little

Mention that new pads may be created even after no-more-pads.

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

13 years agointrospection: Add information on exported packages to GIRs
Evan Nemerson [Sat, 20 Nov 2010 23:45:49 +0000 (15:45 -0800)]
introspection: Add information on exported packages to GIRs

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

13 years agodiscoverer: Minor documentation fix
Arun Raghavan [Wed, 17 Nov 2010 23:21:56 +0000 (04:51 +0530)]
discoverer: Minor documentation fix

docs: Minor discoverer documentation fix

13 years ago0.10.30.5 pre-release
Tim-Philipp Müller [Thu, 18 Nov 2010 00:36:14 +0000 (00:36 +0000)]
0.10.30.5 pre-release

13 years agopo: update translations
Tim-Philipp Müller [Thu, 18 Nov 2010 00:35:53 +0000 (00:35 +0000)]
po: update translations

13 years agodecodebin: fix one more pad template ref leak
Tim-Philipp Müller [Thu, 18 Nov 2010 00:33:22 +0000 (00:33 +0000)]
decodebin: fix one more pad template ref leak

13 years ago*decodebin*: don't leak pad templates set on ghostpads
Harri Mähönen [Wed, 17 Nov 2010 08:14:59 +0000 (10:14 +0200)]
*decodebin*: don't leak pad templates set on ghostpads

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

13 years agoplaybin2: disable streamsynchronizer magic for this release
Tim-Philipp Müller [Wed, 17 Nov 2010 01:01:03 +0000 (01:01 +0000)]
playbin2: disable streamsynchronizer magic for this release

Some things aren't quite right yet and cause problems (0-sized buffers
with PREROLL flag set cause crashes in elements that don't expect those;
getting pipeline back to preroll/playing again when audio/video streams
have different lengths and a seek past the end of one of the stream
happens doesn't always work, etc.). Needs further investigation in the
next cycle.

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

13 years agodiscoverer: Fix a gtk-doc gobject-introspection annotation
Arun Raghavan [Mon, 8 Nov 2010 03:57:52 +0000 (09:27 +0530)]
discoverer: Fix a gtk-doc gobject-introspection annotation

gst_discoverer_discover_uri() expects the caller to unref the returned
GstDiscovererInfo object. The corresponding gtk-doc annotation was not
updated to reflect this.

13 years agodiscoverer: Fix argument type to _container_info_get_streams()
Arun Raghavan [Mon, 8 Nov 2010 03:56:27 +0000 (09:26 +0530)]
discoverer: Fix argument type to _container_info_get_streams()

No reason for gst_discoverer_container_info_get_streams() to not take a
GstDiscovererContainerInfo as its argument.

13 years agoconfigure: add --with-gtk option and default to Gtk+ 2.0 while the 3.0 API is still...
Tim-Philipp Müller [Fri, 5 Nov 2010 20:47:41 +0000 (20:47 +0000)]
configure: add --with-gtk option and default to Gtk+ 2.0 while the 3.0 API is still in flux

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

13 years agoffmpegcolorspace: Fix IYU1 support
Sebastian Dröge [Wed, 3 Nov 2010 09:35:35 +0000 (10:35 +0100)]
ffmpegcolorspace: Fix IYU1 support

Fix conversions to IYU1, they allocated infinite amounts of memory before
because no conversion to IYU1 was actually implemented and it was running
into an infinite loop trying to find suitable intermediate formats.

Also fix the stride and sizes used for IYU1.

13 years agotests: fix invalid free and buffer list leak in rtp library unit test
Tim-Philipp Müller [Tue, 2 Nov 2010 12:29:05 +0000 (12:29 +0000)]
tests: fix invalid free and buffer list leak in rtp library unit test

13 years agotests: fix leak in tag library unit test
Tim-Philipp Müller [Tue, 2 Nov 2010 12:03:21 +0000 (12:03 +0000)]
tests: fix leak in tag library unit test

13 years agotag: fix leak when parsing undefined EXIF tag into tag list
Tim-Philipp Müller [Tue, 2 Nov 2010 12:01:03 +0000 (12:01 +0000)]
tag: fix leak when parsing undefined EXIF tag into tag list

gst_buffer_set_data() does not set GST_BUFFER_MALLOCDATA, but
the code assumes the buffer takes ownership of the memory
allocated earlier.

13 years agotag: fix GstDateTime leak when converting exif tag to tag list
Tim-Philipp Müller [Tue, 2 Nov 2010 11:57:02 +0000 (11:57 +0000)]
tag: fix GstDateTime leak when converting exif tag to tag list

13 years ago0.10.30.4 pre-release
Tim-Philipp Müller [Mon, 1 Nov 2010 17:00:38 +0000 (17:00 +0000)]
0.10.30.4 pre-release

13 years agopo: update translations
Tim-Philipp Müller [Mon, 1 Nov 2010 16:59:59 +0000 (16:59 +0000)]
po: update translations

13 years agodocs: update docs for discoverer API changes as well
Tim-Philipp Müller [Sat, 30 Oct 2010 15:07:59 +0000 (16:07 +0100)]
docs: update docs for discoverer API changes as well

13 years agoexamples: update some more code for new Gtk+ API, with fallback for older Gtk+ versions
Matthias Clasen [Sat, 30 Oct 2010 15:03:18 +0000 (16:03 +0100)]
examples: update some more code for new Gtk+ API, with fallback for older Gtk+ versions

Move code to new Gtk+ 3.x / 2.9x API. We have defines in place
already that make this code work fine on older Gtk+ 2.x.

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

13 years agoseek: Define the new combobox API to the old functions if using older GTK
Sebastian Dröge [Thu, 28 Oct 2010 13:13:45 +0000 (15:13 +0200)]
seek: Define the new combobox API to the old functions if using older GTK

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

13 years agowin32: remove unused libgstutils stuff
Tim-Philipp Müller [Sat, 30 Oct 2010 14:31:52 +0000 (15:31 +0100)]
win32: remove unused libgstutils stuff

Cruft from before the lib was renamed to pbutils

13 years agodiscoverer: rename boolean getters for consistency
Stefan Kost [Thu, 28 Oct 2010 15:51:08 +0000 (18:51 +0300)]
discoverer: rename boolean getters for consistency

Rename _get_is_image() to _is_image() and _get_interlaced() to _is_interlaced().

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

13 years agopbutils: remove padding from now-private GstDiscovererInfo structure
Tim-Philipp Müller [Sat, 30 Oct 2010 11:24:05 +0000 (12:24 +0100)]
pbutils: remove padding from now-private GstDiscovererInfo structure

13 years agotools: rename gst-discoverer binary to gst-discoverer-0.10
Tim-Philipp Müller [Sat, 30 Oct 2010 11:03:39 +0000 (12:03 +0100)]
tools: rename gst-discoverer binary to gst-discoverer-0.10

We're not providing a wrapper like we do for the tools in core,
since wrappers are confusing (e.g. for debugging purposes),
mostly pointless (since the API is likely to change between
major versions), and cause packaging issues when packages for
two different major versions are to be installed in parallel.

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

13 years agotools: update gst-discoverer tool for last-minute API change
Tim-Philipp Müller [Sat, 30 Oct 2010 10:41:23 +0000 (11:41 +0100)]
tools: update gst-discoverer tool for last-minute API change

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

13 years agortspconnection: calculate better timeout value
Wim Taymans [Fri, 29 Oct 2010 13:17:44 +0000 (14:17 +0100)]
rtspconnection: calculate better timeout value

We want to send the keealive message a little earlier than the timeout value
specifies. Scale this based on the value of the timeout instead of just assuming
5 seconds.

13 years agortsp: don't let the rtsp connection timeout
Thijs Vermeir [Fri, 29 Oct 2010 12:24:54 +0000 (14:24 +0200)]
rtsp: don't let the rtsp connection timeout

Because we should act before the rtsp server does a timeout, we
reduce the timeout-time with 5 seconds, this should be safe to always
keep te rtsp connection alive.

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

13 years agovideoscale: Add unit test for working reverse negotiation
Sebastian Dröge [Thu, 28 Oct 2010 13:55:12 +0000 (15:55 +0200)]
videoscale: Add unit test for working reverse negotiation

See bug #633147.

13 years agooggdemux: fix wrong flowreturn handling
Wim Taymans [Fri, 29 Oct 2010 10:48:18 +0000 (11:48 +0100)]
oggdemux: fix wrong flowreturn handling

Oggdemux will currently try to pad alloc a buffer from the peer when it is
reading the header files. This is a relic from the time where we had an internal
parser and needs to be removed at some point in time.

The problem is that when there is no peer pad yet (which is normal when
collecting headers) we should still continue to parse all the packets of a
page instead of erroring out on NOT_LINKED.

Fixes #632167

13 years agoogg: add some more debug statements
Wim Taymans [Fri, 29 Oct 2010 10:47:53 +0000 (11:47 +0100)]
ogg: add some more debug statements

13 years agoplaysink: Fix subpicture overlay when deinterlacing disabled.
Jan Schmidt [Tue, 26 Oct 2010 15:41:28 +0000 (16:41 +0100)]
playsink: Fix subpicture overlay when deinterlacing disabled.

Fix a bug when reconfiguring the playsink where the subpicture
stream is broken by attempting to connect it through
streamsynchroniser and second time.

13 years agodiscoverer: use const in most of the getters
Stefan Kost [Thu, 28 Oct 2010 14:38:29 +0000 (17:38 +0300)]
discoverer: use const in most of the getters

13 years agodiscoverer: use specific types in getters
Stefan Kost [Thu, 28 Oct 2010 00:09:10 +0000 (03:09 +0300)]
discoverer: use specific types in getters

Use GstDiscoverer{Audio,Video}Info in getters like
gst_discoverer_{audio,video}_info_get_*(). This avoids the casts in the macros,
help language bindings and is more correct.

13 years agodiscoverer: Move documentation to the correct section
Sebastian Dröge [Thu, 28 Oct 2010 09:56:06 +0000 (11:56 +0200)]
discoverer: Move documentation to the correct section

And don't mention the (not existing) libgstdiscovery.

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