summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2009-11-17Release 0.10.17gst-plugins-bad-0.10.17Jan Schmidt101-174/+517
2009-11-17Update .po filesJan Schmidt34-310/+470
2009-11-16signalprocessor: don't set channel positions in template-caps, Fixes #601775Stefan Kost4-16/+18
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.
2009-11-130.10.16.3 pre-releaseJan Schmidt5-441/+281
2009-11-11celt: Port to 0.7 APISebastian Dröge2-0/+31
Fixes bug #600724.
2009-11-11celt: Make celt version checks better extensibleSebastian Dröge2-10/+18
2009-11-090.10.16.2 pre-releaseJan Schmidt37-60/+1041
2009-11-09aiff: Disable aiff muxer for this release.Jan Schmidt2-5/+8
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
2009-11-09asfmux: Uncomment --disable-static flagJan Schmidt1-1/+1
For some reason that libtool flags line that prevents building the static lib was commented out. Reported by Mart Raudsepp on IRC.
2009-11-09inputselector: Remove useless variables and fix a uninitialized variable ↵Sebastian Dröge1-6/+4
compiler warnings Merged from gst-plugins-base, dfd51aa82a9e1c9924375183796eab70e574a231.
2009-11-09inputselector: Make sure that running_time->timestamp calculation never ↵Sebastian Dröge1-1/+4
becomes negative Merged from gst-plugins-base, f3653854585864a09d35e037853407332ea6901f.
2009-11-09inputselector: Use the start time (i.e. timestamp) as the last stopSebastian Dröge1-5/+5
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.
2009-11-09inputselector: Improve debuggingSebastian Dröge1-2/+4
Merged from gst-plugins-base.
2009-11-07jp2kenc: Fix klass (s/Decoder/Encoder/)Edward Hervey1-1/+1
2009-11-06dvbsrc: Add support for DVB-T/DVB-C with DVB API 3.3Chris Hills1-0/+13
2009-11-06assrender: The text and video duration should only compared as running time tooSebastian Dröge1-11/+30
The end times of the text and video buffers could be different than their start running time + duration because of different rates.
2009-11-06kate: Lower tiger's rank to NONE againSebastian Dröge1-1/+1
It's not well tested yet and doesn't handle segments and text/video synchronization properly yet. Autoplugging it will cause failures.
2009-11-06assrender: Reset segments on FLUSH_STOP eventsSebastian Dröge1-0/+3
2009-11-06assrender: Improve debuggingSebastian Dröge1-0/+7
2009-11-06qtmux: Adding some ifs for protectionThiago Santos2-5/+10
Adding somes ifs to protect against warning conditions that might happen when upstream element is not sane Fixes #600895
2009-11-05scaletempo: properly update new segmentsThiago Santos1-1/+1
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>
2009-11-05timidity: printf format fixesTim-Philipp Müller1-3/+2
2009-11-05mythtv: printf format fixesTim-Philipp Müller1-10/+9
2009-11-05mms: printf format fixesTim-Philipp Müller1-7/+6
2009-11-05kate: printf format fixesTim-Philipp Müller2-8/+11
2009-11-05resindvd: printf format fixesTim-Philipp Müller1-1/+1
2009-11-05dvbbasebin: printf format fixesTim-Philipp Müller1-2/+2
2009-11-05directfb: printf format fixesTim-Philipp Müller1-7/+7
2009-11-05alsaspdifsink: printf format fixesTim-Philipp Müller1-3/+3
2009-11-05assrender: Update last stop for the subtitlesSebastian Dröge1-0/+3
2009-11-05assrender: Synchronize text and video by taking the running time instead of ↵Sebastian Dröge1-22/+52
the stream time
2009-11-05assrender: Keep track of the subtitle segmentsSebastian Dröge2-2/+25
2009-11-05assrender: If the video segment is not in TIME format don't accept itSebastian Dröge1-2/+3
2009-11-05dtmfdetect: Add dtmfdetects to plugins docsOlivier Crête3-2/+20
2009-11-05dtmfdetect: Add DTMF tone detectorOlivier Crête6-2/+993
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.
2009-11-05Revert "inputselector: use get_caps_reffed()"Wim Taymans1-2/+2
This reverts commit 49ec4f796a0e3f88a851708782c853baf4b05724. We can't use this new function yet.
2009-11-05inputselector: use get_caps_reffed()Wim Taymans1-2/+2
2009-11-05assrender: Drop too late text buffer immediatelySebastian Dröge1-3/+18
Also improve debugging a bit and drop buffers without valid timestamp or duration because we can't handle them.
2009-11-05assrender: Fix race condition that results in a deadlock on shutdownSebastian Dröge1-0/+7
2009-11-04dtmfsrc: Reject empty capsOlivier Crête1-0/+3
2009-11-04dtmfsrc: Use log level for repeated debug messagesOlivier Crête1-7/+5
2009-11-04dtmfsrc: Allow for any samplerateOlivier Crête1-49/+18
2009-11-04autoconvert: Fix previous commit: ensure we take a ref on the featuresJan Schmidt1-0/+1
2009-11-04resindvd,autoconvert: Avoid depending on 0.10.26 APIJan Schmidt2-3/+3
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.
2009-11-04resindvd: Remove old code and obsolete commentsJan Schmidt2-53/+2
Remove some disabled code paths and obsolete FIXME comments
2009-11-04celtdec : chain_parse_data : check validity of timestamp, create a new one ↵Gabriel Millaire2-6/+32
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
2009-11-04mpegdemux: Fix pointer-differences printoutEdward Hervey1-31/+27
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.
2009-11-04po: Don't create backup .po filesJan Schmidt1-1/+1
As well as preventing creation of useless backup files, it works around a bug in gettext 0.17 on OS/X
2009-11-04cdaudio: fix propertiesWim Taymans1-22/+42
Fix properties and allow setting the device property.
2009-11-04assrender: Return WRONG_STATE from the subtitle chain when flushingSebastian Dröge2-1/+9