Tim-Philipp Müller [Thu, 19 Sep 2013 16:35:27 +0000 (17:35 +0100)]
Automatic update of common submodule
From 098c0d7 to 74a6857
Wim Taymans [Thu, 19 Sep 2013 14:50:44 +0000 (16:50 +0200)]
alpha: don't assume planar formats have just 1 block
Don't assume planar formats have just one memory block with the data but use the
macros to access the right memory block where a component can be found.
Wim Taymans [Thu, 19 Sep 2013 12:14:52 +0000 (14:14 +0200)]
tests: add retransmission jitterbuffer test
Store both DTS and PTS on buffers.
Make a queue for srcpad events.
Activate pads after linking so that we don't get RECONFIGURE events.
Add test for retransmission.
Wim Taymans [Thu, 19 Sep 2013 12:12:18 +0000 (14:12 +0200)]
rtpjitterbuffer: keep delay as a separate variable in timer
Keep a separate delay in the timer so that we still know the original timestamp
of the packet that this timer refers to. We can then place the correct
running-time in the Retransmission event.
Wim Taymans [Thu, 19 Sep 2013 12:08:56 +0000 (14:08 +0200)]
rtpjitterbuffer: fix writability of properties
Sebastian Dröge [Thu, 19 Sep 2013 09:34:57 +0000 (11:34 +0200)]
Back to development
Sebastian Dröge [Thu, 19 Sep 2013 08:50:23 +0000 (10:50 +0200)]
Release 1.1.90
Sebastian Dröge [Thu, 19 Sep 2013 08:21:42 +0000 (10:21 +0200)]
Update .po files
Sebastian Dröge [Thu, 19 Sep 2013 07:45:18 +0000 (09:45 +0200)]
po: Update translations
Olivier Crête [Wed, 11 Sep 2013 18:27:02 +0000 (14:27 -0400)]
v4l2bufferpool: dmabuf is not a singleton anymore
https://bugzilla.gnome.org/show_bug.cgi?id=707793
Thiago Santos [Mon, 16 Sep 2013 16:53:45 +0000 (13:53 -0300)]
souphttpsrc: do not do http requests in READY
HEAD requests to discover if the server is seekable shouldn't be done in
READY as it might lock the main thread that is doing the state change.
https://bugzilla.gnome.org/show_bug.cgi?id=705371
Wim Taymans [Wed, 18 Sep 2013 14:32:28 +0000 (16:32 +0200)]
rtpjitterbuffer: reevaluate the current timer after timeout
When we trigger the timeout logic of a timer, reevaluate it because it is
possible that it still has the lowest timeout.
Wim Taymans [Wed, 18 Sep 2013 14:31:26 +0000 (16:31 +0200)]
rtpjitterbuffer: don't update time when unscheduled
Don't try to estimate the current time when we got unscheduled.
Wim Taymans [Wed, 18 Sep 2013 14:29:37 +0000 (16:29 +0200)]
rtpjitterbuffer: init packet spacing on first buffer
Already init the packet spacing variables on the first buffer so that we can
calculate the spacing on the second buffer already.
Wim Taymans [Wed, 18 Sep 2013 13:08:45 +0000 (15:08 +0200)]
tests: fix comments
Wim Taymans [Wed, 18 Sep 2013 12:57:09 +0000 (14:57 +0200)]
rtpjitterbuffer: push the lost event from the timer thread
Instead of pushing the lost event from the chain function, schedule a timeout
that will push the lost event from the timer thread. This avoid blocking the
upstream thread while we push and sync the event.
Wim Taymans [Wed, 18 Sep 2013 12:23:55 +0000 (14:23 +0200)]
rtpjitterbuffer: add another test
The test is modified slightly because the late lost packets are only
generated now when a large gap is received.
Wim Taymans [Wed, 18 Sep 2013 12:12:47 +0000 (14:12 +0200)]
rtpjitterbuffer: round gap duration to multiple of duration
Make sure the gap duration in the lost event is a multiple of the packet
duration.
Enable another test.
Wim Taymans [Wed, 18 Sep 2013 10:29:38 +0000 (12:29 +0200)]
rtpjitterbuffer: keep track of duration
Keep track of the estimated duration of missing packets and use it in the lost
event.
Enable another unit test
Wim Taymans [Wed, 18 Sep 2013 09:59:28 +0000 (11:59 +0200)]
rtpjitterbuffer: handle large gaps with one lost event
When we have a large number of missing packets, generate one lost event for all
the packets that have no chance of being pushed out in time.
Fix and activate unit test for large gaps.
Wim Taymans [Wed, 18 Sep 2013 09:56:38 +0000 (11:56 +0200)]
rtpjitterbuffer: refactor lost event sending
Also make sure we only increment the expected seqnum and last
output timestamp.
Wim Taymans [Tue, 17 Sep 2013 21:21:09 +0000 (23:21 +0200)]
jitterbuffer: refactor timeout triggers
Wim Taymans [Tue, 17 Sep 2013 21:03:45 +0000 (23:03 +0200)]
jitterbuffer: simplify the timeout code
Keep track of the current time in the timeout loop.
Loop over all timers and trigger all the expired ones, we can do this in the
same loop that selects the new best timer.
Wim Taymans [Tue, 17 Sep 2013 21:01:17 +0000 (23:01 +0200)]
jitterbuffer: rearrange timer update code
Also update the timers when retransmission is disabled. We need to
do this because when we added LOST timers when we detected missing packets and
we need to remove those timers when the packet finally arrives.
Tim-Philipp Müller [Tue, 17 Sep 2013 21:02:04 +0000 (22:02 +0100)]
videomixer: link to libm for maths stuff
Fixes undefined references to rint and pow on ubuntu
build bot.
Wim Taymans [Tue, 17 Sep 2013 13:19:42 +0000 (15:19 +0200)]
jitterbuffer: release lock on shutdown
Wim Taymans [Tue, 17 Sep 2013 13:11:41 +0000 (15:11 +0200)]
check: change for videomixer renamed orc file
Matej Knopp [Sat, 14 Sep 2013 14:03:20 +0000 (16:03 +0200)]
qtmux: remove MAX_TOLERATED_LATENESS
https://bugzilla.gnome.org/show_bug.cgi?id=707411
Wim Taymans [Mon, 16 Sep 2013 13:54:37 +0000 (15:54 +0200)]
examples: we don't need the queue anymore
Wim Taymans [Mon, 16 Sep 2013 13:53:47 +0000 (15:53 +0200)]
jitterbuffer: use separate thread for timeouts
Use a separate thread for scheduling the timeouts instead of using the
downstream streaming thread that might block at any time.
Matej Knopp [Sat, 14 Sep 2013 13:56:04 +0000 (15:56 +0200)]
qtmux: set first_ts to DTS for streams that have DTS
https://bugzilla.gnome.org/show_bug.cgi?id=707340
Matej Knopp [Sat, 14 Sep 2013 13:55:22 +0000 (15:55 +0200)]
qtmux: make sure duration is a valid number for last buffer
https://bugzilla.gnome.org/show_bug.cgi?id=707340
Matej Knopp [Sat, 14 Sep 2013 13:54:29 +0000 (15:54 +0200)]
qtmux: use segment.start or last buffer end time in case of missing DTS
https://bugzilla.gnome.org/show_bug.cgi?id=707340
Matej Knopp [Tue, 3 Sep 2013 16:14:04 +0000 (18:14 +0200)]
Revert qtmux: Use buffer PTS if DTS is not set"
This reverts commit
f72c3cf71fde622067f41f31a53978ba4c94469d.
https://bugzilla.gnome.org/show_bug.cgi?id=707340
Sebastian Dröge [Mon, 16 Sep 2013 09:03:06 +0000 (11:03 +0200)]
videomixer: Update orc generated files
https://bugzilla.gnome.org/show_bug.cgi?id=708131
Olivier Crête [Fri, 13 Sep 2013 14:25:49 +0000 (16:25 +0200)]
rtpsession: Demux RTCP buffers from the RTP stream
If there are RTCP buffers in the RTP stream, process them as
RTCP. This way, we want receive streams following RFC 5761
https://bugzilla.gnome.org/show_bug.cgi?id=687657
Jan Schmidt [Fri, 13 Sep 2013 13:26:21 +0000 (23:26 +1000)]
rtp: Remove bogus extra caps from L24 template.
The extra caps entry in the template was making it sometimes
get plugged for any dynamically allocated payload type.
Wim Taymans [Fri, 13 Sep 2013 10:40:41 +0000 (12:40 +0200)]
rtpbin: use PacketInfo for the sender
Avoid mapping the packet multiple times when sending RTP.
Wim Taymans [Fri, 13 Sep 2013 10:22:36 +0000 (12:22 +0200)]
rtpbin: store more in the PacketInfo
Store all info in the PacketInfo so that we can avoid mapping the packet
multiple times.
Wim Taymans [Fri, 13 Sep 2013 09:32:52 +0000 (11:32 +0200)]
session: store more in the PacketInfo structure
Wim Taymans [Fri, 13 Sep 2013 09:08:55 +0000 (11:08 +0200)]
rtpbin: RTPArrivalStats -> RTPPacketInfo
Rename a structure because we are also going to use this for the sender
bits.
Wim Taymans [Fri, 13 Sep 2013 08:55:31 +0000 (10:55 +0200)]
source: small cleanups
Thiago Santos [Thu, 12 Sep 2013 16:31:01 +0000 (13:31 -0300)]
qtdemux: only update stop position if seek requests it
Check for GST_SEEK_TYPE_NONE for stop poistion and only update
the stop time if it is requested. Otherwise just maintain whatever
was stored at the segment
https://bugzilla.gnome.org/show_bug.cgi?id=707530
Rico Tzschichholz [Fri, 13 Sep 2013 06:53:25 +0000 (08:53 +0200)]
rtp: Add missing headers tp fix make dist
In addition to
a956a6ceb2deb87cc1361aee1d6626449f46dab2
Sebastian Dröge [Thu, 12 Sep 2013 13:07:48 +0000 (15:07 +0200)]
flacparse: Make sure we have enough data to read image tags
Thanks to iputinei for reporting this on IRC.
Wim Taymans [Thu, 12 Sep 2013 13:01:36 +0000 (15:01 +0200)]
jitterbuffer: handle segments with non-0 start
We keep the DTS and PTS in running-time inside the jitterbuffer. Make sure to
transform it back to a buffer timestamp before pushing out the buffer.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=707931
Seán de Búrca [Wed, 11 Sep 2013 19:11:58 +0000 (13:11 -0600)]
matroskademux: Fix off-by-one in validation of UTF-8
https://bugzilla.gnome.org/show_bug.cgi?id=707933
Thibault Saunier [Wed, 11 Sep 2013 17:32:17 +0000 (14:32 -0300)]
videomixer: Do not check if caps are empty when they are NULL
In the case the caps are actually NULL, we should just concider it the
same way as empty caps in that case.
Seán de Búrca [Tue, 10 Sep 2013 22:44:53 +0000 (16:44 -0600)]
videomixer: fix build if orc is not installed
https://bugzilla.gnome.org/show_bug.cgi?id=707886
Thiago Santos [Tue, 10 Sep 2013 20:57:49 +0000 (17:57 -0300)]
matroskademux: Preserve seqnum when pushing seek upstream
After converting a seek from time to bytes, use the same seqnum
on the event that goes upstream
Thiago Santos [Thu, 5 Sep 2013 03:17:16 +0000 (00:17 -0300)]
qtdemux: track streams that are EOS on push mode to finish earlier
When the segment has a defined stop position, qtdemux should check
when streams reach this position and mark those as EOS. When all
streams are EOS it will return GST_FLOW_EOS to upstream to allow
the pipeline to finish instead of continuously consume buffers
from upstream that are not useful for the segment.
https://bugzilla.gnome.org/show_bug.cgi?id=707530
Thiago Santos [Wed, 4 Sep 2013 18:34:35 +0000 (15:34 -0300)]
qtdemux: preserve stop of segment when doing seeks in push mode
When handling seeks in push mode, qtdemux converts the seek to bytes
and pushes upstream. It needs to keep track of the seek and the
subsequent segment to be able to map them back to the requested
seek time and properly preserve the segment stop of the seek.
This is done by using the start offset in bytes of the seek,
that should be the same of the segment from upstream. And this
is also backwards compatible with what qtdemux already was using.
https://bugzilla.gnome.org/show_bug.cgi?id=707530
Mathieu Duponchelle [Fri, 26 Jul 2013 17:40:53 +0000 (19:40 +0200)]
videomixer: Add colorspace conversion
https://bugzilla.gnome.org/show_bug.cgi?id=704950
Mathieu Duponchelle [Tue, 6 Aug 2013 13:38:39 +0000 (15:38 +0200)]
videomixer: Don't send reconfigure event when formats or PAR are different
It is racy with multiple pads.
https://bugzilla.gnome.org/show_bug.cgi?id=704950
Mathieu Duponchelle [Thu, 25 Jul 2013 11:49:57 +0000 (13:49 +0200)]
videomixer: Bundle private copies of videoconvert code
Ideally, this would be part of libgstvideo.
Prefixes videoconvert symbols with videomixer_.
https://bugzilla.gnome.org/show_bug.cgi?id=704950
Mathieu Duponchelle [Wed, 21 Aug 2013 22:03:48 +0000 (00:03 +0200)]
v4l2: Use newly #defined metadata names.
Wim Taymans [Mon, 9 Sep 2013 13:11:51 +0000 (15:11 +0200)]
rtspsrc: only wait if we flushed
Only wait for the STREAM_LOCK when we flushed something when sending
a command for PAUSED or PLAYING.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=707611
Wim Taymans [Mon, 9 Sep 2013 13:09:41 +0000 (15:09 +0200)]
rtspsrc: return when a flush was issued
Make gst_rtspsrc_loop_send_cmd() return TRUE when the current
action has been flushed
David Holroyd [Mon, 9 Sep 2013 09:16:40 +0000 (11:16 +0200)]
rtp: add L24 pay and depayloader
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=707734
Sebastian Dröge [Mon, 9 Sep 2013 12:46:42 +0000 (14:46 +0200)]
v4l2bufferpool: Fix missing condition in previous commit
Sebastian Dröge [Mon, 9 Sep 2013 12:44:58 +0000 (14:44 +0200)]
v4l2bufferpool: Also fix strides for other semi-planar video formats
Andreea Fulger [Mon, 9 Sep 2013 12:41:42 +0000 (14:41 +0200)]
v4l2bufferpool: Fix stride for NV12/NV21
https://bugzilla.gnome.org/show_bug.cgi?id=707758
Matej Knopp [Sat, 7 Sep 2013 14:37:03 +0000 (16:37 +0200)]
matroskademux: fix leaking buffer and caps
https://bugzilla.gnome.org/show_bug.cgi?id=707688
Tim-Philipp Müller [Thu, 5 Sep 2013 18:46:37 +0000 (19:46 +0100)]
udpsrc: fix build on win32
gstudpsrc.c:855:15: error: #if with no expression
Wim Taymans [Wed, 4 Sep 2013 13:50:42 +0000 (15:50 +0200)]
avidemux: handle unseekable streams
Handle streams that we can't seek in and ignore them in the
seek logic.
Wim Taymans [Wed, 4 Sep 2013 13:25:39 +0000 (15:25 +0200)]
avidemux: only check video compression for video streams
Or else we might deref a stream with a NULL strf.vids and segfault
Alex Ashley [Tue, 18 Jun 2013 12:27:20 +0000 (13:27 +0100)]
qtdemux: Add support for the avc3 sample entry format of the AVC file format
Amendment 2 of ISO/IEC 14496-15 (AVC file format) is defining a new
structure for fragmented MP4 called "avc3". The principal difference
between AVC1 and AVC3 is the location of the codec initialisation
data (e.g. SPS, PPS). In AVC1 this data is placed in the initial
MOOV box (moov.trak.mdia.minf.stbl.stsd.avc1) but in AVC3 this data
goes in the first sample of every fragment (i.e. the first sample in
each mdat box). The principal reason for avc3 is to make it easier
for client implementations, because it removes the requirement to
insert the SPS+PPS in to the decoder pipeline every time there is a
representation change.
This commit adds support for the "avc3" atom, which is almost identical
to the "avc1" atom, except it does not contain any SPS or PPS data.
https://bugzilla.gnome.org/show_bug.cgi?id=702004
Mathieu Duponchelle [Tue, 3 Sep 2013 22:27:50 +0000 (00:27 +0200)]
videomixer: Don't set EOS to FALSE when the collectpad *is* EOS
https://bugzilla.gnome.org/show_bug.cgi?id=707238
Matej Knopp [Tue, 3 Sep 2013 15:32:41 +0000 (17:32 +0200)]
flacparse: cleanup on error after state change
https://bugzilla.gnome.org/show_bug.cgi?id=707229
Sebastian Dröge [Tue, 3 Sep 2013 09:23:24 +0000 (11:23 +0200)]
udpsrc: Bind to multicast addresses on non-Windows systems
On Windows it's not possible to bind to a multicast address
but the OS will make sure to filter out all packets that
arrive not for the multicast address the socket joined.
On Linux and others it is necessary to bind to a multicast
address to let the OS filter out all packets that are received
on the same port but for different addresses than the multicast
address
And deprecate the multicast-group property and replace it with the
address property.
https://bugzilla.gnome.org/show_bug.cgi?id=707042
Matej Knopp [Tue, 3 Sep 2013 08:10:01 +0000 (10:10 +0200)]
flacparse: Free GstBaseParseFrame if pushing a header failed
Sebastian Dröge [Mon, 2 Sep 2013 14:02:37 +0000 (16:02 +0200)]
udpsrc: Refactor address resolval into its own function
Tim-Philipp Müller [Mon, 2 Sep 2013 22:00:29 +0000 (23:00 +0100)]
replaygain: fix taglist leak in rganalysis
And add some FIXMEs.
Tim-Philipp Müller [Mon, 2 Sep 2013 21:50:58 +0000 (22:50 +0100)]
tests: rganalysis: rename function for clarity
Christoph Reiter [Mon, 18 Mar 2013 13:32:07 +0000 (14:32 +0100)]
tests: fix skipped rganalysis tests
In 0.10 elements would post tag messages on the bus
directly, and rganalysis would only post a tag message
when it changed tags. In 1.0, only sinks post tag
messages when they receive the serialised tag event.
This means that we get an additional tag message on
the bus now where we didn't expect one before.
https://bugzilla.gnome.org/show_bug.cgi?id=695090
Sebastian Dröge [Mon, 2 Sep 2013 09:46:52 +0000 (11:46 +0200)]
flacparse: Properly propagate downstream flow returns upstream
https://bugzilla.gnome.org/show_bug.cgi?id=707229
Tim-Philipp Müller [Sun, 1 Sep 2013 20:18:38 +0000 (21:18 +0100)]
Don't use setlocale in plugins()
Only apps should call setlocale(), not libraries.
Wim Taymans [Thu, 29 Aug 2013 11:15:15 +0000 (13:15 +0200)]
rtpmpvpay: Fix RTP buffer allocation in rtpmpvpay
RTP buffer allocation should not be done with padding for the specific MPEG2
header as the padding is done at the end of the buffer and the last byte is
the size of the padding.
https://bugzilla.gnome.org/show_bug.cgi?id=706970
Bernhard Miller [Wed, 28 Aug 2013 08:51:32 +0000 (10:51 +0200)]
autovideosink: add sync property
https://bugzilla.gnome.org/show_bug.cgi?id=706955
Bernhard Miller [Wed, 28 Aug 2013 05:15:00 +0000 (07:15 +0200)]
autoaudiosink: introduce sync property
https://bugzilla.gnome.org/show_bug.cgi?id=706955
Thiago Santos [Tue, 27 Aug 2013 20:33:40 +0000 (17:33 -0300)]
qtdemux: push buffers after segment stop until reaching a keyframe
This should make decoders able to precisely push buffers until the stop
time in case they need the next keyframe to do it.
Also, according to gst_segment_clip, it should only push a buffer that
the starting ts is strictly smaller than the segment stop, so we change
the min < comparison for <=
Sebastian Dröge [Wed, 28 Aug 2013 11:26:47 +0000 (13:26 +0200)]
Back to development
Sebastian Dröge [Wed, 28 Aug 2013 10:52:25 +0000 (12:52 +0200)]
Release 1.1.4
Sebastian Dröge [Wed, 28 Aug 2013 10:52:16 +0000 (12:52 +0200)]
Update .po files
Sebastian Dröge [Wed, 28 Aug 2013 10:32:10 +0000 (12:32 +0200)]
po: update translations
Wim Taymans [Tue, 27 Aug 2013 13:25:16 +0000 (15:25 +0200)]
matroska-mux: remove framerate restriction
Remove the framerate restriction on the caps.
Wim Taymans [Tue, 27 Aug 2013 07:38:16 +0000 (09:38 +0200)]
session: only update next check time when reconsidering
Don't update the next RTCP check time in all cases but only when we
reconsidered. This avoids delaying sending a full RTCP packet when we
are doing early feedback.
Wim Taymans [Tue, 27 Aug 2013 07:37:33 +0000 (09:37 +0200)]
session: add more debug
Wim Taymans [Tue, 27 Aug 2013 07:34:46 +0000 (09:34 +0200)]
jitterbuffer: fix types of the retransmission event
Wim Taymans [Tue, 27 Aug 2013 07:33:03 +0000 (09:33 +0200)]
jitterbuffer: only timeout EXPECTED timers on gap
Only timeout the EXPECTED timers when we detect a large seqnum gap.
Sebastian Dröge [Mon, 26 Aug 2013 11:47:53 +0000 (13:47 +0200)]
configure.ac: Don't set BZ2_LIBS if bz2 is not found
Wim Taymans [Mon, 26 Aug 2013 09:50:27 +0000 (11:50 +0200)]
rtsession: fix locking
We need to take the session lock when getting and manipulating the
source.
Wim Taymans [Mon, 26 Aug 2013 09:50:13 +0000 (11:50 +0200)]
rtpsession: add some more debug
Mathieu Duponchelle [Tue, 20 Aug 2013 20:12:03 +0000 (22:12 +0200)]
videomixer: don't send flush_stop twice.
If we get flush start and a seek we need to only send flush_stop once.
More info at #706441
Tim-Philipp Müller [Fri, 23 Aug 2013 14:56:43 +0000 (15:56 +0100)]
multipartdemux: propagate discont
Tim-Philipp Müller [Fri, 23 Aug 2013 14:49:47 +0000 (15:49 +0100)]
multipartdemux: remove dynamic sourcpads when going from PAUSED to READY
Tim-Philipp Müller [Fri, 23 Aug 2013 14:29:28 +0000 (15:29 +0100)]
multipartdemux: timestamp output buffers based on first input buffer that provided bytes not last
https://bugzilla.gnome.org/show_bug.cgi?id=637754
Wim Taymans [Fri, 23 Aug 2013 13:47:25 +0000 (15:47 +0200)]
rtxqueue: add property to configure queue size
Wim Taymans [Fri, 23 Aug 2013 10:07:55 +0000 (12:07 +0200)]
tests: add retransmission example
Wim Taymans [Fri, 23 Aug 2013 09:55:02 +0000 (11:55 +0200)]
rtpbin: proxy jitterbuffer do-retransmission property