platform/upstream/gstreamer.git
12 years agodiscoverer: Fix another GstBuffer occurence to GstSample
Sebastian Dröge [Tue, 17 Apr 2012 16:22:24 +0000 (18:22 +0200)]
discoverer: Fix another GstBuffer occurence to GstSample

12 years agodiscoverer: Tags now contain GstSamples instead of GstBuffers
Sebastian Dröge [Tue, 17 Apr 2012 15:31:24 +0000 (17:31 +0200)]
discoverer: Tags now contain GstSamples instead of GstBuffers

12 years agocollectpads2: rename to collectpads
Mark Nauwelaerts [Tue, 17 Apr 2012 13:09:27 +0000 (15:09 +0200)]
collectpads2: rename to collectpads

12 years agoadder: correctly adjust to modified collectpads2 event handling
Mark Nauwelaerts [Tue, 17 Apr 2012 11:48:19 +0000 (13:48 +0200)]
adder: correctly adjust to modified collectpads2 event handling

12 years agoplaybin2: Don't hold the playbin lock in the autoplug-continue callback
Akihiro Tsukada [Tue, 17 Apr 2012 07:54:09 +0000 (09:54 +0200)]
playbin2: Don't hold the playbin lock in the autoplug-continue callback

It's not necessary there as the group lock already protects everything
we access here and causes deadlocks in some cases.

Fixes bug #673708.

12 years agoRevert "tests: TEMP"
Mark Nauwelaerts [Mon, 16 Apr 2012 15:03:01 +0000 (17:03 +0200)]
Revert "tests: TEMP"

This reverts commit e9fbabbb866e1eafa070c9cb07ac13ffa99a92bf.

12 years agotests: TEMP
Mark Nauwelaerts [Fri, 30 Mar 2012 14:56:16 +0000 (16:56 +0200)]
tests: TEMP

12 years agooggmux: use standard collectpads event handling
Mark Nauwelaerts [Mon, 16 Apr 2012 14:30:44 +0000 (16:30 +0200)]
oggmux: use standard collectpads event handling

... rather than (old) hacked overriding.

12 years agoadder: chain up to collectpads event handler
Mark Nauwelaerts [Mon, 16 Apr 2012 14:30:38 +0000 (16:30 +0200)]
adder: chain up to collectpads event handler

12 years agodecodebin: Do not block on sticky and oob events
Matej Knopp [Mon, 16 Apr 2012 11:43:41 +0000 (13:43 +0200)]
decodebin: Do not block on sticky and oob events

12 years agoAutomatic update of common submodule
Sebastian Dröge [Mon, 16 Apr 2012 07:08:59 +0000 (09:08 +0200)]
Automatic update of common submodule

From 6db25be to dc70203

12 years agodecodebin2: Check that properties have the correct type before using them
Sebastian Dröge [Mon, 16 Apr 2012 06:27:20 +0000 (08:27 +0200)]
decodebin2: Check that properties have the correct type before using them

12 years agouridecodebin: Check that properties have the correct type before using them
Sebastian Dröge [Mon, 16 Apr 2012 06:24:58 +0000 (08:24 +0200)]
uridecodebin: Check that properties have the correct type before using them

12 years agotests: fix navigation test linking
Tim-Philipp Müller [Sun, 15 Apr 2012 21:46:26 +0000 (22:46 +0100)]
tests: fix navigation test linking

12 years agopbutils: update for ogg media type changes
Tim-Philipp Müller [Sun, 15 Apr 2012 21:43:22 +0000 (22:43 +0100)]
pbutils: update for ogg media type changes

12 years agoogg: update for media type typefinding changes
Tim-Philipp Müller [Sun, 15 Apr 2012 21:39:36 +0000 (22:39 +0100)]
ogg: update for media type typefinding changes

12 years agotypefinding: more fine-grained ogg typefinding
Tim-Philipp Müller [Sun, 15 Apr 2012 21:32:06 +0000 (22:32 +0100)]
typefinding: more fine-grained ogg typefinding

Typefind to audio/ogg, video/ogg, etc. Also change
application/x-annodex to application/annodex.

See http://wiki.xiph.org/MIME_Types_and_File_Extensions

12 years agovideofilter: shortcut transform_ip when not set
Wim Taymans [Sat, 14 Apr 2012 09:26:28 +0000 (11:26 +0200)]
videofilter: shortcut transform_ip when not set

We can ask the base class to not call our transform_ip method when the subclass
didn't provide an in-place transform function.

12 years agouridecodebin: Never treat live sources as streaming sources.
Julian Scheel [Fri, 13 Apr 2012 14:29:50 +0000 (16:29 +0200)]
uridecodebin: Never treat live sources as streaming sources.

For streaming sources a queue is added before the demuxer, which can not be
properly filled by live sources. As http source can be live sources, this
caused issues for example with http live sources.

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

12 years agovideopool: fix mem leak
Víctor Manuel Jáquez Leal [Thu, 12 Apr 2012 19:13:08 +0000 (21:13 +0200)]
videopool: fix mem leak

When setting its config, the pool increase the ref count of the allocator, but
at finalize the ref count is also increased rather than decreased.

This one-liner patch changes the gst_allocator_ref() for gst_allocator_unref()

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

12 years agopo: Remove deleted header file here too
Sebastian Dröge [Fri, 13 Apr 2012 12:32:28 +0000 (14:32 +0200)]
po: Remove deleted header file here too

12 years agodocs: Remove header file that was deleted
Sebastian Dröge [Fri, 13 Apr 2012 12:09:47 +0000 (14:09 +0200)]
docs: Remove header file that was deleted

12 years agoconfigure: Modernize autotools setup a bit
Sebastian Dröge [Fri, 13 Apr 2012 11:39:17 +0000 (13:39 +0200)]
configure: Modernize autotools setup a bit

Also we now only create tar.bz2 and tar.xz tarballs.

12 years agoAutomatic update of common submodule
Sebastian Dröge [Fri, 13 Apr 2012 11:36:59 +0000 (13:36 +0200)]
Automatic update of common submodule

From 464fe15 to 6db25be

12 years agogst-libs: Remove interfaces libs and mixer/tuner interfaces
Sebastian Dröge [Fri, 13 Apr 2012 09:01:03 +0000 (11:01 +0200)]
gst-libs: Remove interfaces libs and mixer/tuner interfaces

The navigation interface is now in the video library.

12 years agotests: videorate: remove obsolete color-matrix caps field
Mark Nauwelaerts [Fri, 13 Apr 2012 10:21:05 +0000 (12:21 +0200)]
tests: videorate: remove obsolete color-matrix caps field

12 years agoSync Android.mk entries to the new major version
Reynaldo H. Verdejo Pinochet [Thu, 12 Apr 2012 22:20:58 +0000 (18:20 -0400)]
Sync Android.mk entries to the new major version

Change naming on the pkgconfig files to reflect
the 0.10 -> 1.0 bump.

12 years agocheck: Fix one leak in volume test
Edward Hervey [Thu, 12 Apr 2012 13:06:15 +0000 (15:06 +0200)]
check: Fix one leak in volume test

12 years agoBack to development
Sebastian Dröge [Thu, 12 Apr 2012 09:18:44 +0000 (11:18 +0200)]
Back to development

12 years agoRelease 0.11.90
Sebastian Dröge [Thu, 12 Apr 2012 08:16:03 +0000 (10:16 +0200)]
Release 0.11.90

12 years agoUpdate .po files
Sebastian Dröge [Thu, 12 Apr 2012 08:11:49 +0000 (10:11 +0200)]
Update .po files

12 years agotcp: update property documentation to reference correct property
Mark Nauwelaerts [Wed, 11 Apr 2012 19:45:26 +0000 (21:45 +0200)]
tcp: update property documentation to reference correct property

12 years agovorbisenc: fix channel mask
Wim Taymans [Wed, 11 Apr 2012 15:40:04 +0000 (17:40 +0200)]
vorbisenc: fix channel mask

12 years agotests: remove GstNetAddress
Wim Taymans [Wed, 11 Apr 2012 14:59:25 +0000 (16:59 +0200)]
tests: remove GstNetAddress

Really, really remove all mention of GstNetBuffer

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

12 years agolibs: Link against internal tag library
Alban Browaeys [Mon, 2 Apr 2012 06:59:58 +0000 (08:59 +0200)]
libs: Link against internal tag library

12 years agoaudio: Remove obsolete FIXME 0.11
Sebastian Dröge [Wed, 11 Apr 2012 07:57:35 +0000 (09:57 +0200)]
audio: Remove obsolete FIXME 0.11

12 years agopbutils: Link against internal gst video
Alban Browaeys [Sun, 1 Apr 2012 20:38:30 +0000 (22:38 +0200)]
pbutils: Link against internal gst video

Link pbutils and encoding tests against internal version of libgstvideo.

12 years agoUse new gst_element_class_set_static_metadata()
Tim-Philipp Müller [Mon, 9 Apr 2012 23:45:16 +0000 (00:45 +0100)]
Use new gst_element_class_set_static_metadata()

12 years agopo: update for new translatable strings
Tim-Philipp Müller [Mon, 9 Apr 2012 13:39:21 +0000 (14:39 +0100)]
po: update for new translatable strings

12 years agoplayback: Remove gstdecodebin.c, which is nowaday unused anyway
Sebastian Dröge [Fri, 6 Apr 2012 08:54:04 +0000 (10:54 +0200)]
playback: Remove gstdecodebin.c, which is nowaday unused anyway

12 years agoAutomatic update of common submodule
Sebastian Dröge [Thu, 5 Apr 2012 16:42:42 +0000 (18:42 +0200)]
Automatic update of common submodule

From 7fda524 to 464fe15

12 years agogst: Update for GST_PLUGIN_DEFINE() API change
Sebastian Dröge [Thu, 5 Apr 2012 13:11:05 +0000 (15:11 +0200)]
gst: Update for GST_PLUGIN_DEFINE() API change

12 years agoconfigure: Update version to 0.11.89.1
Sebastian Dröge [Thu, 5 Apr 2012 11:25:41 +0000 (13:25 +0200)]
configure: Update version to 0.11.89.1

12 years agoaudiodecoder: don't discard timestamps when consecutive input buffers have the same ts
Alessandro Decina [Wed, 4 Apr 2012 18:43:23 +0000 (20:43 +0200)]
audiodecoder: don't discard timestamps when consecutive input buffers have the same ts

Avoid pushing out buffers with the same timestamp only if the out buffers are
decoded from the same input buffer. Instead keep the timestamps when upstream
pushes consecutive buffers with the same ts.

12 years agoaudioencoder: plug a definite and rare leak
Mark Nauwelaerts [Wed, 4 Apr 2012 17:43:32 +0000 (19:43 +0200)]
audioencoder: plug a definite and rare leak

12 years agotests: plug some more object and caps leaks
Mark Nauwelaerts [Wed, 4 Apr 2012 17:41:34 +0000 (19:41 +0200)]
tests: plug some more object and caps leaks

12 years agoencodebin: release additional obtained caps reference
Mark Nauwelaerts [Wed, 4 Apr 2012 17:41:09 +0000 (19:41 +0200)]
encodebin: release additional obtained caps reference

12 years agoencoding-profile: release additional obtained caps reference
Mark Nauwelaerts [Wed, 4 Apr 2012 17:40:41 +0000 (19:40 +0200)]
encoding-profile: release additional obtained caps reference

12 years agoMerge branch '0.10'
Thiago Santos [Wed, 4 Apr 2012 16:56:17 +0000 (13:56 -0300)]
Merge branch '0.10'

12 years agoplaybin2: Use new playsink send-event-mode property
Thiago Santos [Fri, 30 Mar 2012 22:08:33 +0000 (19:08 -0300)]
playbin2: Use new playsink send-event-mode property

Set playsink's send-event-mode to MODE_FIRST as playbin2 only
needs one event going to the demuxer for its operation

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

12 years agoplaysink: add send-event-mode property
Thiago Santos [Fri, 30 Mar 2012 21:38:01 +0000 (18:38 -0300)]
playsink: add send-event-mode property

Adds a property for playsink to define how it should handle
events sent in send_event function. The default is the same as
GstBin's, sending events to all internal sinks. There is also
mode-first, that will send to sinks until the one handles the
event successfully.

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

12 years agogst: Update versioning
Sebastian Dröge [Wed, 4 Apr 2012 12:20:13 +0000 (14:20 +0200)]
gst: Update versioning

12 years agortpbuffer: removed old memory
Wim Taymans [Wed, 4 Apr 2012 07:33:30 +0000 (09:33 +0200)]
rtpbuffer: removed old memory

Ensure writability of rtp buffer and remove old memory first
Fix some docs

12 years agotests: various fixes
Mark Nauwelaerts [Tue, 3 Apr 2012 16:30:38 +0000 (18:30 +0200)]
tests: various fixes

... such as setting input caps, ensuring to unmap and bearing in
mind that gst_buffer_make_writable usually does not provide
a separate memory copy/area.

12 years agopango: plug rare buffer leak
Mark Nauwelaerts [Tue, 3 Apr 2012 16:30:31 +0000 (18:30 +0200)]
pango: plug rare buffer leak

12 years agoadder: event handling and leak fixes
Mark Nauwelaerts [Tue, 3 Apr 2012 16:31:24 +0000 (18:31 +0200)]
adder: event handling and leak fixes

12 years agotests: videoscale: fix passthrough unit test
Mark Nauwelaerts [Mon, 2 Apr 2012 15:03:00 +0000 (17:03 +0200)]
tests: videoscale: fix passthrough unit test

... to really only test the indicated scaling method rather than
all of them.

12 years agovideoconvert: plug caps leak
Mark Nauwelaerts [Mon, 2 Apr 2012 15:01:59 +0000 (17:01 +0200)]
videoconvert: plug caps leak

12 years agoaudio{de,en}coder: fixup documentation
Mark Nauwelaerts [Mon, 2 Apr 2012 12:23:16 +0000 (14:23 +0200)]
audio{de,en}coder: fixup documentation

12 years agotheoradec: deactivate pool on negotiation
Wim Taymans [Mon, 2 Apr 2012 10:48:45 +0000 (12:48 +0200)]
theoradec: deactivate pool on negotiation

Deactivate the old bufferpool when we negotiate a new one.

12 years agovideo: fix macros
Wim Taymans [Mon, 2 Apr 2012 10:25:30 +0000 (12:25 +0200)]
video: fix macros

12 years agox11: fix build without XSHM
Jonathan Lyons [Mon, 2 Apr 2012 09:37:43 +0000 (11:37 +0200)]
x11: fix build without XSHM

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

12 years agotcp: Fix compiling with mingw
Raimo Järvi [Thu, 29 Mar 2012 10:32:15 +0000 (13:32 +0300)]
tcp: Fix compiling with mingw

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

12 years agoaudioconvert: remove useless transform_ip function
Wim Taymans [Mon, 2 Apr 2012 09:21:26 +0000 (11:21 +0200)]
audioconvert: remove useless transform_ip function

12 years agovolume: use transform_ip_on_passthrough
Wim Taymans [Mon, 2 Apr 2012 09:11:33 +0000 (11:11 +0200)]
volume: use transform_ip_on_passthrough

12 years agortp: fix initializer
Wim Taymans [Mon, 2 Apr 2012 09:05:38 +0000 (11:05 +0200)]
rtp: fix initializer

12 years agortpbuffer: keep more state
Wim Taymans [Mon, 2 Apr 2012 08:31:18 +0000 (10:31 +0200)]
rtpbuffer: keep more state

Prepare for the future, make it possible to map multiple buffer regions, like
the header and the payload.

12 years agoImprove buffer allocation of wrapped memory
Wim Taymans [Sun, 1 Apr 2012 16:11:23 +0000 (18:11 +0200)]
Improve buffer allocation of wrapped memory

12 years agovideometa: use new buffer methods when mapping memory
Wim Taymans [Sun, 1 Apr 2012 16:04:10 +0000 (18:04 +0200)]
videometa: use new buffer methods when mapping memory

Use _find_memory and _map_range to simplify, improve and optimize the
memory mapping of video frames.

12 years agovideofilter: don't map writable in passthrough
Wim Taymans [Sun, 1 Apr 2012 15:57:59 +0000 (17:57 +0200)]
videofilter: don't map writable in passthrough

In passthrough mode we shouldn't map the buffer in write mode because the buffer
might not be writable.

12 years agoaudioencoder: Fix handling of offset/offset-end for Ogg codecs
Sebastian Dröge [Sat, 31 Mar 2012 10:54:36 +0000 (12:54 +0200)]
audioencoder: Fix handling of offset/offset-end for Ogg codecs

Fixes the vorbisenc unit test.

12 years agoupdate for buffer api change
Wim Taymans [Fri, 30 Mar 2012 16:12:39 +0000 (18:12 +0200)]
update for buffer api change

12 years agotests: plug various caps leaks
Mark Nauwelaerts [Fri, 30 Mar 2012 14:56:45 +0000 (16:56 +0200)]
tests: plug various caps leaks

12 years agoaudioconvert: plug caps leak
Mark Nauwelaerts [Fri, 30 Mar 2012 14:56:40 +0000 (16:56 +0200)]
audioconvert: plug caps leak

12 years agotheoradec: Add crop metadata before mapping the buffer content
Sebastian Dröge [Fri, 30 Mar 2012 11:52:56 +0000 (13:52 +0200)]
theoradec: Add crop metadata before mapping the buffer content

Otherwise the buffer is not writable and the crop metadata can't be added.

12 years agoaudio{en,de}coder: Track input and output segments separately
Sebastian Dröge [Fri, 30 Mar 2012 11:21:09 +0000 (13:21 +0200)]
audio{en,de}coder: Track input and output segments separately

They can go out of sync for some time if processing of buffers
on the old segment happens after the segment was received.

12 years agoaudioencoder: Add gst_audio_encoder_set_headers() to the docs
Sebastian Dröge [Fri, 30 Mar 2012 10:57:02 +0000 (12:57 +0200)]
audioencoder: Add gst_audio_encoder_set_headers() to the docs

12 years agovorbisdec: Use new gst_audio_encoder_set_headers() API
Sebastian Dröge [Fri, 30 Mar 2012 10:51:11 +0000 (12:51 +0200)]
vorbisdec: Use new gst_audio_encoder_set_headers() API

12 years agoaudioencoder: Add function to set in-stream headers
Sebastian Dröge [Fri, 30 Mar 2012 10:47:28 +0000 (12:47 +0200)]
audioencoder: Add function to set in-stream headers

API: gst_audio_encoder_set_headers()

This makes the hack in vorbisenc and probably others in ::pre_push()
unnecessary.

12 years agovorbisenc: Update for GstAudioEncoder API changes
Sebastian Dröge [Fri, 30 Mar 2012 10:16:57 +0000 (12:16 +0200)]
vorbisenc: Update for GstAudioEncoder API changes

12 years agoaudioencoder: Rename ::event() to ::sink_event() and add ::src_event()
Sebastian Dröge [Fri, 30 Mar 2012 10:15:27 +0000 (12:15 +0200)]
audioencoder: Rename ::event() to ::sink_event() and add ::src_event()

12 years agoaudiodecoder: Rename ::event() to ::sink_event() and add ::src_event()
Sebastian Dröge [Fri, 30 Mar 2012 10:10:15 +0000 (12:10 +0200)]
audiodecoder: Rename ::event() to ::sink_event() and add ::src_event()

12 years agoexiftag: Check return value of byte write methods
Edward Hervey [Fri, 30 Mar 2012 10:13:40 +0000 (12:13 +0200)]
exiftag: Check return value of byte write methods

12 years agotests: Check return value of byte write methods
Edward Hervey [Fri, 30 Mar 2012 10:06:09 +0000 (12:06 +0200)]
tests: Check return value of byte write methods

12 years agovideo: Fix 'comparison of unsigned enum expression < 0 is always false' compiler...
Edward Hervey [Fri, 30 Mar 2012 10:05:51 +0000 (12:05 +0200)]
video: Fix 'comparison of unsigned enum expression < 0 is always false' compiler warning

12 years agotypefind: Use unchecked byte reader methods where possible
Edward Hervey [Fri, 30 Mar 2012 10:04:15 +0000 (12:04 +0200)]
typefind: Use unchecked byte reader methods where possible

The size is checked before, so we can use them.

12 years agotheoraenc: Specify array size
Edward Hervey [Fri, 30 Mar 2012 10:02:37 +0000 (12:02 +0200)]
theoraenc: Specify array size

Fixes error: initialization of flexible array member is not allowed

12 years agooggstream: Fix 'comparison of unsigned expression < 0 is always false'
Edward Hervey [Fri, 30 Mar 2012 10:00:08 +0000 (12:00 +0200)]
oggstream: Fix 'comparison of unsigned expression < 0 is always false'

-1 (aka G_MAXUINT32) is the only possible 'negative' value that is used
as a special value for 'not set' here. All other positive values are
valid.

12 years agooggmux: Handle return values from GstByteWriter
Edward Hervey [Fri, 30 Mar 2012 09:58:37 +0000 (11:58 +0200)]
oggmux: Handle return values from GstByteWriter

12 years agotests: Fix subparse test
Edward Hervey [Fri, 30 Mar 2012 08:20:01 +0000 (10:20 +0200)]
tests: Fix subparse test

It wasn't checking the srt_input2

12 years agovideoscale: Fix comparision
Edward Hervey [Fri, 30 Mar 2012 08:19:29 +0000 (10:19 +0200)]
videoscale: Fix comparision

12 years agoaudiodecoder: Rename _byte_time() to _estimate_rate()
Sebastian Dröge [Fri, 30 Mar 2012 09:51:47 +0000 (11:51 +0200)]
audiodecoder: Rename _byte_time() to _estimate_rate()

Which is telling more about what this actually does and is more
consistent with the video base classes.

12 years agotest: Enable ABI check and update 64bit file
Edward Hervey [Thu, 29 Mar 2012 15:41:55 +0000 (17:41 +0200)]
test: Enable ABI check and update 64bit file

12 years agotests: Properly disable non-ported tests
Edward Hervey [Thu, 29 Mar 2012 15:41:36 +0000 (17:41 +0200)]
tests: Properly disable non-ported tests

12 years agodesign: First go at hardware-acceleration design doc
Edward Hervey [Tue, 17 Jan 2012 16:17:24 +0000 (17:17 +0100)]
design: First go at hardware-acceleration design doc

12 years agortpbasepayload: plug caps leak
Mark Nauwelaerts [Thu, 29 Mar 2012 15:14:48 +0000 (17:14 +0200)]
rtpbasepayload: plug caps leak

12 years agoMerge remote-tracking branch 'origin/0.10'
Sebastian Dröge [Thu, 29 Mar 2012 13:00:22 +0000 (15:00 +0200)]
Merge remote-tracking branch 'origin/0.10'

Conflicts:
gst-libs/gst/video/video-overlay-composition.c
tests/check/libs/video.c

12 years agoappsink: optionally obtain current caps from negotiated pad caps
Mark Nauwelaerts [Wed, 28 Mar 2012 14:45:03 +0000 (16:45 +0200)]
appsink: optionally obtain current caps from negotiated pad caps

12 years agoaudiodecoder: handle downstream seeking query
Mark Nauwelaerts [Wed, 28 Mar 2012 14:41:01 +0000 (16:41 +0200)]
audiodecoder: handle downstream seeking query

... or not, in line with how segment events are treated.

12 years agoupdate for buffer changes
Wim Taymans [Wed, 28 Mar 2012 10:48:55 +0000 (12:48 +0200)]
update for buffer changes