platform/upstream/gstreamer.git
10 years agojitterbuffer: operate on DTS
Wim Taymans [Thu, 1 Aug 2013 09:29:32 +0000 (11:29 +0200)]
jitterbuffer: operate on DTS

Make the jitterbuffer schedule the timeouts based on the DTS instead
of the PTS. This makes it all smoother with reordered frames and gives
the decoder time to reorder the frames in time.

10 years agojitterbuffer: rename timout variable
Wim Taymans [Thu, 1 Aug 2013 09:14:12 +0000 (11:14 +0200)]
jitterbuffer: rename timout variable

10 years agojitterbuffer: small cleanup
Wim Taymans [Wed, 31 Jul 2013 15:08:58 +0000 (17:08 +0200)]
jitterbuffer: small cleanup

10 years agojitterbuffer: block output in paused or buffering
Wim Taymans [Wed, 31 Jul 2013 14:59:58 +0000 (16:59 +0200)]
jitterbuffer: block output in paused or buffering

10 years agojitterbuffer: store pts in timer
Wim Taymans [Wed, 31 Jul 2013 14:59:09 +0000 (16:59 +0200)]
jitterbuffer: store pts in timer

Only store the pts in the timer so that we can both do timeouts with timings on
the input and output of the jitterbuffer.

10 years agortpjitterbuffer: refactor jitterbuffer
Wim Taymans [Tue, 30 Jul 2013 21:14:24 +0000 (23:14 +0200)]
rtpjitterbuffer: refactor jitterbuffer

Refactor the jitterbuffer code. Make separate function for peeking a buffer,
pushing the next buffer, waiting for timeouts and handling the timeouts.

The main loop now tries to push as many buffers as it can until it runs out of
buffers or when it detects a seqnum discont. Then it will wait for some event to
happen before attempting to push more buffers.

Make methods to register timeouts in an array. These timeouts are registered
when we detect a missing packet, sync for the first packet or when we find an
estimation for the end-of-stream.

This greatly simplifies and clarifies the code and also makes it possible to
register more complicated timeout schemes later.

10 years agortpjitterbuffer: use NULL to ignore percent
Wim Taymans [Tue, 30 Jul 2013 16:52:58 +0000 (18:52 +0200)]
rtpjitterbuffer: use NULL to ignore percent

If we pass NULL to pop and push we ignore the percent result.

10 years agojitterbuffer: refactor
Wim Taymans [Tue, 30 Jul 2013 05:00:19 +0000 (07:00 +0200)]
jitterbuffer: refactor

Move eos estimation into separate function

11 years agoflvdemux: don't leak stream_id string
Tim-Philipp Müller [Tue, 30 Jul 2013 13:28:19 +0000 (14:28 +0100)]
flvdemux: don't leak stream_id string

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

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

11 years agotests: ignore new test binaries
Tim-Philipp Müller [Mon, 29 Jul 2013 18:48:54 +0000 (19:48 +0100)]
tests: ignore new test binaries

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

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

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

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

11 years agoqtdemux: Check for data size when parsing h264 codec data from strf atom
Matej Knopp [Mon, 29 Jul 2013 09:18:40 +0000 (11:18 +0200)]
qtdemux: Check for data size when parsing h264 codec data from strf atom

11 years agomatroskademux: Implement SEGMENT query
Sebastian Dröge [Mon, 29 Jul 2013 08:53:54 +0000 (10:53 +0200)]
matroskademux: Implement SEGMENT query

11 years agoflvdemux: Implement SEGMENT query
Sebastian Dröge [Mon, 29 Jul 2013 08:53:47 +0000 (10:53 +0200)]
flvdemux: Implement SEGMENT query

11 years agoavidemux: Implement SEGMENT query
Sebastian Dröge [Mon, 29 Jul 2013 08:50:59 +0000 (10:50 +0200)]
avidemux: Implement SEGMENT query

11 years agoqtdemux: Support H264 fourcc
Matej Knopp [Sat, 27 Jul 2013 16:10:22 +0000 (18:10 +0200)]
qtdemux: Support H264 fourcc

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

11 years agoflacenc: Fix handling of image tags
Sebastian Dröge [Sun, 28 Jul 2013 16:09:33 +0000 (18:09 +0200)]
flacenc: Fix handling of image tags

The caps should be used to get the mimetype and there is
only an info structure for the GstSample if the image-type
is not NONE.

11 years agoflacenc: Don't crash if there is no image tag information
Sebastian Dröge [Sun, 28 Jul 2013 16:04:32 +0000 (18:04 +0200)]
flacenc: Don't crash if there is no image tag information

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

11 years agoavidemux: Fix duration reporting in push mode
Sebastian Dröge [Sun, 28 Jul 2013 15:38:56 +0000 (17:38 +0200)]
avidemux: Fix duration reporting in push mode

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

11 years agoavidemux: Don't forget unmapping and unreffing buffer
Sebastian Dröge [Sun, 28 Jul 2013 15:32:27 +0000 (17:32 +0200)]
avidemux: Don't forget unmapping and unreffing buffer

11 years agoavidemux: unmap buffer
Matej Knopp [Fri, 26 Jul 2013 19:06:17 +0000 (21:06 +0200)]
avidemux: unmap buffer

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

11 years agosession: don't make buffer writable prematurely
Wim Taymans [Fri, 26 Jul 2013 20:31:41 +0000 (22:31 +0200)]
session: don't make buffer writable prematurely

There is no reason to make the SR buffer writable at this point. This is better
delayed until needed.

11 years agosession: ignore RTCP for inactive sources
Wim Taymans [Fri, 26 Jul 2013 20:25:50 +0000 (22:25 +0200)]
session: ignore RTCP for inactive sources

11 years agosession: small cleanup
Wim Taymans [Fri, 26 Jul 2013 20:25:17 +0000 (22:25 +0200)]
session: small cleanup

11 years agosession: handle partial RTCP report blocks
Wim Taymans [Fri, 26 Jul 2013 15:17:31 +0000 (17:17 +0200)]
session: handle partial RTCP report blocks

When we have more SSRCs to report than what fit in an RTCP packet, use a
generation counter to make sure all of them end up in a packet eventually.

11 years agosession: create SSRC before doing session cleanup
Wim Taymans [Fri, 26 Jul 2013 15:23:10 +0000 (17:23 +0200)]
session: create SSRC before doing session cleanup

Make the internal source before we do session cleanup

11 years agosession: reorganize the report block code
Wim Taymans [Fri, 26 Jul 2013 15:21:08 +0000 (17:21 +0200)]
session: reorganize the report block code

11 years agomatroskademux: fix memory leak in check_subtitle_buffer
Matej Knopp [Fri, 26 Jul 2013 14:02:01 +0000 (16:02 +0200)]
matroskademux: fix memory leak in check_subtitle_buffer

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

11 years agosession: refactor active and sender checks
Wim Taymans [Fri, 26 Jul 2013 12:21:40 +0000 (14:21 +0200)]
session: refactor active and sender checks

11 years agosession: remove internal sources on timeout
Wim Taymans [Fri, 26 Jul 2013 10:06:35 +0000 (12:06 +0200)]
session: remove internal sources on timeout

When an internal source times out and becomes a receiver, remove it.

11 years agosession: create an internal source for RTCP
Wim Taymans [Fri, 26 Jul 2013 09:47:56 +0000 (11:47 +0200)]
session: create an internal source for RTCP

When we need to do RTCP and we don't have an internal source yet,
make one.

11 years agosession: remove old code to change SSRC
Wim Taymans [Fri, 26 Jul 2013 08:47:28 +0000 (10:47 +0200)]
session: remove old code to change SSRC

Remove code used to change the SSRC after a collision. We now send
a RECONFIGURE event upstream to make the upstream element change the SSRC.

11 years agosource: don't update packet SSRC
Wim Taymans [Fri, 26 Jul 2013 08:42:44 +0000 (10:42 +0200)]
source: don't update packet SSRC

Remove the code to update the SSRC in packets, it can never be called now that
we always use a source with matching packet SSRC.

11 years agosession: delay allocation of internal source
Wim Taymans [Fri, 26 Jul 2013 08:24:22 +0000 (10:24 +0200)]
session: delay allocation of internal source

Allocate the internal source when we receive a caps with the SSRC or when we see
a buffer with the SSRC.

11 years agosession: generate reconfigure on collision
Wim Taymans [Fri, 26 Jul 2013 08:00:58 +0000 (10:00 +0200)]
session: generate reconfigure on collision

When we detect a collision, change the SSRC that we suggest upstream
and trigger RECONFIGURE. This should make upstream select a new SSRC.

11 years agosession: produce RTCP for all internal sources
Wim Taymans [Fri, 26 Jul 2013 07:37:24 +0000 (09:37 +0200)]
session: produce RTCP for all internal sources

Loop over all the internal sources and produce RTCP. We also need
to queue the RTCP packets and send them when we are finished.

11 years agosession: deprecate internal source and ssrc properties
Wim Taymans [Thu, 25 Jul 2013 23:40:20 +0000 (01:40 +0200)]
session: deprecate internal source and ssrc properties

Deprecate the internal source and internal ssrc properties. There might
be more than one internal source.

11 years agosession: internal sources don't use probation
Wim Taymans [Thu, 25 Jul 2013 23:29:08 +0000 (01:29 +0200)]
session: internal sources don't use probation

11 years agosession: give caps to session
Wim Taymans [Thu, 25 Jul 2013 23:24:07 +0000 (01:24 +0200)]
session: give caps to session

Let the session parse the caps and update its SSRC when needed.

11 years agosession: make method to suggest available SSRC
Wim Taymans [Thu, 25 Jul 2013 23:14:04 +0000 (01:14 +0200)]
session: make method to suggest available SSRC

Make a method to suggest the best available SSRC. This is the SSRC of the last
created internal source and is used to instruct upstream to produce this
SSRC.

11 years agosession: keep SDES and set on new internal sources
Wim Taymans [Thu, 25 Jul 2013 23:01:49 +0000 (01:01 +0200)]
session: keep SDES and set on new internal sources

Keep track of the SDES ourselves and set it on all newly created
internal sources.

11 years agosession: make method to make internal sources
Wim Taymans [Thu, 25 Jul 2013 22:48:25 +0000 (00:48 +0200)]
session: make method to make internal sources

Add a method to obtain an internal source and use it to create
our internal source

11 years agosession: count internal sources and how many are senders
Wim Taymans [Thu, 25 Jul 2013 22:29:41 +0000 (00:29 +0200)]
session: count internal sources and how many are senders

11 years agortpsession: separate BYE marking and scheduling
Wim Taymans [Thu, 25 Jul 2013 22:14:29 +0000 (00:14 +0200)]
rtpsession: separate BYE marking and scheduling

First mark sources with BYE and then schedule the BYE RTCP message.

11 years agosession: get SSRC from RTCP packet itself
Wim Taymans [Thu, 25 Jul 2013 21:56:46 +0000 (23:56 +0200)]
session: get SSRC from RTCP packet itself

Get the SSRC from the RTCP packet instead.

11 years agosession: fix bandwidth calculation
Wim Taymans [Thu, 25 Jul 2013 21:51:34 +0000 (23:51 +0200)]
session: fix bandwidth calculation

We iterate over all sources and the internal one is also in the
hashtable so avoid adding it twice.

11 years agosession: add some docs
Wim Taymans [Thu, 25 Jul 2013 21:38:08 +0000 (23:38 +0200)]
session: add some docs

11 years agosession: Rearrange RTCP reporting a little
Wim Taymans [Thu, 25 Jul 2013 21:11:05 +0000 (23:11 +0200)]
session: Rearrange RTCP reporting a little

Make a function to generate an RTCP packet for a source, pass the source as a
parameter.
Move timeout of collisions to session cleanup phase.

11 years agosession: move check for is_early around
Wim Taymans [Thu, 25 Jul 2013 20:39:04 +0000 (22:39 +0200)]
session: move check for is_early around

Move the check for the early RTCP to where it is needed and used.

11 years agosession: parse packet outside of the session lock
Wim Taymans [Thu, 25 Jul 2013 15:35:02 +0000 (17:35 +0200)]
session: parse packet outside of the session lock

11 years agosession: do nicer checks for internal sources
Wim Taymans [Thu, 25 Jul 2013 15:34:06 +0000 (17:34 +0200)]
session: do nicer checks for internal sources

11 years agosession: let source keep track if it sent BYE
Wim Taymans [Thu, 25 Jul 2013 15:15:37 +0000 (17:15 +0200)]
session: let source keep track if it sent BYE

11 years agosource: reset more
Wim Taymans [Thu, 25 Jul 2013 15:06:22 +0000 (17:06 +0200)]
source: reset more

11 years agosource: also use the source for bye_reason
Wim Taymans [Thu, 25 Jul 2013 14:49:41 +0000 (16:49 +0200)]
source: also use the source for bye_reason

Store the BYE reason in our internal source object. Rename the methods on the
source object a little because now the BYE can be received in RTCP or
set when the session wants to send BYE.

11 years agosession: configure sdes with structure only
Wim Taymans [Thu, 25 Jul 2013 14:24:04 +0000 (16:24 +0200)]
session: configure sdes with structure only

Remove code to configure the SDES with methods and types, only
allow configuration with GstStructure

11 years agosession: refactor add and find source
Wim Taymans [Thu, 25 Jul 2013 13:56:39 +0000 (15:56 +0200)]
session: refactor add and find source

Make functions to find and add a source to the hashtable.

11 years agosession: remove source from sync_rtcp
Wim Taymans [Thu, 25 Jul 2013 13:43:11 +0000 (15:43 +0200)]
session: remove source from sync_rtcp

We don't need to know the sender source of the session in the
callback, the SR packet is for all participants in the session.

11 years agojitterbuffer: add some more debug
Wim Taymans [Wed, 24 Jul 2013 12:18:14 +0000 (14:18 +0200)]
jitterbuffer: add some more debug

11 years agoaacparse: allow conversion from ADTS to raw AAC
Vincent Penquerc'h [Mon, 15 Jul 2013 16:11:45 +0000 (17:11 +0100)]
aacparse: allow conversion from ADTS to raw AAC

Some muxers (eg, qtmux) only support raw AAC, so this allows linking
an encoder that outputs ADTS only to those muxers.

The conversion is simple (omit the first 7 or 9 bytes of the frame),
but has to be done in pre_push instead of handle_frame as 1.0 does
not seem to allow skipping bytes there as 0.10 used to.

Other conversions are not supported (yet).

11 years agoaacparse: fix object_type parsing off-by-one in ADTS frame
Vincent Penquerc'h [Mon, 15 Jul 2013 16:15:44 +0000 (17:15 +0100)]
aacparse: fix object_type parsing off-by-one in ADTS frame

According to http://wiki.multimedia.cx/index.php?title=ADTS,
the value stored in ADTS headers is one less than the object
type of the AAC stream.

A look at ffmpeg shows it also adds 1 to the value read off
the ADTS header.

Note that this might break other things that happen to have
an inverse off by one to match the existing code.

11 years agoavidemux: fix seqnum handling for seeks
Thiago Santos [Thu, 25 Jul 2013 14:13:01 +0000 (11:13 -0300)]
avidemux: fix seqnum handling for seeks

Use the same seqnum as the seek for flushes/segments that are
caused by the seek. Also do the same for segment events

Fixes #676242

11 years agomatroskademux: fix seqnum handling for seeks
Thiago Santos [Thu, 25 Jul 2013 04:39:58 +0000 (01:39 -0300)]
matroskademux: fix seqnum handling for seeks

Use the same seqnum as the seek for flushes/segments that are
caused by the seek. Also do the same for segment events

Fixes #676242

11 years agoqtdemux: correctly handle seqnum for seeks and segments
Thiago Santos [Thu, 25 Jul 2013 04:11:31 +0000 (01:11 -0300)]
qtdemux: correctly handle seqnum for seeks and segments

Use the same seqnum on messages and events for derived events.
Fixed for flushes / stream-start / segment after a seek, and segment
after a segment.

Fixes #676242

11 years agosouphttpsrc: always ignore HEAD errors
Arnaud Vrac [Fri, 12 Jul 2013 18:01:42 +0000 (20:01 +0200)]
souphttpsrc: always ignore HEAD errors

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

11 years agojpegenc: Clean up reset/start/stop handling
Sebastian Dröge [Thu, 25 Jul 2013 12:26:07 +0000 (14:26 +0200)]
jpegenc: Clean up reset/start/stop handling

11 years agojpegdec: Use base class error handling function instead of replicating it here
Sebastian Dröge [Thu, 25 Jul 2013 12:13:10 +0000 (14:13 +0200)]
jpegdec: Use base class error handling function instead of replicating it here

11 years agojpegdec: Clean up handling of reset/start/stop
Sebastian Dröge [Thu, 25 Jul 2013 12:12:56 +0000 (14:12 +0200)]
jpegdec: Clean up handling of reset/start/stop

11 years agotests: fix test ID3 tags up not to rely on dodgy typefinding code
Tim-Philipp Müller [Thu, 25 Jul 2013 09:41:22 +0000 (10:41 +0100)]
tests: fix test ID3 tags up not to rely on dodgy typefinding code

Change 0xff 0xfb 'mp3' marker to 'fLaC' marker, so we can fix
the typefinder.

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

11 years agoosxaudiosink: intersect the probed caps with the filter passed to get_caps()
Alessandro Decina [Thu, 25 Jul 2013 06:22:45 +0000 (08:22 +0200)]
osxaudiosink: intersect the probed caps with the filter passed to get_caps()

11 years agobin: fix compilation
Wim Taymans [Wed, 24 Jul 2013 12:17:45 +0000 (14:17 +0200)]
bin: fix compilation

11 years agovrawdepay: fix UYVP format
Wim Taymans [Wed, 24 Jul 2013 10:42:31 +0000 (12:42 +0200)]
vrawdepay: fix UYVP format

11 years agovrawpay: fix UYVP format
Wim Taymans [Wed, 24 Jul 2013 10:41:58 +0000 (12:41 +0200)]
vrawpay: fix UYVP format

11 years agovrawpay: fix caps
Wim Taymans [Wed, 24 Jul 2013 10:41:44 +0000 (12:41 +0200)]
vrawpay: fix caps

11 years agortpjitterbuffer: fix locking
Wim Taymans [Wed, 24 Jul 2013 08:49:03 +0000 (10:49 +0200)]
rtpjitterbuffer: fix locking

Take the lock earlier so that we do things that follow with the right
locking.

11 years agortpsession: don't use invalid times in RTCP timeouts
Wim Taymans [Tue, 23 Jul 2013 15:40:02 +0000 (17:40 +0200)]
rtpsession: don't use invalid times in RTCP timeouts

An invalid timeout can be calculated when we disabled RTCP by setting the
bandwidth to 0. Make sure all code can handle this case.

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

11 years agortpsession: lock session when changing bandwidth
Wim Taymans [Tue, 23 Jul 2013 15:38:20 +0000 (17:38 +0200)]
rtpsession: lock session when changing bandwidth

Take the session lock when changing the bandwidth properties so that we don't
end up with inconsistent behaviour.

11 years agosession: reset some RTCP variables
Wim Taymans [Tue, 23 Jul 2013 15:37:05 +0000 (17:37 +0200)]
session: reset some RTCP variables

The early_send time was set to 0 and always triggering an early RTCP packet.

11 years agoqtdemux: Add all the mpeg XDCAM variants
Edward Hervey [Tue, 23 Jul 2013 13:03:31 +0000 (15:03 +0200)]
qtdemux: Add all the mpeg XDCAM variants

This should cover all known XDCAM variants (which are all mpeg2 video)

Fixes #672227

11 years agortpbin: added custom downstream sync event
Carlos Rafael Giani [Wed, 3 Jul 2013 16:41:42 +0000 (18:41 +0200)]
rtpbin: added custom downstream sync event

rtpbin can now send a custom in-band downstream event which informs
downstream that the bin has received an RTCP SR packet. This is useful
for applications which want to drop the initial unsynchronized received
RTP packets.

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

Signed-off-by: Carlos Rafael Giani <dv@pseudoterminal.org>
11 years agodeinterlace: fix on-the-fly changing of "mode" and "fields" properties
Tim-Philipp Müller [Mon, 22 Jul 2013 17:00:16 +0000 (18:00 +0100)]
deinterlace: fix on-the-fly changing of "mode" and "fields" properties

We call setcaps() to reconfigure ourselves, but we need to pass
the current *sink* caps, not the source caps then. Also fix a
caps leak.

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

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

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

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

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

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

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

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

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

11 years agovideomixer: use gst_util_uint64_scale*_round.
Mathieu Duponchelle [Fri, 19 Jul 2013 20:59:15 +0000 (22:59 +0200)]
videomixer: use gst_util_uint64_scale*_round.

There could be a case where:
      1) you do a new set_caps after buffers have been processed.
      2) ts_offset gets set to a different value, eg 0.033333333
      3) your pads get EOS, but the check dor that doesn't work
         because you use ts_offset + a truncated value < segment.stop
      4) so in the next collected, you end up comparing for example:
      0.9999999999 > 1., which is false and means you don't send EOS.

Also adds scale_round in two other places where it potentially could
have caused problems.

11 years agoqtdemux: Add WRLE support
Olivier Crête [Mon, 15 Jul 2013 21:55:19 +0000 (17:55 -0400)]
qtdemux: Add WRLE support

11 years agoqtdemux: make files from Vivotek camera play
Tim-Philipp Müller [Fri, 19 Jul 2013 18:35:26 +0000 (19:35 +0100)]
qtdemux: make files from Vivotek camera play

Skip tracks of 'vivo' subtype with empty stsd instead of
erroring out saying that the file is broken.

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

11 years agoqtmux: when streaming don't try to seek when stopping
Tim-Philipp Müller [Fri, 19 Jul 2013 16:14:06 +0000 (17:14 +0100)]
qtmux: when streaming don't try to seek when stopping

It might cause errors in sinks that are not seekable and
have reported this (like e.g. fdsink)

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

11 years agoqtdemux: simplify some helpers
Wim Taymans [Fri, 19 Jul 2013 15:26:54 +0000 (17:26 +0200)]
qtdemux: simplify some helpers

Some helper functions are not needed anymore or can be simplified.

11 years agoqtdemux: for non-raw video, move palette in caps
Wim Taymans [Fri, 19 Jul 2013 15:12:37 +0000 (17:12 +0200)]
qtdemux: for non-raw video, move palette in caps

We only need to append the palette to raw video buffers, non-raw video has the
palette in the caps still.

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

11 years agoqtdemux: nitpicking in esds parsing
Arnaud Vrac [Thu, 18 Jul 2013 23:49:20 +0000 (01:49 +0200)]
qtdemux: nitpicking in esds parsing

11 years agoqtdemux: set proper caps for mpeg-1 audio
Arnaud Vrac [Thu, 18 Jul 2013 23:49:07 +0000 (01:49 +0200)]
qtdemux: set proper caps for mpeg-1 audio

Remove AAC specific fields from mpeg-1 audio caps, remove assumption
that the mpeg1 audio layer is 3, and set `parsed' field.

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