Olivier Crête [Tue, 7 Aug 2012 18:14:21 +0000 (11:14 -0700)]
multiudpsink: Return FLUSHING instead of ERROR on unlock
If the base class asks multiudpsink to unlock, then it should return
FLUSHING, not ERROR
Anton Belka [Thu, 26 Jul 2012 13:19:57 +0000 (16:19 +0300)]
flacenc: add TOC support
Add TOC as embedded cuesheets in flac files.
https://bugzilla.gnome.org/show_bug.cgi?id=54089
Mark Nauwelaerts [Tue, 7 Aug 2012 10:12:09 +0000 (12:12 +0200)]
flacparse: generate empty vorbiscomment for complete streamheaders if needed
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=681335
Olivier Crête [Tue, 7 Aug 2012 01:02:50 +0000 (18:02 -0700)]
rtpssrcdemux: Block pad while it is announced.
Block the RTP pad and associated RTCP pads while they are being
announced. This it to prevent a race where one is announced and
before the callback has connected it, the other one gets a buffer.
We can't use the "padlock" of ssrcdemux because it causes deadlocks.
Tim-Philipp Müller [Mon, 6 Aug 2012 14:00:57 +0000 (15:00 +0100)]
common: un-do accidental common update revert in commit
7b5925b5
Mark Nauwelaerts [Mon, 6 Aug 2012 12:50:53 +0000 (14:50 +0200)]
rtpmparobustdepay: set correct data_size for generated dummy frame
... which prevents getting stuck in a loop if such one is needed.
Mark Nauwelaerts [Mon, 6 Aug 2012 12:50:03 +0000 (14:50 +0200)]
rtpmparobustdepay: improve and fix debug statement
... so it really informs about next rather than past frame.
Mark Nauwelaerts [Mon, 6 Aug 2012 10:34:55 +0000 (12:34 +0200)]
rtpmparobustdepay: update available bytewriter space when repositioning
... and add some more assert to catch potential surprises early on.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680558
Sebastian Dröge [Sat, 4 Aug 2012 10:47:44 +0000 (12:47 +0200)]
gst: Add stream-id to stream-start events
Sebastian Dröge [Sat, 4 Aug 2012 10:54:32 +0000 (12:54 +0200)]
matroskademux: Chain up to the parent class' query handler if no pad is provided
Andoni Morales Alastruey [Wed, 1 Aug 2012 23:48:29 +0000 (01:48 +0200)]
osxvideosink: add a better detection for the main run loop
Xavi Artigas [Fri, 27 Jul 2012 14:13:49 +0000 (16:13 +0200)]
directsoundsink: Do not overwrite the DS buffer when testing for AC3 support
https://bugzilla.gnome.org/show_bug.cgi?id=680706
Conflicts:
sys/directsound/gstdirectsoundsink.c
Tim-Philipp Müller [Sun, 5 Aug 2012 15:39:23 +0000 (16:39 +0100)]
Automatic update of common submodule
From 94ccf4c to 668acee
Olivier Crête [Fri, 3 Aug 2012 15:13:52 +0000 (16:13 +0100)]
rtpssrcdemux: Release lock before signalling new pad
This prevents a deadlock where something would try to push an event
through the SSRC demux from the callback, causing the pads to be iterated
and the lock taken.
Tim-Philipp Müller [Sat, 4 Aug 2012 15:10:16 +0000 (16:10 +0100)]
gst_tag_list_free -> gst_tag_list_unref
Mark Nauwelaerts [Fri, 3 Aug 2012 12:10:32 +0000 (14:10 +0200)]
rtspsrc: manage race between connection closing and flushing
... where the former can happen in task thread and the latter in mainloop
upon downward state change.
Mark Nauwelaerts [Fri, 3 Aug 2012 12:02:23 +0000 (14:02 +0200)]
flacdec: improve and relax audio frame parsing
... so as to properly recognize first audio frame.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=681077
Conflicts:
ext/flac/gstflacdec.c
René Stadler [Wed, 1 Aug 2012 10:16:41 +0000 (12:16 +0200)]
qtdemux: fix double unref of private tag buffer
Anton Belka [Mon, 30 Jul 2012 14:54:51 +0000 (17:54 +0300)]
wavparse: create TOC as needed
Avoid creating the toc if the wav has no or empty cue chunk.
Also a small code cleanup.
Tim-Philipp Müller [Sat, 28 Jul 2012 10:26:01 +0000 (11:26 +0100)]
wavparse: update for TOC API changes
Tim-Philipp Müller [Sat, 28 Jul 2012 10:22:43 +0000 (11:22 +0100)]
matroska: update for TOC API changes
Tim-Philipp Müller [Sat, 28 Jul 2012 10:20:08 +0000 (11:20 +0100)]
flacparse: update for TOC API changes
Sebastian Dröge [Fri, 27 Jul 2012 22:19:51 +0000 (00:19 +0200)]
tag: Update for taglist/tag event API changes
Mark Nauwelaerts [Fri, 27 Jul 2012 10:05:44 +0000 (12:05 +0200)]
qt(de)mux: pass private blob tags in a sample
... rather than a buffer, and the detailed info in the sample info
rather than caps.
Robert Swain [Fri, 27 Jul 2012 09:31:13 +0000 (11:31 +0200)]
videocrop: Don't return NULL from _transform_caps
If _transform_caps () returns NULL, the basetransform _transform_caps
tries to call gst_caps_is_subset () with a NULL subset which hits an
assertion.
Mark Nauwelaerts [Fri, 27 Jul 2012 09:26:18 +0000 (11:26 +0200)]
flacenc: obtain image type from the sample info
Mark Nauwelaerts [Fri, 27 Jul 2012 09:25:49 +0000 (11:25 +0200)]
flacenc: remove extraneous _unref
... since we did not obtain a buffer ref from the GstSample.
Robert Swain [Fri, 27 Jul 2012 08:14:23 +0000 (10:14 +0200)]
flacenc: Update to use GstSample tag setting API
Mark Nauwelaerts [Thu, 26 Jul 2012 14:34:21 +0000 (16:34 +0200)]
rtpmparobustdepay: modify buffer data rather than buffer itself
Mark Nauwelaerts [Thu, 26 Jul 2012 14:28:33 +0000 (16:28 +0200)]
rtpmparobustdepay: avoid leaking bytewriter instance
Robert Swain [Thu, 26 Jul 2012 14:04:23 +0000 (16:04 +0200)]
deinterlace: Fix timestamp adjustment and caps
Robert Swain [Thu, 26 Jul 2012 14:03:57 +0000 (16:03 +0200)]
deinterlace: Fix/simplify telecine state checks
Robert Swain [Thu, 26 Jul 2012 10:08:58 +0000 (12:08 +0200)]
deinterlace: Improve debug output
Robert Swain [Thu, 26 Jul 2012 10:08:36 +0000 (12:08 +0200)]
deinterlace: Fix low-latency pattern locking
Robert Swain [Tue, 24 Jul 2012 14:19:53 +0000 (16:19 +0200)]
deinterlace: RFF should be ignored in deinterlace
RFF only occurs on progressive frames in telecine sequences. For
deinterlace, we don't want these repeated fields as we will simply be
pushing the progressive frame and then moving on.
However, we need to consider RFF in order to correctly identify patterns
and adjust the timestamps.
Robert Swain [Tue, 24 Jul 2012 12:59:47 +0000 (14:59 +0200)]
deinterlace: Improve process logic
The logic now works better if we filter orphans, then progressive, then
telecine interlaced fields which need to be woven and fall through to
interlace. Telecine interlaced fields will be regularly deinterlaced if
there is no pattern lock for us to be sure that we have a telecine
pattern.
Telecine sequences that aren't 24fps progressive with RFF flags can't
really be tested until fieldanalysis is ported.
Mark Nauwelaerts [Wed, 25 Jul 2012 14:02:34 +0000 (16:02 +0200)]
flacenc: only set complete output caps once
... so as to avoid downstream complaints about missing streamheaders.
Mark Nauwelaerts [Wed, 25 Jul 2012 13:29:04 +0000 (15:29 +0200)]
flacdec: also support S24_32 output
Mark Nauwelaerts [Wed, 25 Jul 2012 13:28:14 +0000 (15:28 +0200)]
flacenc: pass correct parameters to encoder lib
Mark Nauwelaerts [Wed, 25 Jul 2012 12:57:13 +0000 (14:57 +0200)]
flacenc: adjust to modified audioencoder getcaps helper API
Wim Taymans [Wed, 25 Jul 2012 10:50:01 +0000 (12:50 +0200)]
rtsp: go and stay in the loop function on PLAY
When we have a PLAY request, go into the LOOP function next. When we are
looping, keep on looping until we are told otherwise.
This fixed rtsp and TCP connections.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680551
Wim Taymans [Wed, 25 Jul 2012 10:49:35 +0000 (12:49 +0200)]
rtsp: set caps after activating the pad
Wim Taymans [Wed, 25 Jul 2012 10:49:07 +0000 (12:49 +0200)]
h264depay: small cleanups
Wim Taymans [Wed, 25 Jul 2012 08:08:52 +0000 (10:08 +0200)]
xqtdepay: fix buffer refcount error
After pushing the buffer into the adapter, we should not let the baseclass push
it out anymore. This error was introduced while porting to 0.11.
See https://bugzilla.gnome.org/show_bug.cgi?id=680540
Stefan Sauer [Tue, 24 Jul 2012 19:41:53 +0000 (21:41 +0200)]
level: remove obsolete liboil comment
Mark Nauwelaerts [Tue, 24 Jul 2012 19:11:18 +0000 (21:11 +0200)]
matroskademux: push mode: increase segment accuracy following seek
Conflicts:
gst/matroska/matroska-demux.c
Mark Nauwelaerts [Tue, 24 Jul 2012 14:41:51 +0000 (16:41 +0200)]
matroskademux: perform proper KEY_UNIT seek also in push mode
Conflicts:
gst/matroska/matroska-demux.c
Tim-Philipp Müller [Tue, 24 Jul 2012 18:04:39 +0000 (19:04 +0100)]
udpsrc: don't crash dereferencing NULL error when leaving multicast group on shutdown
Strangely enough, if we do pass an error variable to be filled, we
no longer get an error on leaving.
Mark Nauwelaerts [Tue, 24 Jul 2012 13:55:12 +0000 (15:55 +0200)]
avidemux: rearrange some checks to avoid NULL use
Mark Nauwelaerts [Tue, 24 Jul 2012 13:38:24 +0000 (15:38 +0200)]
avidemux: use same fourcc to determine caps in determining uncompressed-ness
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=673898
Conflicts:
gst/avi/gstavidemux.c
Mark Nauwelaerts [Tue, 24 Jul 2012 13:36:54 +0000 (15:36 +0200)]
Revert "avidemux: Don't consider 0 fcc_handler as uncompressed."
This reverts commit
c6b9f5b25ab435669816a07049b0e5a8f01e09ca.
fourcc GST_RIFF_rgb = 0 still leads to raw uncompressed rgb caps.
See also https://bugzilla.gnome.org/show_bug.cgi?id=673898
Tim-Philipp Müller [Tue, 24 Jul 2012 11:10:46 +0000 (12:10 +0100)]
jpegdec: fix up example pipeline some more
No more ffmpegcolorspace
Sreerenj Balachandran [Fri, 20 Jul 2012 13:30:00 +0000 (16:30 +0300)]
jpegdec: Fix the example gst-launch pipeline.
Mark Nauwelaerts [Tue, 24 Jul 2012 10:33:33 +0000 (12:33 +0200)]
matroskademux: avoid NULL access when checking subtitle
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680388
Edward Hervey [Tue, 24 Jul 2012 10:22:08 +0000 (12:22 +0200)]
aacparse: Reset parser when we have caps without codec_data
This ensures the detection (and proper downstream caps settings) will
actually happen when we have new incoming caps without codec_data.
This was easily triggered by streams from matroskademux which initially
provided caps with a constructed codec_data, but then pushed new caps
without the codec_data once it detected the stream was adts.
Wim Taymans [Tue, 24 Jul 2012 07:17:09 +0000 (09:17 +0200)]
videomixer: prefix orc functions with video_mixer_orc_
Wim Taymans [Tue, 24 Jul 2012 07:13:48 +0000 (09:13 +0200)]
videobox: prefix orc functions with video_box_orc_
Christian Fredrik Kalager Schaller [Mon, 23 Jul 2012 16:51:00 +0000 (18:51 +0200)]
Update spec file with latest changes
Mark Nauwelaerts [Mon, 23 Jul 2012 15:37:58 +0000 (17:37 +0200)]
matroskademux: generate correct segment stream time
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680275
Wim Taymans [Mon, 23 Jul 2012 14:42:56 +0000 (16:42 +0200)]
rtp: always use buffer lists
Patricia Muscalu [Mon, 23 Jul 2012 13:24:17 +0000 (15:24 +0200)]
rtpmp4vpay: always enable buffer-lists
Patricia Muscalu [Mon, 23 Jul 2012 13:22:24 +0000 (15:22 +0200)]
rtpjpegpay: always enable buffer-lists
Wim Taymans [Mon, 23 Jul 2012 13:49:04 +0000 (15:49 +0200)]
deinterlace: get frame flags correctly
Also move the deinterlace plugin to ported status
Mark Nauwelaerts [Mon, 23 Jul 2012 13:33:54 +0000 (15:33 +0200)]
matroskademux: proper parse recovery after seek
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680427
Mark Nauwelaerts [Mon, 23 Jul 2012 10:39:05 +0000 (12:39 +0200)]
flvdemux: clear old segment event when requesting new one
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680283
Sebastian Dröge [Mon, 23 Jul 2012 08:32:36 +0000 (10:32 +0200)]
ext: Update for video base classes API changes
Alban Browaeys [Mon, 23 Jul 2012 06:49:07 +0000 (08:49 +0200)]
wavparse: convert all non GST_FORMAT_BYTES to format bytes.
Convert all non GST_FORMAT_BYTES to format bytes:
fixes:
GStreamer-CRITICAL **: gst_query_set_duration: assertion `format ==
g_value_get_enum (gst_structure_id_get_value (s, GST_QUARK (FORMAT)))'
failed
when playing more than one wav stream.
gst-plugins-base/tests/icles/playback/test7 uri1.wav uri2.wav
Sebastian Dröge [Mon, 23 Jul 2012 07:25:23 +0000 (09:25 +0200)]
wavparse: Don't fail if more data then needed is available when parsing cue chunks
Fixes bug #680328.
Sebastian Dröge [Mon, 23 Jul 2012 07:22:20 +0000 (09:22 +0200)]
wavparse: Some minor cleanup to the cue/labl parsing
Sebastian Dröge [Mon, 23 Jul 2012 06:45:28 +0000 (08:45 +0200)]
Automatic update of common submodule
From 98e386f to 94ccf4c
Robert Swain [Thu, 19 Jul 2012 12:55:45 +0000 (14:55 +0200)]
deinterlace: Port to 1.0
This requires the additional INTERLACED buffer flag recently added to
-base
Wim Taymans [Fri, 20 Jul 2012 13:18:46 +0000 (15:18 +0200)]
interleave: convert the output segment to time
Convert the stored input segment to time before pushing it out.
Conflicts:
gst/interleave/interleave.c
Wim Taymans [Fri, 20 Jul 2012 11:12:44 +0000 (13:12 +0200)]
interleave: try to fix segment handling
Conflicts:
gst/interleave/interleave.c
Sebastian Dröge [Fri, 20 Jul 2012 13:28:21 +0000 (15:28 +0200)]
matroskademux: Non-update seeks should still make sure that reverse playback status is reset
Conflicts:
gst/matroska/matroska-demux.c
Sebastian Dröge [Fri, 20 Jul 2012 13:18:21 +0000 (15:18 +0200)]
matroskademux: Properly initialize from_offset and from_time
Sebastian Dröge [Fri, 20 Jul 2012 12:25:43 +0000 (14:25 +0200)]
matroskademux: We need an index and index entry for reverse playback
Reverse playback does not work with index-less files yet.
Mark Nauwelaerts [Fri, 20 Jul 2012 12:10:41 +0000 (14:10 +0200)]
wavparse: clean up push mode segment handling
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680277
Mark Nauwelaerts [Fri, 20 Jul 2012 11:35:29 +0000 (13:35 +0200)]
qtdemux: properly transform incoming segment event
... which is really useful for proper push mode seeking.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=680278
Sebastian Dröge [Fri, 20 Jul 2012 09:07:58 +0000 (11:07 +0200)]
matroskademux: Fix reverse playback for seeks without stop position
Conflicts:
gst/matroska/matroska-demux.c
gst/matroska/matroska-demux.h
Sebastian Dröge [Fri, 20 Jul 2012 08:48:34 +0000 (10:48 +0200)]
matroskademux: Only take the stream_start_time into account for SET seeks
For other seeks the stream_start_time is already added to the
segment values.
Conflicts:
gst/matroska/matroska-demux.c
Anton Belka [Sun, 8 Jul 2012 17:36:22 +0000 (20:36 +0300)]
wavparse: Add TOC support
Add support for:
* Cue Chunk
* Associated Data List Chunk
* Label Chunk
https://bugzilla.gnome.org/show_bug.cgi?id=677306
Maria Giovanna Chiossa [Wed, 9 May 2012 13:58:16 +0000 (15:58 +0200)]
rtspsrc: also set UDP buffer size in multicast
Also set the UDP buffer size in multicast mode.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=675448
Tim-Philipp Müller [Wed, 18 Jul 2012 22:43:59 +0000 (23:43 +0100)]
avidemux: fix header parsing in push mode
Fix 'break' that got warped to the wrong place,
probably as part of a merge. Fixes GST_IS_BUFFER
criticals in parse_idit() when being accidentally
passed a NULL buffer because of the missing break.
gst-launch-1.0 playbin uri=http://docs.gstreamer.com/media/sintel_trailer-480i.avi
Alban Browaeys [Wed, 18 Jul 2012 20:47:22 +0000 (22:47 +0200)]
soup: deprecated soup_message_headers _get -> _get_one
https://bugzilla.gnome.org/show_bug.cgi?id=680206
Edward Hervey [Wed, 18 Jul 2012 16:27:40 +0000 (18:27 +0200)]
jpeg/png: Call video_decoder_negotiate()
Wim Taymans [Wed, 18 Jul 2012 15:57:59 +0000 (17:57 +0200)]
update for ghostpad changes
Sebastian Dröge [Wed, 18 Jul 2012 09:36:27 +0000 (11:36 +0200)]
matroskademux: Pass seek rate to upstream seek events in push mode
Fixes bug #679435.
Conflicts:
gst/matroska/matroska-demux.c
Wim Taymans [Tue, 17 Jul 2012 14:38:27 +0000 (16:38 +0200)]
update for RTP buffer api changes
Patricia Muscalu [Mon, 16 Jul 2012 09:07:44 +0000 (11:07 +0200)]
rtph264pay: use buffer lists
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=679994
Sebastian Dröge [Tue, 17 Jul 2012 08:01:54 +0000 (10:01 +0200)]
flacparse: Fix parsing of ISRC from the cuesheets
Anton Belka [Thu, 5 Jul 2012 11:15:25 +0000 (14:15 +0300)]
flacparse: add TOC support
Add support embedded cuesheets in flac files.
Parsing METADATA_BLOCK_CUESHEET as TOC.
https://bugzilla.gnome.org/show_bug.cgi?id=540891
Mark Nauwelaerts [Fri, 13 Jul 2012 12:43:31 +0000 (14:43 +0200)]
flacparse: avoid some more frame misparsing by additional header sanity check
... using a required constant blocking_strategy bit.
https://bugzilla.gnome.org/show_bug.cgi?id=679807
Edward Hervey [Fri, 13 Jul 2012 11:51:48 +0000 (13:51 +0200)]
demux: Push STREAM_START event when needed
Stefan Sauer [Wed, 11 Jul 2012 11:10:07 +0000 (13:10 +0200)]
qtmux: avoid warning if both ts are equal
Tim-Philipp Müller [Wed, 11 Jul 2012 11:28:23 +0000 (12:28 +0100)]
multiudpsink: check the right size when warning about too large udp packets
What matters is the total size, not the size of any of the
individual memory chunks that make up the packet.
Wim Taymans [Tue, 10 Jul 2012 12:38:21 +0000 (14:38 +0200)]
autodetect: proxy ts-offset properties
Proxy the ts-offset property in the audio*sink elements.
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=679343
Wim Taymans [Mon, 9 Jul 2012 14:27:10 +0000 (16:27 +0200)]
fix for allocator API changes
Mark Nauwelaerts [Mon, 9 Jul 2012 10:22:02 +0000 (12:22 +0200)]
update for riff field rename
Mathias Hasselmann [Mon, 21 May 2012 11:54:51 +0000 (13:54 +0200)]
tests: drop redundant elements_level_LDADD line
https://bugzilla.gnome.org/show_bug.cgi?id=676302
Tim-Philipp Müller [Sun, 8 Jul 2012 12:30:34 +0000 (13:30 +0100)]
tests: minor jpegdec clean-ups and fixes
Fix race condition in eos checking and a leak. And
build pipeline without parse_launch.