platform/upstream/gst-plugins-base.git
7 years agoconvertframe: Fix async video sample conversion with non-default context
Arun Raghavan [Mon, 20 Mar 2017 11:50:36 +0000 (17:20 +0530)]
convertframe: Fix async video sample conversion with non-default context

The GSource for dealing with timeouts in
gst_video_convert_sample_async() might be attached to a non-default
context, so we should not be using g_source_remove() on the returned ID.

The correct thing to do is to keep a reference to the actual GSource and
then call g_source_destroy() on it.

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

7 years agourisourcebin: Fix typefind list leak
Seungha Yang [Sun, 19 Mar 2017 04:51:24 +0000 (13:51 +0900)]
urisourcebin: Fix typefind list leak

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

7 years agoadder: cleanup the tests
Stefan Sauer [Fri, 17 Mar 2017 20:39:58 +0000 (21:39 +0100)]
adder: cleanup the tests

Take a first stab at cleaning up the tests. Extract common code. Make sure
we actually verify things.

7 years agodecodebin: Close a small race posting 100% buffering
Jan Schmidt [Fri, 17 Mar 2017 14:10:54 +0000 (01:10 +1100)]
decodebin: Close a small race posting 100% buffering

When posting 100% buffering due to removing the last
buffering element, we still need to hold the posting
lock as well, to avoid any race with other elements
that might post a buffering message at that exact
moment

7 years agourisourcebin: Fix buffering message aggregation.
Jan Schmidt [Fri, 17 Mar 2017 13:54:55 +0000 (00:54 +1100)]
urisourcebin: Fix buffering message aggregation.

Add locking, and handle EOS properly now that urisourcebin
uses custom events in place of real EOS events, so we
need to manually remove buffering messages and potentially
post 100% in that situation

7 years agourisourcebin: Store slot info on the queue object too
Jan Schmidt [Fri, 17 Mar 2017 13:06:02 +0000 (00:06 +1100)]
urisourcebin: Store slot info on the queue object too

The buffering message handling tries to look up the
slot info on the queue itself.

7 years agovideodecoder: Add debug output tracking decode-after-flush
Jan Schmidt [Thu, 16 Mar 2017 02:56:10 +0000 (13:56 +1100)]
videodecoder: Add debug output tracking decode-after-flush

Track how long it takes to generate the first buffer after a flush
as a simple measure of how efficient the decoder is at skipping /
rushing to get to the first decode.

7 years agovideotestsrc: Publish multiview-mode info in the caps
Jan Schmidt [Thu, 16 Mar 2017 00:27:47 +0000 (11:27 +1100)]
videotestsrc: Publish multiview-mode info in the caps

Don't allow downstream to accidentally pretend that
the output is anything than a mono or single-eye
left/right view.

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

7 years agovideo-format: Shift correctly when packing I420_12BE
Sebastian Dröge [Fri, 17 Mar 2017 11:43:04 +0000 (13:43 +0200)]
video-format: Shift correctly when packing I420_12BE

7 years agovideo-format: Order all formats in GST_VIDEO_FORMATS_ALL like in the enum
Sebastian Dröge [Fri, 17 Mar 2017 11:14:58 +0000 (13:14 +0200)]
video-format: Order all formats in GST_VIDEO_FORMATS_ALL like in the enum

And remove duplicated entries.

7 years agoencoding-profile: Mark format caps as transfer-none in profile creation
Arun Raghavan [Fri, 17 Mar 2017 10:29:14 +0000 (15:59 +0530)]
encoding-profile: Mark format caps as transfer-none in profile creation

7 years agovideo-format: Add Since markers to all new formats from 1.2
Sebastian Dröge [Thu, 16 Mar 2017 15:37:34 +0000 (17:37 +0200)]
video-format: Add Since markers to all new formats from 1.2

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

7 years agovideo: Add I420/I422/Y444_12LE/BE and GBRA video formats
Sebastian Dröge [Thu, 16 Mar 2017 15:12:17 +0000 (17:12 +0200)]
video: Add I420/I422/Y444_12LE/BE and GBRA video formats

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

7 years agovideo: Add GBRA_10LE/BE, GBR_12LE/BE, GBRA_12LE/BE pixel formats
Emeric Grange [Thu, 16 Mar 2017 10:45:42 +0000 (11:45 +0100)]
video: Add GBRA_10LE/BE, GBR_12LE/BE, GBRA_12LE/BE pixel formats

With additional bugfixes from Sebastian Dröge <sebastian@centricular.com>

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

7 years agomultifdsink: Remove GValueArray from the doc
Olivier Crête [Tue, 14 Mar 2017 20:30:18 +0000 (16:30 -0400)]
multifdsink: Remove GValueArray from the doc

It's been a GstStructure for a long time. Also fix
a typo in the name of one of the fields.

7 years agoAdd old libgstencodebin.so to cruft list
Nicolas Dufresne [Sun, 12 Mar 2017 15:35:25 +0000 (11:35 -0400)]
Add old libgstencodebin.so to cruft list

This will help fixing clash in gst-uninstalled setup.

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

7 years agodocs: Convert gtkdoc comments to markdown
Thibault Saunier [Mon, 23 Jan 2017 19:36:11 +0000 (16:36 -0300)]
docs: Convert gtkdoc comments to markdown

Modernizing the documentation, making it simpler to read an
modify and allowing us to possibly switch to hotdoc in the
future.

7 years agovideotimecode: Fix invalid timecode right before a new second
Vivia Nikolaidou [Fri, 10 Mar 2017 15:40:13 +0000 (17:40 +0200)]
videotimecode: Fix invalid timecode right before a new second

When initializing a timecode from a GDateTime, and the remaining time
until the new second is less than half a frame (according to the given
frame rate), it would lead to the creation of an invalid timecode, e.g.
00:00:00:25 (at 25 fps) instead of 00:00:01:00. Fixed.

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

7 years agovideodecoder: fix build error on i386
Matthew Waters [Fri, 10 Mar 2017 07:22:27 +0000 (18:22 +1100)]
videodecoder: fix build error on i386

Use G_GUINT64_FORMAT for guint64 values.

Introduced by fcb63e77a9de42cfb50da03a4925b06704006be3

Found by Alexander Larsson

gstvideodecoder.c: In function 'gst_video_decoder_have_frame':
gstvideodecoder.c:3312:51: error: format '%u' expects argument of type 'unsigned int', but argument 8 has type 'guint64 {aka long long unsigned int}' [-Werror=format=]

7 years agoFix plugin filenames to match pugin names
Nicolas Dufresne [Sat, 4 Mar 2017 15:08:04 +0000 (10:08 -0500)]
Fix plugin filenames to match pugin names

 - libgstencodebin.so is now libgstencoding.so
 - libgstximage.so is now libgstximagesink.so (meson only)

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

7 years agourisourcebin: Shrink queue2 max-size-time buffering
Jan Schmidt [Wed, 8 Mar 2017 14:40:06 +0000 (01:40 +1100)]
urisourcebin: Shrink queue2 max-size-time buffering

The expanded 4 second buffering was making radio streams that are
being delivered at real-time speeds too slow. We might need
a better plan for matching the queue2 size to incoming bitrate
in the absence of tag information or timestamping.

In uridecodebin, it used tags on the output of decodebin to
adjust the queue2 buffering, but urisourcebin doesn't have that
view - decodebin is downstream from us.

7 years agovideotimecode: Unref GDateTime in error cases
Sebastian Dröge [Wed, 8 Mar 2017 13:47:52 +0000 (15:47 +0200)]
videotimecode: Unref GDateTime in error cases

7 years agoplaybin3/urisourcebin: Enable buffering by default
Sebastian Dröge [Tue, 7 Mar 2017 12:59:36 +0000 (14:59 +0200)]
playbin3/urisourcebin: Enable buffering by default

This only has effect on network streams in these elements, and by
enabling it by default we get the same behaviour as in playbin2.

7 years agotools: gst-play: improve verbose output of property notifications
Tim-Philipp Müller [Tue, 7 Mar 2017 00:25:03 +0000 (00:25 +0000)]
tools: gst-play: improve verbose output of property notifications

Use new message notify API and print caps and taglists in a nicer
to read way, just like gst-launch-1.0 does nowadays, without
escaping everything three times.

7 years agovideodecoder: Fix a leak introduced in fcb63e
Jan Schmidt [Mon, 6 Mar 2017 08:14:48 +0000 (19:14 +1100)]
videodecoder: Fix a leak introduced in fcb63e

CID: 1402055

7 years agooggdemux: Fix reverse playback
Jan Schmidt [Fri, 3 Mar 2017 13:27:30 +0000 (00:27 +1100)]
oggdemux: Fix reverse playback

Fix various issues with reverse playback by clearing tracking
vars when working in reverse, and where possible using the
timestamp interpolation code to generate timestamps for
outgoing buffers. Make sure to mark things as discontinuous
only when looping backward to a new position and fix seeking
to the next page when starting.

7 years agooggdemux: Timestamp tracking fixes
Jan Schmidt [Fri, 3 Mar 2017 13:22:17 +0000 (00:22 +1100)]
oggdemux: Timestamp tracking fixes

In gst_ogg_demux_do_seek() when calculating the
keyframe time, account for a non-zero start-time

Handle a discontinuous first packet in
gst_ogg_demux_setup_first_granule() because that's pretty
normal after a seek. Also differentiate between a genuinely
truncated first packet and just bailing out early, by not using
granule = -1 as an error code.

Make the debug output logs clearer about which timestamps
are stream times (PTS) and which are ogg timestamps.

7 years agooggdemux: Don't arbitrarily guess a timestamp of 0
Jan Schmidt [Fri, 3 Mar 2017 13:15:50 +0000 (00:15 +1100)]
oggdemux: Don't arbitrarily guess a timestamp of 0

When we haven't managed to manufacture a timestamp for
a packet, don't just guess '0', leave it at none and
let downstream decide

7 years agotheoradec: Make the keyframe condition check clearer
Jan Schmidt [Fri, 3 Mar 2017 13:12:26 +0000 (00:12 +1100)]
theoradec: Make the keyframe condition check clearer

Make the keyframe checking if statement easier to
read, and add some debug when detecting a keyframe

7 years agovideodecoder: Restrict frame timestamp guessing in reverse mode
Jan Schmidt [Fri, 3 Mar 2017 13:18:07 +0000 (00:18 +1100)]
videodecoder: Restrict frame timestamp guessing in reverse mode

Don't guess a timestamp of the start of the segment when running
in reverse mode, as more likely it means we're discontinuous somewhere
in the middle of the segment, and we'll fix up timestamps once
the frames are decoded and reversed.

7 years agovideodecoder: Store buffer information even without PTS
Jan Schmidt [Fri, 3 Mar 2017 13:10:27 +0000 (00:10 +1100)]
videodecoder: Store buffer information even without PTS

When a PTS is not set, we still want to store the rest of the
buffer information, or else we lose important things like the
duration or buffer flags when parsing.

7 years agovorbisdec: Reset decoder in more situations
Edward Hervey [Fri, 3 Mar 2017 09:52:15 +0000 (10:52 +0100)]
vorbisdec: Reset decoder in more situations

This is a followup commit to b95725c37e70ad3c1ec8dadb401388db375df482

* Resetting the decoder should only happen when we get a new initialization
header (0x01) and not on the other headers
* The initialized variable only gets set to TRUE once all headers have
been parsed. Also check if the vorbis_info struct has been properly resetted
also. Failure to do that would cause vorbisdec to error if it got
two initialization header in a row (the first would configure the underlying
library and the second one would error out because it's already initialized)

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

7 years agorawbaseparse: Assert that frame size is > 0
Sebastian Dröge [Tue, 28 Feb 2017 13:51:00 +0000 (15:51 +0200)]
rawbaseparse: Assert that frame size is > 0

We would later divide by zero otherwise, and generally won't do the
right thing.

CID 1401383

7 years agorawaudioparse: Fix potential NULL pointer dereference
Sebastian Dröge [Tue, 28 Feb 2017 13:26:36 +0000 (15:26 +0200)]
rawaudioparse: Fix potential NULL pointer dereference

CID 1364606

7 years agodecodebin3: Fix potential NULL pointer dereference on slot deactivation
Sebastian Dröge [Tue, 28 Feb 2017 13:17:24 +0000 (15:17 +0200)]
decodebin3: Fix potential NULL pointer dereference on slot deactivation

CID 1363331

7 years agourisourcebin: Fix inverted check for an existing slot
Sebastian Dröge [Tue, 28 Feb 2017 13:15:31 +0000 (15:15 +0200)]
urisourcebin: Fix inverted check for an existing slot

CID 1363330

7 years agodecodebin3: Handle stream-start events without group id correctly
Sebastian Dröge [Tue, 28 Feb 2017 13:13:49 +0000 (15:13 +0200)]
decodebin3: Handle stream-start events without group id correctly

CID 1363327

7 years agovideodecoder: Handle return value of gst_video_decoder_drain()
Sebastian Dröge [Tue, 28 Feb 2017 13:11:42 +0000 (15:11 +0200)]
videodecoder: Handle return value of gst_video_decoder_drain()

CID 1362896

7 years agovorbisdec: reset decoder on vorbis headers update
Jochen Henneberg [Thu, 9 Feb 2017 12:44:51 +0000 (12:44 +0000)]
vorbisdec: reset decoder on vorbis headers update

if the vorbis encoder receives new headers it must be
reset and re-initialized to continue decoding, e. g.
for live streams

7 years agovorbisenc: Resend (new, updated) headers when the caps are changing
Sebastian Dröge [Mon, 27 Feb 2017 17:04:30 +0000 (19:04 +0200)]
vorbisenc: Resend (new, updated) headers when the caps are changing

The headers are usually changing together with the caps, and they are
nedeed for correct decoding.

7 years agorawparse: fix linking for audio/video libs
Tim-Philipp Müller [Sat, 25 Feb 2017 19:19:32 +0000 (19:19 +0000)]
rawparse: fix linking for audio/video libs

Broke build in gnome continuous

7 years agorawparse: Fix meson build
Sebastian Dröge [Sat, 25 Feb 2017 13:14:07 +0000 (15:14 +0200)]
rawparse: Fix meson build

7 years agorawparse: Move to gst-plugins-base
Sebastian Dröge [Sat, 25 Feb 2017 12:48:40 +0000 (14:48 +0200)]
rawparse: Move to gst-plugins-base

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

7 years agoMerge branch 'rawparse-moved-plugin'
Sebastian Dröge [Sat, 25 Feb 2017 12:32:33 +0000 (14:32 +0200)]
Merge branch 'rawparse-moved-plugin'

7 years agomeson: Update version
Sebastian Dröge [Fri, 24 Feb 2017 13:59:38 +0000 (15:59 +0200)]
meson: Update version

7 years agoBack to development
Sebastian Dröge [Fri, 24 Feb 2017 13:37:33 +0000 (15:37 +0200)]
Back to development

7 years agoRelease 1.11.2
Sebastian Dröge [Fri, 24 Feb 2017 13:07:06 +0000 (15:07 +0200)]
Release 1.11.2

7 years agoUpdate .po files
Sebastian Dröge [Fri, 24 Feb 2017 10:46:59 +0000 (12:46 +0200)]
Update .po files

7 years agovideo-converter: Give a name to the thread-pool threads
Sebastian Dröge [Fri, 24 Feb 2017 08:04:21 +0000 (10:04 +0200)]
video-converter: Give a name to the thread-pool threads

This way they can be distinguished from any other threads in the same
process.

7 years agovideo-converter: Only lock the thread pool mutex when running with more than 1 thread
Sebastian Dröge [Fri, 24 Feb 2017 08:02:28 +0000 (10:02 +0200)]
video-converter: Only lock the thread pool mutex when running with more than 1 thread

There's no reason to lock anything if only the current thread is ever
going to do any work.

7 years agovideo-converter: Implement multi-threaded scaling/conversion
Sebastian Dröge [Mon, 20 Feb 2017 19:38:17 +0000 (21:38 +0200)]
video-converter: Implement multi-threaded scaling/conversion

This adds a property to select the maximum number of threads to use for
conversion and scaling. During processing, each plane is split into
an equal number of consecutive lines that are then processed by each
thread.

During tests, this gave up to 1.8x speedup with 2 threads and up to 3.2x
speedup with 4 threads when converting e.g. 1080p to 4k in v210.

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

7 years agovideotimecode: Validate for drop-frame correctness
Georg Lippitsch [Tue, 21 Feb 2017 10:59:12 +0000 (11:59 +0100)]
videotimecode: Validate for drop-frame correctness

In gst_video_time_code_is_valid, also check for invalid
ranges when using drop-frame TC. Refactor some code which
broke after the check was added.

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

7 years agovideotimecode: Init from GDateTime
Georg Lippitsch [Wed, 15 Feb 2017 17:40:21 +0000 (18:40 +0100)]
videotimecode: Init from GDateTime

Add a function to init the time code from a GDateTime

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

7 years agovorbis: Fix channel reorder map for 5.1, 6.1 and 7.1
Jochen Henneberg [Mon, 20 Feb 2017 11:44:37 +0000 (13:44 +0200)]
vorbis: Fix channel reorder map for 5.1, 6.1 and 7.1

7 years agorawbaseparse: Drop incomplete frames at EOS
Sebastian Dröge [Sat, 18 Feb 2017 18:18:50 +0000 (20:18 +0200)]
rawbaseparse: Drop incomplete frames at EOS

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

This would ideally be solved in baseparse but that requires further
thought at this point, and in the meantime it would be good to have
rawbaseparse not assert on this but handle it gracefully instead.

7 years agovideo-scaler: Fix upscaling if width & height change and we're starting not at y=0
Sebastian Dröge [Wed, 15 Feb 2017 19:41:47 +0000 (21:41 +0200)]
video-scaler: Fix upscaling if width & height change and we're starting not at y=0

It was taking the initial input y-offset from the output value, which
only works for y=0 (in which case both are the same). If y > 0, we would
always stay behind the requested input offset and never ever read
anything from the input.

7 years agoFix distcheck
Tim-Philipp Müller [Tue, 14 Feb 2017 22:31:50 +0000 (22:31 +0000)]
Fix distcheck

Buildbot doesn't like wildcards here for some reason.

7 years agomeson: dist meson build files
Tim-Philipp Müller [Tue, 14 Feb 2017 19:44:43 +0000 (19:44 +0000)]
meson: dist meson build files

Ship meson build files in tarballs, so people who use tarballs
in their builds can start playing with meson already.

7 years agowin32: dist all .def files
Tim-Philipp Müller [Tue, 14 Feb 2017 19:43:47 +0000 (19:43 +0000)]
win32: dist all .def files

7 years agotypefindfunctions: prevent unsigned int overflow
Heekyoung Seo [Fri, 10 Feb 2017 08:32:29 +0000 (17:32 +0900)]
typefindfunctions: prevent unsigned int overflow

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

7 years agoadder: ensure the discont flag is correct
Stefan Sauer [Fri, 10 Feb 2017 20:28:49 +0000 (21:28 +0100)]
adder: ensure the discont flag is correct

Previously it happened that reused buffer caused the discont to be on the wrong
buffers.

7 years agodiscoverer: Ignore more parser related fields when comparing streams
Thibault Saunier [Wed, 8 Feb 2017 14:42:45 +0000 (11:42 -0300)]
discoverer: Ignore more parser related fields when comparing streams

The parser might do some conversion on a stream but the stream keeps
being the same, and we need to make sure GstDiscoverer detects it is the
case.

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

7 years agoaudioringbuffer: Also add FLAC to debug strings.
Jan Schmidt [Sat, 4 Feb 2017 03:46:00 +0000 (14:46 +1100)]
audioringbuffer: Also add FLAC to debug strings.

Oops, also add FLAC to the debug strings array.

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

7 years agoaudioringbuffer: Prevent overflow of debug names array
Jan Schmidt [Sat, 4 Feb 2017 03:42:33 +0000 (14:42 +1100)]
audioringbuffer: Prevent overflow of debug names array

Add new audio types to the list of strings used for debug
so we don't index past the end of that array.

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

7 years agomultifdsink: Make sure to use a 64 bit integer for the units-max property
Sebastian Dröge [Thu, 2 Feb 2017 12:56:39 +0000 (14:56 +0200)]
multifdsink: Make sure to use a 64 bit integer for the units-max property

7 years agodecodebin3: Fix crash caused by slot double freeing
Seungha Yang [Fri, 20 Jan 2017 10:49:46 +0000 (19:49 +0900)]
decodebin3: Fix crash caused by slot double freeing

Probe for MultiQueue source pad might receive EOS twice,
the first is fake-eos and the other is actual EOS.
And the slot can be freed with fake-eos/EOS if the slot has no input.

Since slot freeing is async, double free can be possible.
So, decodebin3 needs to remove the probe also with slot freeing.

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

7 years agoexamples: Fix leak
Edward Hervey [Tue, 31 Jan 2017 15:47:32 +0000 (16:47 +0100)]
examples: Fix leak

7 years agodecodebin3: Fix list leak on handle_stream_switch()
Seungha Yang [Sat, 3 Dec 2016 04:38:28 +0000 (13:38 +0900)]
decodebin3: Fix list leak on handle_stream_switch()

Free no more used list variables

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

7 years agodecodebin3: Change requested_selection to have its own memory for stream-id
Seungha Yang [Sat, 3 Dec 2016 04:22:54 +0000 (13:22 +0900)]
decodebin3: Change requested_selection to have its own memory for stream-id

"requested_selection" list might be generated by select-streams event.
And memory of stream-id(s) in select-streams is independent from that of stream-collection.

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

7 years agodecodebin3: Change return types of stream_in_{list,collection}
Seungha Yang [Sat, 3 Dec 2016 03:47:41 +0000 (12:47 +0900)]
decodebin3: Change return types of stream_in_{list,collection}

Change return types of functions to get memory address of stream-id.

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

7 years agoplayback: Fix leak on select_streams
Seungha Yang [Sat, 3 Dec 2016 03:43:22 +0000 (12:43 +0900)]
playback: Fix leak on select_streams

Since gst_event_parse_select_streams() returns newly allocated
memory for stream-id(s), it should be freed explicitly.

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

7 years agoencodebin: fix caps leak in test
Guillaume Desmottes [Mon, 2 Jan 2017 14:12:47 +0000 (15:12 +0100)]
encodebin: fix caps leak in test

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

7 years agoaudio-resampler: Fix integer overflow in clamping code
Sebastian Dröge [Mon, 30 Jan 2017 10:35:04 +0000 (12:35 +0200)]
audio-resampler: Fix integer overflow in clamping code

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

7 years agoqt: The videooverlay example requires at least C++11
Sebastian Dröge [Wed, 25 Jan 2017 17:13:40 +0000 (19:13 +0200)]
qt: The videooverlay example requires at least C++11

... and clang requires this to be specified on the commandline while gcc
nowadays defaults to C++11 or even newer.

7 years agomeson: Properly use ':' for defining keywords
Thibault Saunier [Tue, 24 Jan 2017 22:20:53 +0000 (19:20 -0300)]
meson: Properly use ':' for defining keywords

7 years agovideorate: fix LATENCY query
Tim-Philipp Müller [Mon, 23 Jan 2017 19:45:05 +0000 (19:45 +0000)]
videorate: fix LATENCY query

The latency query originally had a fallthrough to the default
label at the end as fallback, but that got messed up when the
DURATION and POSITION queries were added, so it then fell through
to the duration query handler instead. Restore original behaviour.

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

7 years agovideorate: fix duration and position query handling
Tim-Philipp Müller [Mon, 23 Jan 2017 19:08:15 +0000 (19:08 +0000)]
videorate: fix duration and position query handling

Duration query would return TRUE and duration=-1. This
worked in the unit test because the unit test implementation
was a bit broken.

Both queries need to access rate with a lock.

Fix broken duration query test as well. It relied on broken
behaviour by the videorate query handler, and also it was
implemented as a downstream query rather than an upstream
query. And we must return HANDLED from the probe so that the
query we intercept actually returns TRUE.

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

7 years agoaudio: add since markers to docs for new enums
Tim-Philipp Müller [Mon, 23 Jan 2017 19:50:09 +0000 (19:50 +0000)]
audio: add since markers to docs for new enums

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

7 years agoaudio: add FLAC to GstAudioRingBufferFormatType
Vincent Penquerc'h [Thu, 17 Nov 2016 13:04:18 +0000 (13:04 +0000)]
audio: add FLAC to GstAudioRingBufferFormatType

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

7 years agoaudioringbuffer: Also support raw AAC
Olivier Crete [Mon, 23 Jan 2017 18:31:54 +0000 (18:31 +0000)]
audioringbuffer: Also support raw AAC

Support raw AAC streams without the ADTS header

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

7 years agodocs: update libs section
Víctor Manuel Jáquez Leal [Fri, 20 Jan 2017 22:28:23 +0000 (23:28 +0100)]
docs: update libs section

Include documented symbols that were not declared in section file.

7 years agoriff-media: Don't divide block align by zero channels
Sebastian Dröge [Fri, 20 Jan 2017 10:41:16 +0000 (12:41 +0200)]
riff-media: Don't divide block align by zero channels

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

7 years agosamiparse: Check that the string has a non-zero length before overwriting the last...
Sebastian Dröge [Fri, 20 Jan 2017 06:02:38 +0000 (08:02 +0200)]
samiparse: Check that the string has a non-zero length before overwriting the last byte with '\0'

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

7 years agoriff-media: Don't recurse in for nested WAVEFORMATEX
Sebastian Dröge [Sun, 15 Jan 2017 17:42:34 +0000 (18:42 +0100)]
riff-media: Don't recurse in for nested WAVEFORMATEX

There was already a check for that, but it failed because
subformat_guid[0] is a guint32 and that is then casted implicitely to a
guint16 when recursing... just that we checked the uncasted value.

This caused an infinite recursion and thus stack overflow.

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

7 years agodecodebin: Don't leak blocked pad references on errors
Jan Schmidt [Wed, 18 Jan 2017 03:59:18 +0000 (14:59 +1100)]
decodebin: Don't leak blocked pad references on errors

When the decodebin state change fails because of an error
message, we might not go through PAUSED->READY. Don't leak
a ref to decodebin pads due to pad blocking in that case.

This is because we return ASYNC going to PAUSED, and if
we fail before reaching PAUSED the only transition we'll
see is READY->NULL.

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

7 years agovideotestsrc: Add options to make ball pattern based on system time, and invert each...
Carl Karsten [Fri, 28 Nov 2014 00:02:49 +0000 (18:02 -0600)]
videotestsrc: Add options to make ball pattern based on system time, and invert each second.

This adds some extra options that affect pattern=ball mode, allowing the
animation to be synced to running time or wall-time clock for comparing
sync across different instances / pipelines / machines.

Also added is the ability to invert the rendering colours every second,
and some different ball motion patterns.

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

7 years agoriff-media: Check for valid channels/rate before using the values
Sebastian Dröge [Sun, 15 Jan 2017 17:31:56 +0000 (18:31 +0100)]
riff-media: Check for valid channels/rate before using the values

Otherwise we might divide by zero or otherwise create invalid caps.

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

7 years agomeson: bump version
Tim-Philipp Müller [Fri, 13 Jan 2017 12:38:52 +0000 (12:38 +0000)]
meson: bump version

7 years agoBack to development
Sebastian Dröge [Thu, 12 Jan 2017 14:32:42 +0000 (16:32 +0200)]
Back to development

7 years agoRelease 1.11.1
Sebastian Dröge [Thu, 12 Jan 2017 13:30:02 +0000 (15:30 +0200)]
Release 1.11.1

7 years agoUpdate .po files
Sebastian Dröge [Thu, 12 Jan 2017 12:37:17 +0000 (14:37 +0200)]
Update .po files

7 years agopo: Update translations
Sebastian Dröge [Thu, 12 Jan 2017 12:35:09 +0000 (14:35 +0200)]
po: Update translations

7 years agourisourcebin: Preserve seqnum on EOS events
Jan Schmidt [Thu, 12 Jan 2017 11:28:50 +0000 (22:28 +1100)]
urisourcebin: Preserve seqnum on EOS events

When converting EOS to/from our custom fake EOS event,
preserve any seqnum on the original event.

7 years agourisourcebin: Avoid races when setting up typefind
Edward Hervey [Thu, 12 Jan 2017 09:51:34 +0000 (10:51 +0100)]
urisourcebin: Avoid races when setting up typefind

The state of urisourcebin (and all elements contained within) can
change at any point in time, including when setting up the typefind
element.

In order to avoid ending up with typefind starting without being fully
connected, lock the state and connect to the 'have-type' signal.

7 years agovideo-converter: Fix crashes in fast-paths when converting interlaced formats with...
Sebastian Dröge [Wed, 11 Jan 2017 16:24:38 +0000 (18:24 +0200)]
video-converter: Fix crashes in fast-paths when converting interlaced formats with different vertical subsampling

E.g. the following pipelines fail because chroma values after the last
line are read (note: 486 % 4 == 2):

gst-launch-1.0 videotestsrc ! "video/x-raw,interlace-mode=interleaved,width=720,height=486,format=UYVY" ! videoconvert ! "video/x-raw,format=I420" ! fakesink
gst-launch-1.0 videotestsrc ! "video/x-raw,interlace-mode=interleaved,width=720,height=486,format=I420" ! videoconvert ! "video/x-raw,format=UYVY" ! fakesink
gst-launch-1.0 videotestsrc ! "video/x-raw,interlace-mode=interleaved,width=720,height=486,format=I420" ! videoconvert ! "video/x-raw,format=AYUV" ! fakesink

7 years agourisourcebin: Drop fake EOS if the pad got relinked
Jan Schmidt [Wed, 11 Jan 2017 11:48:02 +0000 (22:48 +1100)]
urisourcebin: Drop fake EOS if the pad got relinked

If our pad got relinked in since the fake-EOS was sent to the
pad, then drop the fake-EOS event.

CID: 1398546

7 years agocommon: Revert unintentional change in previous commit
Arun Raghavan [Wed, 11 Jan 2017 11:56:01 +0000 (17:26 +0530)]
common: Revert unintentional change in previous commit

7 years agourisourcebin: Drop some dead code
Arun Raghavan [Wed, 11 Jan 2017 11:44:46 +0000 (17:14 +0530)]
urisourcebin: Drop some dead code

The ret == GST_STATE_CHANGE_FAILURE is handled in the previous for loop
already.

CID: 1398544

7 years agourisourcebin: Clear pad from pending list if it was linked
Seungha Yang [Wed, 11 Jan 2017 03:35:40 +0000 (12:35 +0900)]
urisourcebin: Clear pad from pending list if it was linked

If not, the other slots might try to link the pad again.
This can happen when the demuxer has multiple src pads
and their caps are identical

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

7 years agowin32: update def file
Edward Hervey [Wed, 11 Jan 2017 07:22:21 +0000 (08:22 +0100)]
win32: update def file