platform/upstream/gstreamer.git
10 years agotools: add simple command-line gst-play utility for testing purposes
Tim-Philipp Müller [Wed, 14 Aug 2013 16:04:19 +0000 (17:04 +0100)]
tools: add simple command-line gst-play utility for testing purposes

Differs from a plain gst-launch-1.0 playbin uri=... pipeline in that
it can take multiple arguments and as such allows testing of things
like gapless playback, switching between different formats and the
like. Very minimal at this point, we'll probably want to add
interactive controls and more options at some point.

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

10 years agortsp: fix direct includes
Tim-Philipp Müller [Fri, 16 Aug 2013 12:59:35 +0000 (13:59 +0100)]
rtsp: fix direct includes

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

10 years agopbutils: fix direct includes
Tim-Philipp Müller [Fri, 16 Aug 2013 12:55:33 +0000 (13:55 +0100)]
pbutils: fix direct includes

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

10 years agovideo: make direct includes work again
Tim-Philipp Müller [Fri, 16 Aug 2013 12:47:31 +0000 (13:47 +0100)]
video: make direct includes work again

Not nice to break people's code if we can avoid it. Could
add a warning in the next cycle, and then require single
includes in the cycle after.

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

10 years agoaudio: make direct includes work again
Tim-Philipp Müller [Fri, 16 Aug 2013 12:06:58 +0000 (13:06 +0100)]
audio: make direct includes work again

Not nice to break people's code if we can avoid it. Could
add a warning in the next cycle, and then require single
includes in the cycle after.

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

10 years agotests: add test-header-compile script
Tim-Philipp Müller [Fri, 16 Aug 2013 13:12:32 +0000 (14:12 +0100)]
tests: add test-header-compile script

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

10 years agoRevert "typefind: improved and extended typefinder for module music formats"
Sebastian Dröge [Fri, 16 Aug 2013 10:12:05 +0000 (12:12 +0200)]
Revert "typefind: improved and extended typefinder for module music formats"

This reverts commit 4c79f35c7abc78bf4d325a8cd2059e8832ea0b34.

It causes some MP4 files to be detected as mod files.

10 years agotypefind: improved and extended typefinder for module music formats
Carlos Rafael Giani [Tue, 13 Aug 2013 21:18:34 +0000 (23:18 +0200)]
typefind: improved and extended typefinder for module music formats

introduced new caps: audio/x-mod, modtype : { xm, okt, mod, ptm, ... }

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

10 years agovideodecoder: Don't reset too much if we're resetting because of a soft-flush
Sebastian Dröge [Thu, 15 Aug 2013 12:15:05 +0000 (14:15 +0200)]
videodecoder: Don't reset too much if we're resetting because of a soft-flush

Fixes reverse playback with Ogg/Theora.

10 years agotheora: Use new video codec base classes' flush vfunc
Sebastian Dröge [Thu, 15 Aug 2013 11:15:05 +0000 (13:15 +0200)]
theora: Use new video codec base classes' flush vfunc

10 years agovideodecoder: Don't reset decoder on segment events
Sebastian Dröge [Thu, 15 Aug 2013 10:45:35 +0000 (12:45 +0200)]
videodecoder: Don't reset decoder on segment events

Either there was a flush before that resets everything anyway,
or resetting would make us lose information we might need if
it's just a segment update.

10 years agovideo{en,de}coder: Add new flush vfunc as a replacement for reset
Sebastian Dröge [Thu, 15 Aug 2013 10:44:56 +0000 (12:44 +0200)]
video{en,de}coder: Add new flush vfunc as a replacement for reset

10 years agovideo{en,de}coder: Revert to old ::reset() behaviour and deprecate it
Sebastian Dröge [Wed, 14 Aug 2013 14:55:55 +0000 (16:55 +0200)]
video{en,de}coder: Revert to old ::reset() behaviour and deprecate it

10 years agotypefind: ADTS/AAC, find more aac sync to select correctly
Jie Yang [Thu, 15 Aug 2013 08:12:45 +0000 (16:12 +0800)]
typefind: ADTS/AAC, find more aac sync to select correctly

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

10 years agoplaysink: Don't set sink to NULL if a new one is set while the old one is still in use
Sebastian Dröge [Wed, 14 Aug 2013 13:43:23 +0000 (15:43 +0200)]
playsink: Don't set sink to NULL if a new one is set while the old one is still in use

10 years agogio: fix printf format compiler warning
Tim-Philipp Müller [Wed, 14 Aug 2013 10:43:50 +0000 (11:43 +0100)]
gio: fix printf format compiler warning

10 years agodiscoverer: document that "finished" and "discovered" signals are only emitted in...
Tim-Philipp Müller [Tue, 13 Aug 2013 19:39:15 +0000 (20:39 +0100)]
discoverer: document that "finished" and "discovered" signals are only emitted in async mode

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

10 years agocheck: Update .gitignore
Edward Hervey [Tue, 13 Aug 2013 15:39:34 +0000 (17:39 +0200)]
check: Update .gitignore

10 years ago.gitignore: Ignore files from automake test-driver
Edward Hervey [Tue, 13 Aug 2013 15:39:25 +0000 (17:39 +0200)]
.gitignore: Ignore files from automake test-driver

10 years agoplaybin-complex: Set fakesink as audio-sink to not use a real audio device
Sebastian Dröge [Tue, 13 Aug 2013 11:43:32 +0000 (13:43 +0200)]
playbin-complex: Set fakesink as audio-sink to not use a real audio device

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

10 years agotypefind: Add typefind function for WebP image format
Sreerenj Balachandran [Mon, 12 Aug 2013 10:47:38 +0000 (13:47 +0300)]
typefind: Add typefind function for WebP image format

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

10 years agogio: make better use of the cached buffer
Jonathan Matthew [Sat, 3 Aug 2013 15:01:25 +0000 (01:01 +1000)]
gio: make better use of the cached buffer

When playing mp3 files from a smb server, we get 64k read requests
that mostly overlap.  Without using the cache to partially satisfy
these, we send these requests straight to the server, resulting in
a lot more network traffic than necessary.

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

10 years agoaudiodecoder: Clear taglist on reception of a STREAM_START event
Youness Alaoui [Fri, 26 Jul 2013 00:47:02 +0000 (20:47 -0400)]
audiodecoder: Clear taglist on reception of a STREAM_START event

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

10 years agovideodecoder: Clear taglist on reception of a STREAM_START event
Youness Alaoui [Tue, 30 Jul 2013 21:37:43 +0000 (17:37 -0400)]
videodecoder: Clear taglist on reception of a STREAM_START event

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

10 years agostreamsynchronizer: Set proxy flags on the pads and use default event handler for...
Sebastian Dröge [Thu, 8 Aug 2013 10:11:07 +0000 (12:11 +0200)]
streamsynchronizer: Set proxy flags on the pads and use default event handler for simplicity

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

10 years agortcpbuffer: calculate FB packet length correctly
Wim Taymans [Tue, 6 Aug 2013 13:42:55 +0000 (15:42 +0200)]
rtcpbuffer: calculate FB packet length correctly

10 years agoadder: Raw buffers DTS should always be CLOCK_TIME_NONE
Thibault Saunier [Tue, 6 Aug 2013 13:11:05 +0000 (15:11 +0200)]
adder: Raw buffers DTS should always be CLOCK_TIME_NONE

10 years agoadder: set DTS and PTS, sync on DTS
Thibault Saunier [Mon, 5 Aug 2013 14:14:22 +0000 (16:14 +0200)]
adder: set DTS and PTS, sync on DTS

10 years agoplaybin: check for tags on the right combiner instance
Arnaud Vrac [Fri, 2 Aug 2013 18:08:29 +0000 (20:08 +0200)]
playbin: check for tags on the right combiner instance

The get-tags actions are not working in all cases, because the track
number is used to resolve the stream combiner instead of the stream
type.

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

10 years agotests: move orc removal to distclean
David Schleef [Fri, 2 Aug 2013 23:57:43 +0000 (16:57 -0700)]
tests: move orc removal to distclean

10 years agoconfigure: create dir tests/check/orc
David Schleef [Fri, 2 Aug 2013 21:33:24 +0000 (14:33 -0700)]
configure: create dir tests/check/orc

This is required now that subdir-objects is used, since automake
expects to create a .deps directory inside.

10 years agobuild: add subdir-objects to AM_INIT_AUTOMAKE
Lubosz Sarnecki [Fri, 2 Aug 2013 12:11:01 +0000 (14:11 +0200)]
build: add subdir-objects to AM_INIT_AUTOMAKE

Fixes warnings with automake 1.14

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

10 years agovideotestsrc: Demote ERROR statement back to DEBUG
Edward Hervey [Fri, 2 Aug 2013 09:00:06 +0000 (11:00 +0200)]
videotestsrc: Demote ERROR statement back to DEBUG

It crawled in with david's latest commit

10 years agovideodecoder: Revert previous commit
Edward Hervey [Fri, 2 Aug 2013 06:22:59 +0000 (08:22 +0200)]
videodecoder: Revert previous commit

The 'hard' argument of reset changed signification after the latest
start/stop/reset refactoring.

10 years agovideodecoder: Pass on 'hard' argument from _flush to _reset
Edward Hervey [Thu, 1 Aug 2013 14:01:30 +0000 (16:01 +0200)]
videodecoder: Pass on 'hard' argument from _flush to _reset

When most of the code was moved from _flush() to _reset() the 'hard'
argument was no longer propagated.

11 years agovideotestsrc: Add pinwheel and spokes patterns
David Schleef [Wed, 31 Jul 2013 18:26:58 +0000 (11:26 -0700)]
videotestsrc: Add pinwheel and spokes patterns

11 years agopbutils: private/teletext -> application/x-teletext
Tim-Philipp Müller [Tue, 30 Jul 2013 14:58:26 +0000 (15:58 +0100)]
pbutils: private/teletext -> application/x-teletext

11 years agopo: update translations
Tim-Philipp Müller [Mon, 29 Jul 2013 18:41:43 +0000 (19:41 +0100)]
po: update translations

11 years agooggdemux: Prevent seeks when _SCHEDULING_FLAG_SEQUENTIAL is set
Sjoerd Simons [Fri, 26 Jul 2013 13:29:05 +0000 (15:29 +0200)]
oggdemux: Prevent seeks when _SCHEDULING_FLAG_SEQUENTIAL is set

Don't go into pull mode when the upstream scheduling flags indicate
seeks should be avoided by setting GST_SCHEDULING_FLAG_SEQUENTIAL.

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

11 years agoBack to development
Sebastian Dröge [Mon, 29 Jul 2013 12:47:33 +0000 (14:47 +0200)]
Back to development

11 years agoRelease 1.1.3
Sebastian Dröge [Mon, 29 Jul 2013 11:37:00 +0000 (13:37 +0200)]
Release 1.1.3

11 years agoUpdate .po files
Sebastian Dröge [Mon, 29 Jul 2013 11:36:51 +0000 (13:36 +0200)]
Update .po files

11 years agooggdemux: Don't swap start/stop for negative rates in the SEGMENT query
Sebastian Dröge [Mon, 29 Jul 2013 10:11:38 +0000 (12:11 +0200)]
oggdemux: Don't swap start/stop for negative rates in the SEGMENT query

11 years agotagdemux: Properly implement seeking if tagdemux is driving the pipeline
Sebastian Dröge [Mon, 29 Jul 2013 09:40:57 +0000 (11:40 +0200)]
tagdemux: Properly implement seeking if tagdemux is driving the pipeline

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

11 years agooggdemux: Implement SEGMENT query
Sebastian Dröge [Mon, 29 Jul 2013 08:46:01 +0000 (10:46 +0200)]
oggdemux: Implement SEGMENT query

11 years agovideorate: ignore GAP event
Matej Knopp [Sun, 28 Jul 2013 21:38:06 +0000 (23:38 +0200)]
videorate: ignore GAP event

videorate automatically fills gaps with the previous frames.

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

11 years agoaudiorate: ignore GAP event
Matej Knopp [Sun, 28 Jul 2013 21:38:17 +0000 (23:38 +0200)]
audiorate: ignore GAP event

audiorate automatically fills gaps with silence.

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

11 years agomultisocketsink: Fix handling of partial writes and WOULD_BLOCK errors
Sebastian Dröge [Sun, 28 Jul 2013 11:52:28 +0000 (13:52 +0200)]
multisocketsink: Fix handling of partial writes and WOULD_BLOCK errors

11 years agomultifdsink: Update current time after every write
Sebastian Dröge [Sun, 28 Jul 2013 11:23:41 +0000 (13:23 +0200)]
multifdsink: Update current time after every write

Each write will update the last_activity_time and otherwise we would
compare against a too old current time and immediately timeout because
current time is smaller than last activity time (overflow).

11 years agomultihandlesink: Update current time after every write
Sebastian Dröge [Sun, 28 Jul 2013 11:20:48 +0000 (13:20 +0200)]
multihandlesink: Update current time after every write

Each write will update the last_activity_time and otherwise we would
compare against a too old current time and immediately timeout because
current time is smaller than last activity time (overflow).

11 years agopbutils: Add description for teletext
Edward Hervey [Sat, 27 Jul 2013 10:16:15 +0000 (12:16 +0200)]
pbutils: Add description for teletext

11 years agoaudiodecoder: do not leak input caps
Matej Knopp [Fri, 26 Jul 2013 12:28:41 +0000 (14:28 +0200)]
audiodecoder: do not leak input caps

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

11 years agovideotestsrc: Initialize GstVideoInfo in ::start()
Edward Hervey [Fri, 2 Nov 2012 09:04:16 +0000 (10:04 +0100)]
videotestsrc: Initialize GstVideoInfo in ::start()

Otherwise we end up with bogus values and races

11 years agovideotestsrc: Don't error on not-negotiated
Edward Hervey [Fri, 2 Nov 2012 09:03:38 +0000 (10:03 +0100)]
videotestsrc: Don't error on not-negotiated

Base classes will handle re-negotiation if needed, but emitting an
error message will make applications stop.

11 years agoext/gst: Ensure default query/event handlers are used
Edward Hervey [Wed, 12 Sep 2012 10:41:01 +0000 (12:41 +0200)]
ext/gst: Ensure default query/event handlers are used

And in some cases, just remove our implementation that does nothing

11 years agoappsrc: Also provide function API for current-level-bytes and integrate into the...
Sebastian Dröge [Fri, 26 Jul 2013 09:02:32 +0000 (11:02 +0200)]
appsrc: Also provide function API for current-level-bytes and integrate into the docs

11 years agoappsrc: Add "current-level-bytes" property
Changbok Chea [Fri, 26 Jul 2013 06:00:44 +0000 (15:00 +0900)]
appsrc: Add "current-level-bytes" property

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

11 years agocodec-utils: add a gst_codec_utils_aac_get_index_from_sample_rate
Vincent Penquerc'h [Thu, 25 Jul 2013 19:03:50 +0000 (20:03 +0100)]
codec-utils: add a gst_codec_utils_aac_get_index_from_sample_rate

It maps a sample rate to a well known AAC sample rate index.

11 years agovideodecoder/encoder: Call reset() always between start() and stop() and never outside
Sebastian Dröge [Fri, 26 Jul 2013 08:22:32 +0000 (10:22 +0200)]
videodecoder/encoder: Call reset() always between start() and stop() and never outside

11 years agovideoencoder/decoder: Call reset() before start() too
Sebastian Dröge [Thu, 25 Jul 2013 12:25:08 +0000 (14:25 +0200)]
videoencoder/decoder: Call reset() before start() too

11 years agotypefinding: don't detect mp3 based on just a few bits
Tim-Philipp Müller [Thu, 25 Jul 2013 10:56:07 +0000 (11:56 +0100)]
typefinding: don't detect mp3 based on just a few bits

Remove dodgy code that detects mp3 with as little as
a valid frame sync at the beginning. This was only used
in some unit tests in -good where there were only a few
bytes after the id3 tag. We now require at least two
frame headers.

Fixes mis-dection of text files with UTF-16 LE BOM as mp3.

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

11 years agoaudio/videodecoder: Rename variable in macro from dec to __dec
Sebastian Dröge [Thu, 25 Jul 2013 12:11:28 +0000 (14:11 +0200)]
audio/videodecoder: Rename variable in macro from dec to __dec

Otherwise it might shadow another variable in the outside scope
and cause interesting side effects.

11 years agotheoraenc: Clean up handling of reset/flushing/start/stop
Sebastian Dröge [Thu, 25 Jul 2013 11:31:07 +0000 (13:31 +0200)]
theoraenc: Clean up handling of reset/flushing/start/stop

11 years agotheoradec: Clean up handling of reset/flushing/start/stop
Sebastian Dröge [Thu, 25 Jul 2013 11:29:22 +0000 (13:29 +0200)]
theoradec: Clean up handling of reset/flushing/start/stop

11 years agovideoencoder: There's no point in resetting the encoder when the caps change
Sebastian Dröge [Thu, 25 Jul 2013 08:53:14 +0000 (10:53 +0200)]
videoencoder: There's no point in resetting the encoder when the caps change

The subclass will be called with set_format() and there it can drain
if necessary and reset whatever is necessary. This is the same behaviour
as for the video decoder.

11 years agovideoencoder: Reset internal state and segments on FLUSH_STOP
Sebastian Dröge [Thu, 25 Jul 2013 08:46:04 +0000 (10:46 +0200)]
videoencoder: Reset internal state and segments on FLUSH_STOP

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

11 years agovideoencoder: Refactor GstVideoEncoder::reset() handling a bit
Sebastian Dröge [Thu, 25 Jul 2013 08:42:56 +0000 (10:42 +0200)]
videoencoder: Refactor GstVideoEncoder::reset() handling a bit

Let gst_video_encoder_reset() call it as would be intuitive and
only call it indirectly from gst_video_encoder_drain(). Now it
actually makes sense.

11 years agovideodecoder: Refactor GstVideoDecoder::reset() handling a bit
Sebastian Dröge [Thu, 25 Jul 2013 08:20:01 +0000 (10:20 +0200)]
videodecoder: Refactor GstVideoDecoder::reset() handling a bit

Let gst_video_decoder_reset() call it as would be intuitive and
only call it indirectly from gst_video_decoder_flush(). Now it
actually makes sense.

11 years agovideodecoder: Take DTS as PTS for keyframes as a last resort if we can't calculate...
Wim Taymans [Wed, 24 Jul 2013 07:24:45 +0000 (09:24 +0200)]
videodecoder: Take DTS as PTS for keyframes as a last resort if we can't calculate any PTS

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

11 years agoplaysink: Remove two unused variables
Sebastian Dröge [Tue, 23 Jul 2013 11:42:40 +0000 (13:42 +0200)]
playsink: Remove two unused variables

11 years agosubtitleoverlay: Remove some more unneeded segment tracking
Sebastian Dröge [Tue, 23 Jul 2013 11:38:33 +0000 (13:38 +0200)]
subtitleoverlay: Remove some more unneeded segment tracking

11 years agoplaysinkconvertbin: Remove obsolete segment tracking
Sebastian Dröge [Tue, 23 Jul 2013 11:36:09 +0000 (13:36 +0200)]
playsinkconvertbin: Remove obsolete segment tracking

This is now all handled automatically with sticky events.

11 years agoplaybin: Ensure that everything in a GstSourceGroup gets the same group-id
Sebastian Dröge [Tue, 23 Jul 2013 10:40:57 +0000 (12:40 +0200)]
playbin: Ensure that everything in a GstSourceGroup gets the same group-id

Including streams from external subtitle files. If not everything implements
the group-ids playbin invents its own.

11 years agoplaysink: Fix handling of colorbalance element if the sink does not implement it
Sebastian Dröge [Tue, 23 Jul 2013 10:35:46 +0000 (12:35 +0200)]
playsink: Fix handling of colorbalance element if the sink does not implement it

11 years agoplaysink: Improve segment handling in the custom flushing for subtitle stream switches
Sebastian Dröge [Tue, 23 Jul 2013 09:13:19 +0000 (11:13 +0200)]
playsink: Improve segment handling in the custom flushing for subtitle stream switches

This code needs a lot more work to be improved for 1.0.

11 years agosubtitleoverlay: Segment events are sticky now and propagated automatically when...
Sebastian Dröge [Tue, 23 Jul 2013 09:11:33 +0000 (11:11 +0200)]
subtitleoverlay: Segment events are sticky now and propagated automatically when needed

11 years agostreamcombiner: Proxy all sink events downstream
Sebastian Dröge [Tue, 23 Jul 2013 07:14:23 +0000 (09:14 +0200)]
streamcombiner: Proxy all sink events downstream

Thanks to Mathieu Duponchelle for noticing this regression
introduced with the last change.

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

11 years agotagdemux: Add support for group-id in the stream-start event
Sebastian Dröge [Mon, 22 Jul 2013 13:24:50 +0000 (15:24 +0200)]
tagdemux: Add support for group-id in the stream-start event

11 years agoogg: Add support for group-id in the stream-start event
Sebastian Dröge [Mon, 22 Jul 2013 13:24:29 +0000 (15:24 +0200)]
ogg: Add support for group-id in the stream-start event

11 years agostreamsynchronizer: Implement grouping of streams via the group-id
Sebastian Dröge [Mon, 22 Jul 2013 11:15:09 +0000 (13:15 +0200)]
streamsynchronizer: Implement grouping of streams via the group-id

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

11 years agostreamcombiner: Fix locking
Sebastian Dröge [Mon, 22 Jul 2013 06:08:27 +0000 (08:08 +0200)]
streamcombiner: Fix locking

We have to hold the streams-lock when iterating over all pads,
also the stream-lock of the pad is already locked when we receive
EOS.

Call gst_pad_event_default() for the correct default handling of
events.

11 years agoencoding: fix EOS handling in streamsplitter / combiner.
Mathieu Duponchelle [Sun, 21 Jul 2013 22:48:54 +0000 (00:48 +0200)]
encoding: fix EOS handling in streamsplitter / combiner.

This commit adds a streamcombinerpad with an is_eos field.
When streamcombiner receives an EOS on one of its pads, it
forwards it all its other pads are EOS.
This commit also removes the notion of "stream-switching-eos".

11 years agovideo-info: respect stride alignment
Wim Taymans [Fri, 19 Jul 2013 08:47:27 +0000 (10:47 +0200)]
video-info: respect stride alignment

Increase the left padding so that we don't cause stride alignments later when we
apply the padding.

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

11 years agoRevert "video: respect stride alignment when calculating planes offsets"
Wim Taymans [Fri, 19 Jul 2013 08:43:38 +0000 (10:43 +0200)]
Revert "video: respect stride alignment when calculating planes offsets"

This reverts commit 28e1dadbfaa403679e69f8173d1aa2c7500fd556.

Incrementing the offset to make the plane aligned causes the image to be
incompatible with what Xv expects. Rather that forcing a memcpy in the
xvimagesink we would like to do adjust the left padding instead.

11 years agovideo: respect stride alignment when calculating planes offsets
Arnaud Vrac [Thu, 18 Jul 2013 12:13:33 +0000 (14:13 +0200)]
video: respect stride alignment when calculating planes offsets

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

11 years agoid3: Use debug category and show FIXMEs
Edward Hervey [Thu, 18 Jul 2013 05:45:47 +0000 (07:45 +0200)]
id3: Use debug category and show FIXMEs

Allows spotting faster un-parsed tags

11 years agovideometa: Add docs to the region of interest meta functions
Sebastian Dröge [Wed, 17 Jul 2013 09:42:48 +0000 (11:42 +0200)]
videometa: Add docs to the region of interest meta functions

11 years agosubparse: use g_strdup() and friends
Tim-Philipp Müller [Wed, 17 Jul 2013 08:04:47 +0000 (09:04 +0100)]
subparse: use g_strdup() and friends

Fixes build issue on windows, but is also better seeing that
these string are going to get freed with g_free() and not free().

11 years agotagdemux: Put the modified time back in the time part of the segment
Olivier Crête [Tue, 16 Jul 2013 02:27:20 +0000 (22:27 -0400)]
tagdemux: Put the modified time back in the time part of the segment

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

11 years agotests: fix videoscale test after video format addition
Tim-Philipp Müller [Tue, 16 Jul 2013 17:50:09 +0000 (18:50 +0100)]
tests: fix videoscale test after video format addition

11 years agoconfigure: remove obsolete libxml checks
Tim-Philipp Müller [Tue, 16 Jul 2013 17:42:19 +0000 (18:42 +0100)]
configure: remove obsolete libxml checks

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

11 years agosubparse: don't leak parse context for sami and qttext
Tim-Philipp Müller [Tue, 16 Jul 2013 17:30:50 +0000 (18:30 +0100)]
subparse: don't leak parse context for sami and qttext

In gst_sub_parse_dispose() parser_type will be UNKNOWN,
so these deinit calls were never executed. And we should
clean up the parser state in the downwards state change
anyway.

11 years agotests: update sami parser testcases
Young-Ho Cha [Tue, 28 May 2013 07:56:28 +0000 (16:56 +0900)]
tests: update sami parser testcases

Remove libxml dependency for sami parser
and add more testcases.

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

11 years agosubparse: remove libxml dependency for sami parser and re-enable sami parser
Young-Ho Cha [Sat, 25 May 2013 08:10:14 +0000 (17:10 +0900)]
subparse: remove libxml dependency for sami parser and re-enable sami parser

To celebrate 2013.gnome.asia, updated sami parser for gstreamer 1.x. :D

Remove conditional block for check libxml usage and
implement a simple html markup parser for the sami
parser.

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

11 years agometa: fix ROI meta getter
Wim Taymans [Tue, 16 Jul 2013 14:54:10 +0000 (16:54 +0200)]
meta: fix ROI meta getter

11 years agoplaybin: Don't prefer decoders for which we found a matching sink
Sebastian Dröge [Tue, 16 Jul 2013 10:21:44 +0000 (12:21 +0200)]
playbin: Don't prefer decoders for which we found a matching sink

It doesn't make much sense.

11 years agovideo: Add support for NV24 color format
Sebastian Dröge [Tue, 16 Jul 2013 09:47:59 +0000 (11:47 +0200)]
video: Add support for NV24 color format

This is semi-planar 4:4:4 YUV.

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

11 years agoplaybin: Also consider possible converters for raw streams when selecting compatible...
Sebastian Dröge [Tue, 16 Jul 2013 09:22:35 +0000 (11:22 +0200)]
playbin: Also consider possible converters for raw streams when selecting compatible sink/source combinations

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

11 years agovideometa: Add to the docs and make function names more consistent with others
Sebastian Dröge [Tue, 16 Jul 2013 08:09:27 +0000 (10:09 +0200)]
videometa: Add to the docs and make function names more consistent with others

11 years agovideometa: Add Region Of Interest meta
Miguel Casas-Sanchez [Tue, 16 Jul 2013 08:04:00 +0000 (10:04 +0200)]
videometa: Add Region Of Interest meta

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