Stefan Kost [Mon, 16 Nov 2009 22:39:50 +0000 (00:39 +0200)]
tests: make state-change test timeout longer if wrappers are enabled
When ladspa || lv2 are enabled one could quickly get to 500 elements.
Stefan Kost [Mon, 16 Nov 2009 22:37:28 +0000 (00:37 +0200)]
realaudiodec: reindent and make valgrind happy
The state-change tests reported access to uninitialized memory.
Stefan Kost [Mon, 16 Nov 2009 20:07:31 +0000 (22:07 +0200)]
ladspa: only use g_return_val_if_fail for checking pre-conditions
g_return_* can be disabled. Still we want to check for failed instance creation.
Stefan Kost [Mon, 16 Nov 2009 20:05:16 +0000 (22:05 +0200)]
lv2: only use g_return_val_if_fail for checking pre-conditions
g_return_* can be disabled. Still we want to check for failed instance creation.
Stefan Kost [Mon, 16 Nov 2009 19:52:32 +0000 (21:52 +0200)]
ladspa: remove left-over comment
Stefan Kost [Mon, 16 Nov 2009 19:50:20 +0000 (21:50 +0200)]
signalprocessor: change _setup to pass whole caps and not just sampling_rate
This allows to get rid of the sampling_rate variable in the base-class. Also now
subclasses can modify the caps to actualy negotiate. This is needed to e.g. set
audio-channel positions.
Mark Nauwelaerts [Thu, 19 Nov 2009 10:36:14 +0000 (11:36 +0100)]
qtmux: fix misinforming debug statement
Mark Nauwelaerts [Thu, 19 Nov 2009 10:14:57 +0000 (11:14 +0100)]
qtmux: ensure writable buffer metadata before setting caps
Tim-Philipp Müller [Thu, 19 Nov 2009 10:31:11 +0000 (10:31 +0000)]
Automatic update of common submodule
From 0702fe1 to 53a2485
Thiago Santos [Wed, 18 Nov 2009 23:06:06 +0000 (20:06 -0300)]
asfmux: improving debug messages
Improves debug messages for asfmux
Thiago Santos [Thu, 29 Oct 2009 11:36:02 +0000 (08:36 -0300)]
qtmux: support for SVQ3
Adds support for muxing SVQ3 content. Usually this format
has decoder info that must be passed in the 'seqh' field
in the caps. It is also good to add the gama atom to make
quicktime not crash.
Fixes #587922
Edward Hervey [Wed, 18 Nov 2009 17:00:37 +0000 (18:00 +0100)]
jp2k: Raise rank of encoder to MARGINAL
Edward Hervey [Wed, 18 Nov 2009 17:00:23 +0000 (18:00 +0100)]
gsm: Raise rank of encoder to PRIMARY
Edward Hervey [Wed, 18 Nov 2009 17:00:00 +0000 (18:00 +0100)]
amrwbenc: Raise rank to SECONDARY
Edward Hervey [Wed, 18 Nov 2009 16:59:21 +0000 (17:59 +0100)]
dirac: Raise rank of encoder to MARGINAL
We'll prefer to use schroedinger if available, but in case it's not available
we still have the libdirac option
Edward Hervey [Wed, 18 Nov 2009 16:58:53 +0000 (17:58 +0100)]
xvid: Raise rank of encoder to SECONDARY
Edward Hervey [Wed, 18 Nov 2009 16:58:39 +0000 (17:58 +0100)]
aiff: Raise rank of muxer to PRIMARY
Edward Hervey [Wed, 18 Nov 2009 16:57:59 +0000 (17:57 +0100)]
mve: Raise rank of muxer to PRIMARY
Edward Hervey [Wed, 18 Nov 2009 16:57:25 +0000 (17:57 +0100)]
asfmux: Raise rank to PRIMARY
Tim-Philipp Müller [Wed, 18 Nov 2009 13:41:36 +0000 (13:41 +0000)]
configure: bump core requirements to 0.10.25.1 as well
Make implicit requirement explicit.
Yaakov Selkowitz [Tue, 17 Nov 2009 15:31:09 +0000 (16:31 +0100)]
signalprocessor: Use correct CFLAGS for the signalprocessor headers in LV2/LADSPA
This makes sure that the headers from the source tree are taken and not
accidentially installed system headers in the case of builddir!=srcdir.
Fixes bug #602161.
Jan Schmidt [Wed, 18 Nov 2009 03:09:18 +0000 (03:09 +0000)]
resindvd, dvdspu: Use new still-frame API from gst-plugins-base
Replace the current custom DVD still-frame events with new event
creation/parsing API from libgstvideo.
Jan Schmidt [Wed, 18 Nov 2009 02:16:03 +0000 (02:16 +0000)]
bump gst-plugins-base requirement to 0.10.25.1
Jan Schmidt [Wed, 18 Nov 2009 02:04:19 +0000 (02:04 +0000)]
Revert "aiff: Disable aiff muxer for this release."
This reverts commit
7426be70ffb113f02e37407ea989e60b638b2f00.
Re-enable the aiff muxer now that gst-plugins-bad 0.10.17 is out
and we can rely on gst-plugins-base from git.
Thiago Sousa Santos [Tue, 17 Nov 2009 20:25:14 +0000 (17:25 -0300)]
asfmux: handle streams with different start times
Prevents losing sync when remuxing streams with different
start times. The smallest start time is selected as
the base time and all timestamps are subtracted
from it to get the actual time to be used when
muxing and building indexes
Fixes #586848
Thiago Sousa Santos [Tue, 17 Nov 2009 12:26:05 +0000 (09:26 -0300)]
qtmux: do not leak a string
Frees a string after use. Also does some code organization
Thiago Sousa Santos [Mon, 16 Nov 2009 17:57:53 +0000 (14:57 -0300)]
qtmux: do not add size to the pointer variable
Do not wrongly add the result of the function to the
pointer to the buffer size. Instead, check the result
to see if the serialization was ok.
Based on a patch by: "Carsten Kroll <car@ximidi.com>"
Fixes #602106
Thiago Santos [Fri, 6 Nov 2009 13:34:39 +0000 (10:34 -0300)]
qtmux: handle 'late' streams
When muxing streams, some can start later than others. qtmux
now handle this by adding an empty edts entry with the
duration of the 'lateness' to the stream's trak.
It tolerates a stream to be up to 0.1s late.
Fixes #586848
Thiago Santos [Fri, 6 Nov 2009 00:35:56 +0000 (21:35 -0300)]
qtmux: adds the EDTS and ELTS atoms to atoms.c
These atoms will be useful for signaling streams
that start later in the file. As well for adding
edit lists if needed sometime later.
Michael Smith [Wed, 18 Nov 2009 01:59:56 +0000 (17:59 -0800)]
adpcmdec: decode adpcm without explicit length, as found in qt.
Jan Schmidt [Sun, 15 Nov 2009 03:21:56 +0000 (03:21 +0000)]
dvdspu: Forward the still frame event downstream
Forward still-frame events downstream so elements like deinterlace
can use them.
Jan Schmidt [Sat, 14 Nov 2009 00:31:29 +0000 (00:31 +0000)]
resindvd: Guard against a divide-by-zero error.
https://bugzilla.gnome.org/show_bug.cgi?id=600263
Jan Schmidt [Wed, 18 Nov 2009 01:46:38 +0000 (01:46 +0000)]
Back to development -> 0.10.17.1
Jan Schmidt [Tue, 17 Nov 2009 01:53:54 +0000 (01:53 +0000)]
Add 0.10.17 release to the doap file
Jan Schmidt [Tue, 17 Nov 2009 01:25:47 +0000 (01:25 +0000)]
Release 0.10.17
Jan Schmidt [Tue, 17 Nov 2009 01:13:36 +0000 (01:13 +0000)]
Update .po files
Stefan Kost [Sun, 15 Nov 2009 19:46:01 +0000 (21:46 +0200)]
signalprocessor: don't set channel positions in template-caps, Fixes #601775
Revert the changes that added audio positions to template caps. We have an un-
fortunate limitation in core that does not allow to do it. Keep a few things
commented out, so that the channel position can later on be set in setcaps.
Jan Schmidt [Fri, 13 Nov 2009 02:18:31 +0000 (02:18 +0000)]
0.10.16.3 pre-release
Sebastian Dröge [Wed, 11 Nov 2009 09:58:29 +0000 (10:58 +0100)]
celt: Port to 0.7 API
Fixes bug #600724.
Sebastian Dröge [Wed, 11 Nov 2009 09:54:25 +0000 (10:54 +0100)]
celt: Make celt version checks better extensible
Jan Schmidt [Mon, 9 Nov 2009 19:20:21 +0000 (19:20 +0000)]
0.10.16.2 pre-release
Jan Schmidt [Mon, 9 Nov 2009 19:08:49 +0000 (19:08 +0000)]
aiff: Disable aiff muxer for this release.
The aiff muxer relies on GstByteWriter API added after 0.10.25. Disable
it for this release.
Revert this commit after gst-plugins-bad 0.10.17
Jan Schmidt [Mon, 9 Nov 2009 14:10:20 +0000 (14:10 +0000)]
asfmux: Uncomment --disable-static flag
For some reason that libtool flags line that prevents building
the static lib was commented out. Reported by Mart Raudsepp on IRC.
Sebastian Dröge [Mon, 9 Nov 2009 10:49:15 +0000 (11:49 +0100)]
inputselector: Remove useless variables and fix a uninitialized variable compiler warnings
Merged from gst-plugins-base,
dfd51aa82a9e1c9924375183796eab70e574a231.
Sebastian Dröge [Mon, 9 Nov 2009 10:48:39 +0000 (11:48 +0100)]
inputselector: Make sure that running_time->timestamp calculation never becomes negative
Merged from gst-plugins-base,
f3653854585864a09d35e037853407332ea6901f.
Sebastian Dröge [Mon, 9 Nov 2009 10:48:00 +0000 (11:48 +0100)]
inputselector: Use the start time (i.e. timestamp) as the last stop
Using the end time makes it impossible to replace buffers, which is
a big problem for subtitles that could have very long durations.
Merged from gst-plugins-base,
27034be4611231cc55fa3d3e253baa40c6bff41d.
Sebastian Dröge [Mon, 9 Nov 2009 10:47:15 +0000 (11:47 +0100)]
inputselector: Improve debugging
Merged from gst-plugins-base.
Edward Hervey [Sat, 7 Nov 2009 11:29:15 +0000 (12:29 +0100)]
jp2kenc: Fix klass (s/Decoder/Encoder/)
Chris Hills [Fri, 6 Nov 2009 14:31:26 +0000 (15:31 +0100)]
dvbsrc: Add support for DVB-T/DVB-C with DVB API 3.3
Sebastian Dröge [Fri, 6 Nov 2009 10:44:50 +0000 (11:44 +0100)]
assrender: The text and video duration should only compared as running time too
The end times of the text and video buffers could be different than
their start running time + duration because of different rates.
Sebastian Dröge [Fri, 6 Nov 2009 08:16:18 +0000 (09:16 +0100)]
kate: Lower tiger's rank to NONE again
It's not well tested yet and doesn't handle segments and text/video
synchronization properly yet. Autoplugging it will cause failures.
Sebastian Dröge [Fri, 6 Nov 2009 06:12:03 +0000 (07:12 +0100)]
assrender: Reset segments on FLUSH_STOP events
Sebastian Dröge [Thu, 5 Nov 2009 16:41:53 +0000 (17:41 +0100)]
assrender: Improve debugging
Thiago Santos [Fri, 6 Nov 2009 03:46:12 +0000 (00:46 -0300)]
qtmux: Adding some ifs for protection
Adding somes ifs to protect against warning conditions
that might happen when upstream element is not sane
Fixes #600895
Thiago Santos [Thu, 5 Nov 2009 16:40:38 +0000 (13:40 -0300)]
scaletempo: properly update new segments
Scaletempo was missing an update of 'stop' in
new segment parameters when pushing it downstream,
which caused files to end earlier when rate < 1.
Fixes #599903
Based on patch by: Bastian Hecht <hechtb@gmail.com>
Tim-Philipp Müller [Thu, 5 Nov 2009 23:17:58 +0000 (23:17 +0000)]
timidity: printf format fixes
Tim-Philipp Müller [Thu, 5 Nov 2009 22:03:51 +0000 (22:03 +0000)]
mythtv: printf format fixes
Tim-Philipp Müller [Thu, 5 Nov 2009 21:58:38 +0000 (21:58 +0000)]
mms: printf format fixes
Tim-Philipp Müller [Thu, 5 Nov 2009 21:51:07 +0000 (21:51 +0000)]
kate: printf format fixes
Tim-Philipp Müller [Thu, 5 Nov 2009 21:47:05 +0000 (21:47 +0000)]
resindvd: printf format fixes
Tim-Philipp Müller [Thu, 5 Nov 2009 21:45:07 +0000 (21:45 +0000)]
dvbbasebin: printf format fixes
Tim-Philipp Müller [Thu, 5 Nov 2009 21:44:51 +0000 (21:44 +0000)]
directfb: printf format fixes
Tim-Philipp Müller [Thu, 5 Nov 2009 21:44:39 +0000 (21:44 +0000)]
alsaspdifsink: printf format fixes
Sebastian Dröge [Thu, 5 Nov 2009 16:13:36 +0000 (17:13 +0100)]
assrender: Update last stop for the subtitles
Sebastian Dröge [Thu, 5 Nov 2009 16:06:18 +0000 (17:06 +0100)]
assrender: Synchronize text and video by taking the running time instead of the stream time
Sebastian Dröge [Thu, 5 Nov 2009 15:44:09 +0000 (16:44 +0100)]
assrender: Keep track of the subtitle segments
Sebastian Dröge [Thu, 5 Nov 2009 15:41:56 +0000 (16:41 +0100)]
assrender: If the video segment is not in TIME format don't accept it
Olivier Crête [Thu, 5 Nov 2009 03:52:19 +0000 (22:52 -0500)]
dtmfdetect: Add dtmfdetects to plugins docs
Olivier Crête [Thu, 5 Nov 2009 03:19:58 +0000 (22:19 -0500)]
dtmfdetect: Add DTMF tone detector
It looks at raw audio data and emits messages when DTMF is detected.
The dtmf detector is the same Goertzel implementation used in FreeSwitch
and Asterisk. It is in the public domain.
Wim Taymans [Thu, 5 Nov 2009 12:53:46 +0000 (13:53 +0100)]
Revert "inputselector: use get_caps_reffed()"
This reverts commit
49ec4f796a0e3f88a851708782c853baf4b05724.
We can't use this new function yet.
Wim Taymans [Thu, 5 Nov 2009 12:29:55 +0000 (13:29 +0100)]
inputselector: use get_caps_reffed()
Sebastian Dröge [Thu, 5 Nov 2009 12:17:27 +0000 (13:17 +0100)]
assrender: Drop too late text buffer immediately
Also improve debugging a bit and drop buffers without valid
timestamp or duration because we can't handle them.
Sebastian Dröge [Thu, 5 Nov 2009 11:25:25 +0000 (12:25 +0100)]
assrender: Fix race condition that results in a deadlock on shutdown
Olivier Crête [Thu, 5 Nov 2009 03:21:35 +0000 (22:21 -0500)]
dtmfsrc: Reject empty caps
Olivier Crête [Thu, 5 Nov 2009 03:21:22 +0000 (22:21 -0500)]
dtmfsrc: Use log level for repeated debug messages
Olivier Crête [Thu, 5 Nov 2009 01:05:17 +0000 (20:05 -0500)]
dtmfsrc: Allow for any samplerate
Jan Schmidt [Wed, 4 Nov 2009 23:32:07 +0000 (23:32 +0000)]
autoconvert: Fix previous commit: ensure we take a ref on the features
Jan Schmidt [Wed, 4 Nov 2009 15:21:50 +0000 (15:21 +0000)]
resindvd,autoconvert: Avoid depending on 0.10.26 API
Wait until after the next release to bump the core requirement.
Until then, don't use gst_plugin_feature_list_copy and
gst_pad_peer_get_caps_refed.
Jan Schmidt [Mon, 2 Nov 2009 17:06:53 +0000 (17:06 +0000)]
resindvd: Remove old code and obsolete comments
Remove some disabled code paths and obsolete FIXME comments
Gabriel Millaire [Wed, 14 Oct 2009 19:47:27 +0000 (15:47 -0400)]
celtdec : chain_parse_data : check validity of timestamp, create a new one if needed
celtenc : default framesize is 480
setcaps : gets framesize and set caps
enc_chain : sets framesize in caps
Added frame-size to static caps of audio/x-celt
Replaced GST_DEBUG_OBJECT by GST_LOG_OBJECT in enc_chain
setcaps: get frame-size from int instead of string
setcaps: use default value for frame-size
Edward Hervey [Wed, 4 Nov 2009 16:13:34 +0000 (17:13 +0100)]
mpegdemux: Fix pointer-differences printout
There is unfortunately no G_*_FORMAT conversion specifier for differences of
pointers in glib, and we can't rely either on all platforms being 64bit.
So let's just cast the difference to a gint and be done with it.
Jan Schmidt [Wed, 4 Nov 2009 13:55:04 +0000 (13:55 +0000)]
po: Don't create backup .po files
As well as preventing creation of useless backup files, it works
around a bug in gettext 0.17 on OS/X
Wim Taymans [Wed, 4 Nov 2009 14:57:40 +0000 (15:57 +0100)]
cdaudio: fix properties
Fix properties and allow setting the device property.
Sebastian Dröge [Wed, 4 Nov 2009 12:11:44 +0000 (13:11 +0100)]
assrender: Return WRONG_STATE from the subtitle chain when flushing
Sebastian Dröge [Wed, 4 Nov 2009 12:07:27 +0000 (13:07 +0100)]
assrender: Unlock and free any pending subtitle buffers on FLUSH_START
Sebastian Dröge [Wed, 4 Nov 2009 11:50:18 +0000 (12:50 +0100)]
assrender: Synchronize subtitle buffers with the video
Fixes bug #600662.
Stefan Kost [Tue, 3 Nov 2009 22:21:19 +0000 (00:21 +0200)]
inputselector: also add inline to the proto to fix the build
Stefan Kost [Tue, 3 Nov 2009 22:19:20 +0000 (00:19 +0200)]
zbar: include quality and check count, fixes #600461
We report the relative quality in the message and we also use the cache to skip
early detects and doubles.
Edward Hervey [Tue, 3 Nov 2009 17:14:12 +0000 (18:14 +0100)]
gst: Remove dead assignments and resulting unused variables
Merged from gst-plugins-base,
8cd1b5209b68944e1be56ca8bb69e46d4abb7a34.
Sebastian Dröge [Tue, 3 Nov 2009 17:12:21 +0000 (18:12 +0100)]
inputselector: Use the same iterate internal links function as in gst-plugins-base
Tim-Philipp Müller [Tue, 3 Nov 2009 17:11:13 +0000 (18:11 +0100)]
Remove GST_DEBUG_FUNCPTR where they're pointless
There's not much point in using GST_DEBUG_FUNCPTR with GObject
virtual functions such as get_property, set_propery, finalize and
dispose, since they'll never be used by anyone anyway. Saves a
few bytes and possibly a sixteenth of a polar bear.
Merged from gst-plugins-base,
6f4c1ac58341ee189225d313ddfe9ae24a65c88c.
David Schleef [Tue, 3 Nov 2009 17:09:55 +0000 (18:09 +0100)]
Remove Ronald Bultje from Authors field
Replaced with "GStreamer maintainers
<gstreamer-devel@lists.sourceforge.net>" or just removed,
depending on the number of other authors.
Merged from gst-plugins-base,
0e9bc5125aca546d773ed1002df573dd8e2dc136.
Wim Taymans [Tue, 3 Nov 2009 17:08:05 +0000 (18:08 +0100)]
inputselector: set output caps before pushing
Set the output caps on the srcpad before pushing the buffer because else core
will do a rather expensive check to see if we can actually accept those caps on
the srcpad.
Merged from gst-plugins-base,
bdfb4b46d746ef298fcf44260879c342af4cafa3.
Wim Taymans [Tue, 3 Nov 2009 17:06:11 +0000 (18:06 +0100)]
inputselector: install an acceptcaps function
Install a custom acceptcaps function instead of using the default expensive
check. We accept whatever downstream accepts so we pass along the acceptcaps
call to the downstream peer.
Merged from gst-plugins-base,
5b72f2adf996739036e8d9b5f91005455d1fface.
Sebastian Dröge [Tue, 3 Nov 2009 14:08:02 +0000 (15:08 +0100)]
tiger: Make sure that tiger is not autoplugged by decodebin2
It's not really a decoder...
Sebastian Dröge [Tue, 3 Nov 2009 13:50:15 +0000 (14:50 +0100)]
kate: Change ranks of katedec and tiger to PRIMARY to be autoplugged
Sebastian Dröge [Tue, 3 Nov 2009 13:49:44 +0000 (14:49 +0100)]
tiger: Change name of the subtitle sink template and classification
This will make sure that subtitleoverlay can work with tiger.
Jan Schmidt [Mon, 2 Nov 2009 11:33:19 +0000 (11:33 +0000)]
resindvd: Take a copy of the passed plugin features
Clarify the ownership of the internal plugin feature list by making
a copy of any passed list. Avoids crashes when freeing a passed list,
or leaks caused by not freeing any internally built list.
Jan Schmidt [Mon, 2 Nov 2009 10:20:40 +0000 (10:20 +0000)]
resindvd: Fix an oversight from updating the copy of basesrc
Plugins need gst-i18n-plugin.h, not gst-i18n-lib.h
Tim-Philipp Müller [Sun, 1 Nov 2009 15:56:54 +0000 (15:56 +0000)]
pitch: remove pointless gst_element_no_more_pads()