Sebastian Dröge [Tue, 7 May 2013 14:32:03 +0000 (16:32 +0200)]
jpegdec: By default assume that we're working on non-packetized input
Only detecting this in set_format() does not work because we might
not get any caps at all, e.g. from filesrc.
Sebastian Dröge [Tue, 7 May 2013 14:30:59 +0000 (16:30 +0200)]
pngdec: Implement parsing functionality
This allows to plug pngdec directly without a parser if that
is desired.
Parsing code is based on pngparse.
Sebastian Dröge [Tue, 7 May 2013 13:54:24 +0000 (15:54 +0200)]
cacasink: Fix support for RGB formats and add support for more of them
Sebastian Dröge [Sat, 4 May 2013 11:19:53 +0000 (13:19 +0200)]
souphttpsrc: Don't consider the content size from the HTTP headers as absolutely correct
The HTTP server could give wrong information, e.g. if the HTTP stream is
chunk-encoded or compressed, or if the server does not know the complete size
at the time when the file is requested by the client.
Also see
https://bugs.webkit.org/show_bug.cgi?id=115354
Philipp Zabel [Mon, 20 Aug 2012 07:52:32 +0000 (09:52 +0200)]
v4l2: fill out v4l2_buffer.bytesused field for v4l2sink
When queuing a buffer for a sink, bytesused must contain the actual
amount of data.
For a source, the driver must overwrite this, so it doesn't matter
what is set here.
https://bugzilla.gnome.org/show_bug.cgi?id=699598
Sebastian Rasmussen [Fri, 3 May 2013 21:43:26 +0000 (23:43 +0200)]
rtpgstpay: fix invalid memory access in event handler
First process event in payloader, then hand it to the
base class which takes ownership of the event.
https://bugzilla.gnome.org/show_bug.cgi?id=699637
Tim-Philipp Müller [Sat, 4 May 2013 08:48:02 +0000 (09:48 +0100)]
ac3parse, dcaparse: check buffer size before trimming
and unref old buffer as soon as possible.
Andoni Morales Alastruey [Thu, 2 May 2013 13:00:22 +0000 (15:00 +0200)]
dcaparse: add support for "audio/x-private1-dts"
Andoni Morales Alastruey [Thu, 2 May 2013 12:56:02 +0000 (14:56 +0200)]
ac3parse: add support for "audio/x-private1-ac3"
Michael Olbrich [Fri, 3 May 2013 10:46:37 +0000 (12:46 +0200)]
v4l2: always generate video info from caps
In the past gst_video_info_from_caps() only video/x-raw. Now it also
supports other video/* and image/* formats.
With this patch the format won't be GST_VIDEO_FORMAT_UNKOWN and
gst_v4l2_buffer_pool_set_config() handles strides correctly.
https://bugzilla.gnome.org/show_bug.cgi?id=699570
Michael Olbrich [Thu, 2 May 2013 07:41:01 +0000 (09:41 +0200)]
v4l2: try to allocate new buffers with VIDIOC_CREATE_BUFS if needed
If max_buffers is 0 then an arbitrary number of buffers (currently 4) is
allocated. If this is not enough v4l2src starts copying buffers.
With this patch VIDIOC_CREATE_BUFS is used to allocate a new buffer. If
this fails v4l2src falls back to copying buffers.
https://bugzilla.gnome.org/show_bug.cgi?id=699447
Andoni Morales Alastruey [Mon, 15 Apr 2013 15:37:01 +0000 (17:37 +0200)]
osxvideosink: fix setting window handle after transition
The destroyed flag was not reset properly and it's also not needed
as we can check osxwindow != NULL
Andoni Morales Alastruey [Thu, 2 May 2013 11:45:55 +0000 (13:45 +0200)]
rtp: fix duplicated symbols with libvpx
Andoni Morales Alastruey [Mon, 29 Apr 2013 08:58:08 +0000 (10:58 +0200)]
goom2k1: fix duplicated symbols with goom
Sebastian Dröge [Wed, 1 May 2013 13:49:45 +0000 (15:49 +0200)]
rtph264pay: If the adapter is empty on EOS don't try to map its content
https://bugzilla.gnome.org/show_bug.cgi?id=699314
Ognyan Tonchev [Tue, 30 Apr 2013 12:36:38 +0000 (14:36 +0200)]
matroskademux: add stream-format=raw to aac caps
https://bugzilla.gnome.org/show_bug.cgi?id=699303
Michael Olbrich [Tue, 30 Apr 2013 11:07:37 +0000 (13:07 +0200)]
v4l2: fix and cleanup VIDIOC_EXPBUF handling
clear the struct, and provide a correct error message
https://bugzilla.gnome.org/show_bug.cgi?id=699337
Philipp Zabel [Thu, 5 Jul 2012 16:02:27 +0000 (18:02 +0200)]
v4l2: handle return value -ENOTTY for unimplemented VIDIOC_G_PARM
Newer kernels return -ENOTTY, older kernels return -EINVAL if the ioctl
is not implemented. With this patch, GStreamer handles both cases.
https://bugzilla.gnome.org/show_bug.cgi?id=698825
Michael Olbrich [Tue, 30 Apr 2013 07:16:07 +0000 (09:16 +0200)]
v4l2: fix broken boolean expression to detect non-frame buffers
https://bugzilla.gnome.org/show_bug.cgi?id=699294
Arun Raghavan [Mon, 29 Apr 2013 05:37:56 +0000 (11:07 +0530)]
pulsesink: Better error message when server version is too old
We check for the library version at configure time, but the server
version can only really be checked at run-time.
https://bugzilla.gnome.org/show_bug.cgi?id=698768
Tim-Philipp Müller [Sat, 27 Apr 2013 10:24:38 +0000 (11:24 +0100)]
udp: log WARNING debug message if UDP multicast is likely to be broken
Tim-Philipp Müller [Sat, 27 Apr 2013 10:16:54 +0000 (11:16 +0100)]
udpsrc: add includes to get socklen_t defined on Windows
https://bugzilla.gnome.org/show_bug.cgi?id=692400
Yury Delendik [Sat, 27 Apr 2013 08:39:45 +0000 (09:39 +0100)]
qtdemux: add support for VP6F VP6 flash codec
https://bugzilla.gnome.org/show_bug.cgi?id=699010
Michael Olbrich [Wed, 5 Sep 2012 14:39:31 +0000 (16:39 +0200)]
v4l2: also poll for output devices
Note that the V4L2 API defines that for output devices POLLOUT
indicates that a buffer is ready to be dequeued.
https://bugzilla.gnome.org/show_bug.cgi?id=698992
Philipp Zabel [Mon, 20 Aug 2012 07:52:34 +0000 (09:52 +0200)]
v4l2: fix copying of encoded buffers
The existence of a GstVideoFormatInfo does not guarantee, that
the buffer contains video frames, so the format must be checked.
Also, for encoded buffers the length is variable and must be set.
https://bugzilla.gnome.org/show_bug.cgi?id=698949
Michael Olbrich [Tue, 10 Jul 2012 13:29:40 +0000 (15:29 +0200)]
v4l2: add support for mpeg4 and H.263
https://bugzilla.gnome.org/show_bug.cgi?id=698826
Edward Hervey [Fri, 26 Apr 2013 10:16:49 +0000 (12:16 +0200)]
monoscope: Fix debug statement
Alexander Schrab [Thu, 25 Apr 2013 19:50:33 +0000 (21:50 +0200)]
mulawdec: change base class to GstAudioDecoder
https://bugzilla.gnome.org/show_bug.cgi?id=698894
Mathieu Duponchelle [Thu, 25 Apr 2013 18:59:52 +0000 (20:59 +0200)]
videomixer: send stream-start event.
Philipp Zabel [Thu, 18 Oct 2012 08:37:35 +0000 (10:37 +0200)]
v4l2: handle ENODATA return value for VIDIOC_ENUMSTD
In kernel v3.7-rc1, VIDIOC_ENUMSTD returns ENODATA if the current input
does not support the STD API.
https://bugzilla.gnome.org/show_bug.cgi?id=698827
Wim Taymans [Thu, 25 Apr 2013 11:19:35 +0000 (13:19 +0200)]
docs: add some pay/depayloaders
See https://bugzilla.gnome.org/show_bug.cgi?id=551631
Sebastian Dröge [Thu, 25 Apr 2013 10:44:15 +0000 (12:44 +0200)]
mulaw: Some minor memleak fixes and cleanup
Alexander Schrab [Wed, 24 Apr 2013 11:56:56 +0000 (13:56 +0200)]
mulawenc: change to gstaudioencoder base, added bitrate tags
Michael Olbrich [Thu, 3 May 2012 14:07:27 +0000 (16:07 +0200)]
v4l2: bufferpool: reset buffer size in release_buffer
The buffer might still be in use elsewhere when dequeuing buffers for
outputs.
https://bugzilla.gnome.org/show_bug.cgi?id=698822
Michael Olbrich [Fri, 20 Apr 2012 07:53:35 +0000 (09:53 +0200)]
v4l2: bufferpool: remove unused includes
The hacks that needed these are long gone.
https://bugzilla.gnome.org/show_bug.cgi?id=698821
Sebastian Dröge [Thu, 25 Apr 2013 10:12:23 +0000 (12:12 +0200)]
(multi)udpsink: Use separate sockets for IPv4 and IPv6
https://bugzilla.gnome.org/show_bug.cgi?id=534243
Sebastian Dröge [Thu, 25 Apr 2013 08:44:44 +0000 (10:44 +0200)]
dynudpsink: Use separate sockets for IPv4 and IPv6
https://bugzilla.gnome.org/show_bug.cgi?id=534243
Sebastian Dröge [Thu, 25 Apr 2013 08:43:56 +0000 (10:43 +0200)]
udp: Don't include removed gstudp.h in noinst_HEADERS
Todd Agulnick [Wed, 17 Apr 2013 23:47:31 +0000 (16:47 -0700)]
osxaudio: Use gst_audio_channel_positions_to_mask() to create mask
https://bugzilla.gnome.org/show_bug.cgi?id=698807
Todd Agulnick [Wed, 17 Apr 2013 23:12:26 +0000 (16:12 -0700)]
osxaudio: Remove unused code
Sebastian Dröge [Thu, 25 Apr 2013 07:16:14 +0000 (09:16 +0200)]
udp: Remove unused enum type
Sebastian Dröge [Thu, 25 Apr 2013 07:13:51 +0000 (09:13 +0200)]
udp: Use the generic marshaller instead of generating marshallers
Sebastian Dröge [Thu, 25 Apr 2013 07:07:41 +0000 (09:07 +0200)]
udpsrc: Rename instance variable from host to multi_group
This is more consistent as it's used for the multicast-group property.
Sebastian Dröge [Thu, 25 Apr 2013 07:03:56 +0000 (09:03 +0200)]
udpsrc: Add bind-address property
This is equivalent to multicast-group currently for backwards compatibility.
In 2.0 this should be handled separately, the former only being the multicast
group and the latter always being the address the socket is bound to, even if
a multicast group is given.
Wim Taymans [Wed, 24 Apr 2013 14:24:25 +0000 (16:24 +0200)]
vrawdepay: return output buffer from process
Return the output buffer from the process function instead of pushing
it ourselves. This way, the subclass can actually deal with the return
value of the push.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=693727
Diogo Carbonera Luvizon [Mon, 1 Oct 2012 12:29:21 +0000 (09:29 -0300)]
v4l2: save the format correctly
If TRY_FMT is not implemented, gst_v4l2_object_get_nearest_size will
use S_FMT and will change the device's operation mode. To save the
old device mode we need to set the type field or else it will fail
to save the previous format.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=685209
Wim Taymans [Wed, 24 Apr 2013 13:38:50 +0000 (15:38 +0200)]
rtp: a marker bit should translate to RESYNC
A marker bit on an audio packet does not mean a DISCONT (in the GStreamer sense
of missing data) but it means that the packet is the end of a talkspurt and thus
a good opportunity to resync to the clock. Use the RESYNC buffer flag to note
this.
Real discontinuities are marked with DISCONT still when the seqnum has a GAP or
when the input buffer has the DISCONT flag set.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=627204
Tim-Philipp Müller [Mon, 22 Apr 2013 22:51:38 +0000 (23:51 +0100)]
Automatic update of common submodule
From 3cb3d3c to 5edcd85
Sebastian Dröge [Mon, 22 Apr 2013 08:19:29 +0000 (10:19 +0200)]
rtpjpegdepay: Drop frame if it's less than 2 bytes large
https://bugzilla.gnome.org/show_bug.cgi?id=677560
Sreerenj Balachandran [Thu, 18 Apr 2013 09:20:08 +0000 (12:20 +0300)]
autodetect: use _plugin_feature_rank_compare API instead of duplicating the code.
Sebastian Dröge [Thu, 18 Apr 2013 07:37:30 +0000 (09:37 +0200)]
osxaudio: Include gstaudioringbuffer.h to fix compilation in 1.0
Philippe Normand [Wed, 17 Apr 2013 19:05:14 +0000 (21:05 +0200)]
osxaudiosink: channel-mask configuration fixes
Set channel-mask according to sink's layout in case of stereo layout.
Also initialize and reset the mask when an unrecognized channel is detected.
https://bugzilla.gnome.org/show_bug.cgi?id=698224
Olivier Crête [Mon, 15 Apr 2013 23:53:28 +0000 (19:53 -0400)]
v4l2src: Disable renegotiation in the negotiate method
This way, we don't block the initial negotiation.
Thanks to Jeremy Whiting for doing all the testing.
https://bugzilla.gnome.org/show_bug.cgi?id=695981
Olivier Crête [Mon, 15 Apr 2013 23:46:12 +0000 (19:46 -0400)]
Revert "v4l2: disable renegotiation"
This reverts commit
d1b26e1d594ab2b63324e43a36330475e98cdf18.
This causes the initial negotiation to never happen if a reconfigure
event is received after gst_base_src_start_complete() but before the loop
starts.
https://bugzilla.gnome.org/show_bug.cgi?id=695981
Stefan Sauer [Wed, 17 Apr 2013 19:12:55 +0000 (21:12 +0200)]
flactag: forward caps event
This ensures that the downstream element will get the event and negotiates. Add
a FIXME for updating the streamheader field on th caps.
Stefan Sauer [Wed, 17 Apr 2013 05:50:27 +0000 (07:50 +0200)]
flac: add more logging
Sebastian Dröge [Wed, 17 Apr 2013 18:24:48 +0000 (20:24 +0200)]
osxaudio: Fix merge conflicts
Sebastian Dröge [Wed, 17 Apr 2013 08:10:46 +0000 (10:10 +0200)]
osxaudio: Fix configure check for osxaudio plugin
Sebastian Dröge [Wed, 17 Apr 2013 07:50:43 +0000 (09:50 +0200)]
osxaudioringbuffer: First check the type, then cast
Takashi Nakajima [Tue, 16 Apr 2013 13:46:00 +0000 (22:46 +0900)]
osxaudio: use GST_IS_OSX_AUDIO_SINK in ring buffer.
Takashi Nakajima [Wed, 10 Apr 2013 12:06:16 +0000 (21:06 +0900)]
osxaudio: call set_channel_positions() in osxaudioringbuffer acquire()
Todd Agulnick [Fri, 12 Apr 2013 19:18:04 +0000 (12:18 -0700)]
osxaudio: use GST_AUDIO_INFO_* accessors
Changes include the following:
* Update classname references
* Replace GST_BOILERPLATE_FULL with G_DEFINE_TYPE
* Use new GstAudioInfo struct and methods
* Use new buffer memory allocation scheme
Conflicts:
sys/osxaudio/gstosxaudioringbuffer.c
Todd Agulnick [Fri, 12 Apr 2013 18:51:46 +0000 (11:51 -0700)]
osxaudio: adjust for changes to glib mutex api.
Takashi Nakajima [Tue, 9 Apr 2013 16:21:49 +0000 (01:21 +0900)]
osxaudio: try to fix up according to Sebastian's comments
Philippe Normand [Fri, 5 Apr 2013 08:02:38 +0000 (10:02 +0200)]
osxaudio: build fixes
Enable the osxaudio plugin build in configure.ac and fix some
include directive order issues.
ted-n [Tue, 2 Apr 2013 13:28:09 +0000 (22:28 +0900)]
osxaudio: fix layout for osxaudiosrc
ted-n [Sat, 30 Mar 2013 13:49:34 +0000 (22:49 +0900)]
osxaudio: port to v.1.0
Olivier Crête [Tue, 16 Apr 2013 23:29:48 +0000 (19:29 -0400)]
videomixer: Don't unref query, we don't own it
Fixes double-unref bug. Bug found by Youness Alaoui
Philippe Normand [Tue, 16 Apr 2013 18:41:10 +0000 (20:41 +0200)]
souphttpsrc: fix SCHEDULING query support
Chain the query up to parent before adding _BANDWIDTH_LIMITED flag,
so that all the other flags get set, and push mode gets added as
supported activation mode.
https://bugzilla.gnome.org/show_bug.cgi?id=693484
https://bugzilla.gnome.org/show_bug.cgi?id=698156
Philippe Normand [Sun, 31 Mar 2013 10:05:49 +0000 (12:05 +0200)]
souphttpsrc: basic scheduling query support
Answer to scheduling queries with default parameters and the new
_BANDWIDTH_LIMITED_FLAG so that downstream is advised to minimize seek
operations and perform on-disk buffering if possible.
Bug 693484
Andoni Morales Alastruey [Mon, 15 Apr 2013 14:32:46 +0000 (14:32 +0000)]
osxvideosink: fix segfault accessing osxwindow when not set yet
Sebastian Dröge [Wed, 24 Oct 2012 10:14:50 +0000 (12:14 +0200)]
gst: Add better support for static plugins
Andoni Morales Alastruey [Fri, 12 Apr 2013 19:26:11 +0000 (19:26 +0000)]
goom2k1: fix duplicated symbol with goom
Josep Torra [Sun, 10 Mar 2013 17:17:17 +0000 (17:17 +0000)]
osxaudio: Fixes error: "GST_LEVEL_DEFAULT" redefined
Josep Torra [Sun, 10 Mar 2013 17:27:30 +0000 (17:27 +0000)]
osxaudio: fixes implicit declaration of function 'getpid'
Tim-Philipp Müller [Sun, 14 Apr 2013 16:55:02 +0000 (17:55 +0100)]
Automatic update of common submodule
From aed87ae to 3cb3d3c
Tim-Philipp Müller [Sun, 14 Apr 2013 11:32:06 +0000 (12:32 +0100)]
souphttpsrc: add back "iradio-mode" property to disable sending of icecast request headers
In 1.0 we now always send the icecast request headers by default, which
makes the server send icecasts metadata inserted into the stream if it
supports that. However, there are some use cases where this is not
desirable, like when just saving a radio stream to disk, so add back
the "iradio-mode" property to allow people to disable this.
https://bugzilla.gnome.org/show_bug.cgi?id=697984
Wim Taymans [Fri, 12 Apr 2013 15:16:41 +0000 (16:16 +0100)]
rtp: register tag image types
The rtpgstdepay needs the type to be available in order to deserialize the
event.
Wim Taymans [Fri, 12 Apr 2013 15:08:58 +0000 (16:08 +0100)]
rtpgstdepay: handle event parse failures better
Anton Belka [Thu, 11 Apr 2013 19:25:05 +0000 (22:25 +0300)]
wavenc: add TOC setter support
Stefan Sauer [Fri, 12 Apr 2013 10:31:30 +0000 (12:31 +0200)]
wavenc: small cleanups for toc handling
Don't add empty labl/note chunks. Always pass instance as the first param. Add more logging.
Sebastian Dröge [Fri, 12 Apr 2013 10:58:50 +0000 (12:58 +0200)]
rtspsrc: Proxy the ntp-sync property of rtpbin
Sebastian Dröge [Fri, 12 Apr 2013 10:51:05 +0000 (12:51 +0200)]
rtspsrc: Give the manager always the name "manager"
This allows to use the GstChildProxy interface to adjust
properties on it.
Tim-Philipp Müller [Thu, 11 Apr 2013 21:53:28 +0000 (22:53 +0100)]
tests: fix some printf format issues in debug messages
Anton Belka [Thu, 11 Apr 2013 16:27:15 +0000 (19:27 +0300)]
wavenc: add 'note' chunk support
Stefan Sauer [Thu, 11 Apr 2013 18:46:26 +0000 (20:46 +0200)]
pulsesink: add a little more docs to the audioclock
Wim Taymans [Thu, 11 Apr 2013 14:00:05 +0000 (15:00 +0100)]
rtspsrc: add support for NetClientClock
When the server suggests a GstNetTimeProvider in the SDP, set up a
GstNetClientClock that slaves to the remote clock and suggest this clock in
provide_clock.
Wim Taymans [Thu, 11 Apr 2013 13:57:11 +0000 (14:57 +0100)]
udpsink: avoid alloc and free in render function
Avoid doing alloc and free in the render function for each buffer. Instead,
allocate the needed arrays in _init and use those.
Stefan Sauer [Wed, 10 Apr 2013 06:36:00 +0000 (08:36 +0200)]
waveparse: remove superfluous g_list_first() calls
The variables already point to the start of the list.
Andreas Fenkart [Tue, 9 Apr 2013 22:13:18 +0000 (23:13 +0100)]
rtpsbcdepay: fix sbc frame length calculation for mono and stereo modes
https://bugzilla.gnome.org/show_bug.cgi?id=697463
Anton Belka [Mon, 25 Mar 2013 11:35:02 +0000 (14:35 +0300)]
wavparse: add 'note' chunk support
Add 'note' chunk support in TOC as GST_TAG_COMMENT
https://bugzilla.gnome.org/show_bug.cgi?id=696549
David Schleef [Tue, 9 Apr 2013 00:53:09 +0000 (17:53 -0700)]
qtdemux: check value inside enda to set endianness
Stefan Sauer [Tue, 9 Apr 2013 19:00:12 +0000 (21:00 +0200)]
Automatic update of common submodule
From 04c7a1e to aed87ae
Wim Taymans [Tue, 9 Apr 2013 15:34:12 +0000 (17:34 +0200)]
icydemux: avoid copy when we can
Wim Taymans [Tue, 9 Apr 2013 14:52:21 +0000 (16:52 +0200)]
gstpay: use bufferlist to avoid memcpy
Wim Taymans [Tue, 9 Apr 2013 14:50:56 +0000 (16:50 +0200)]
udpsink: improve debug
Tim-Philipp Müller [Mon, 8 Apr 2013 23:28:54 +0000 (00:28 +0100)]
tests: refactor new wavparse test a little
Use fakesrc instead of filesrc with /dev/null.
https://bugzilla.gnome.org/show_bug.cgi?id=696684
Alexander Schrab [Mon, 8 Apr 2013 09:38:33 +0000 (11:38 +0200)]
wavparse: error out if we receive eos before any valid data
https://bugzilla.gnome.org/show_bug.cgi?id=696684
Matej Knopp [Sat, 6 Apr 2013 23:47:56 +0000 (01:47 +0200)]
deinterlace: force deinterlacing in "interlaced" mode
https://bugzilla.gnome.org/show_bug.cgi?id=697467
Thibault Saunier [Sat, 6 Apr 2013 15:45:28 +0000 (12:45 -0300)]
gdkpixbufsink: Add timestamp/running-time/stream-time to the emited message