Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-05 | docs: add inspect files for new plugins | Tim-Philipp Müller | 3 | -0/+102 | |
2009-06-05 | docs: fix build of plugin docs by updating inspect templates | Tim-Philipp Müller | 7 | -12/+26 | |
The xml inspect data of the debugutilsbad plugin didn't contain the data for the fpsdisplaysink element (someone probably ran 'make udpate' in docs/plugins with the old libgstfpsdisplaysink.so from before the rename still around). | |||||
2009-06-05 | Revert "docs: add doc file fro new plugin" | Tim-Philipp Müller | 1 | -57/+0 | |
This reverts commit 039ef3eb072555b7ca38fc351ca386bb680ccccc. We don't track the stuff in xml/ in git. | |||||
2009-06-05 | docs: add doc file fro new plugin | Stefan Kost | 1 | -0/+57 | |
2009-06-05 | output-selector: serialize setting and actual changing of new active pad | Lasse Laukkanen | 1 | -13/+16 | |
2009-06-05 | output-selector: unref latest buffer also when resending has been disabled | Lasse Laukkanen | 1 | -2/+5 | |
2009-06-05 | output-selector: keep ref to buffer for resending only if explicitly requested | Lasse Laukkanen | 1 | -5/+7 | |
2009-06-04 | inputselector: don't leak pads in iterator | Wim Taymans | 1 | -0/+1 | |
2009-06-04 | mpegdemux: Add a GST_MEMDUMP line in the descriptor parsing | Jan Schmidt | 1 | -1/+3 | |
Make it possible to see descriptor contents in the debug output (GST_DEBUG=mpegtsdesc:9), and remove a stray semi-colon. | |||||
2009-06-04 | mpegtsdemux: Avoid passing the custom GST_FLOW_NEED_MORE_DATA upstream | Jan Schmidt | 1 | -5/+6 | |
Don't return GST_FLOW_NEED_MORE_DATA from the chain function at the end of files. | |||||
2009-06-04 | inputselector: Notify when the tags property of the selector sinkpads changes | Sebastian Dröge | 1 | -0/+2 | |
First part of bug #584686. | |||||
2009-06-04 | shapewipe: Increase timeout of the unit test | Sebastian Dröge | 1 | -0/+1 | |
2009-06-03 | Bump core/base requirements to released versions | Tim-Philipp Müller | 1 | -2/+2 | |
2009-06-02 | add two new plugins to spec file | Christian Schaller | 1 | -0/+2 | |
2009-06-02 | dvdspu: add missing header to Makefile.am: gstspu-common.h | Christian Schaller | 1 | -1/+1 | |
2009-06-02 | dirac: use GST_CXXFLAGS instead of GST_CFLAGS for c++ compilers | Tim-Philipp Müller | 1 | -1/+1 | |
Fixes compiler message about passing -Wdeclaration-after-statement to the C++ compiler. | |||||
2009-06-02 | aacparse: fix sample rate extraction from codec data | Tim-Philipp Müller | 1 | -22/+20 | |
In one case we extracted the sample rate index from the codec data and saved it as sample rate rather than getting the real sample rate from the table. Fix that, and also make sure we don't access non-existant table entries by adding a small helper function that guards against out-of-bounds access in case of invalid input data. | |||||
2009-06-02 | aacparse, amrparse: remove bogus gst_pad_fixate_caps() calls | Tim-Philipp Müller | 2 | -2/+0 | |
2009-06-02 | baseparse: propagate return value of GstBaseParse::set_sink_caps() | Tim-Philipp Müller | 3 | -3/+3 | |
gst_base_parse_sink_setcaps() presumably should fail if the subclass returns FALSE from its ::set_sink_caps() function. | |||||
2009-06-02 | baseparse: don't try to GST_LOG an already-freed caps string | Tim-Philipp Müller | 3 | -18/+6 | |
The proper way to log caps is via GST_PTR_FORMAT anyway. | |||||
2009-06-02 | aacparse: set channels and rate on output caps, and keep codec_data | Tim-Philipp Müller | 2 | -15/+41 | |
Create output caps from input caps, so we maintain any fields we might get on the input caps, such as codec_data or rate and channels. Set channels and rate on the output caps if we don't have input caps or they don't contain such fields. We do this partly because we can, but also because some muxers need this information. Tagreadbin will also be happy about this. | |||||
2009-06-01 | gppmux: enhance ftyp brand heuristic. Fixes #584360. | Mark Nauwelaerts | 4 | -4/+57 | |
2009-06-01 | shapewipe: Fix some issues that were exposed by the new unit test | Sebastian Dröge | 1 | -10/+12 | |
2009-06-01 | shapewipe: Add unit test for shapewipe | Sebastian Dröge | 2 | -0/+307 | |
2009-06-01 | shapewipe: Add documentation and integrate into the build system | Sebastian Dröge | 88 | -318/+4665 | |
2009-05-31 | sdpdemux: include glib.h before checking if G_OS_WIN32 is defined | Tim-Philipp Müller | 1 | -0/+3 | |
2009-05-31 | .gitignore: ignore new shapewipe example binary | Tim-Philipp Müller | 1 | -0/+1 | |
2009-05-31 | hdvparse: Setting rank to NONE so it doesn't get picked up by playbin2. | Edward Hervey | 1 | -1/+1 | |
2009-05-31 | hdvparse: Emit application message with the parsed information. | Edward Hervey | 1 | -2/+197 | |
2009-05-31 | hdvparse: New element for parsing private/hdv-a1 streams. | Edward Hervey | 4 | -0/+238 | |
2009-05-29 | shapewipe: Adjust border to still have everything transparent at 1.0 and the ↵ | Sebastian Dröge | 1 | -10/+30 | |
other way around | |||||
2009-05-29 | shapewipe: Divide the border value by two, otherwise we use a twice a wide ↵ | Sebastian Dröge | 2 | -5/+5 | |
border | |||||
2009-05-29 | shapewipe: Add border property to allow smooth borders | Sebastian Dröge | 3 | -6/+41 | |
...and use a border of 0.01 in the example application. | |||||
2009-05-29 | mpegtsdemux: Fix bogus uninitialised variable access | Jan Schmidt | 1 | -2/+1 | |
Typo in the previous commit | |||||
2009-05-29 | mpegtsdemux: Use the ISO 639 language code descriptor to send tags. | Jan Schmidt | 1 | -4/+41 | |
If there is an ISO 639 language descriptor for a stream, send a language code tag so that players can show a meaningful language for the audio and subtitle streams. | |||||
2009-05-29 | shapewipe: Fix Makefile of the example application | Sebastian Dröge | 1 | -2/+4 | |
2009-05-29 | shapewipe: Add a simple shapewipe transition filter & example application | Sebastian Dröge | 7 | -2/+1016 | |
2009-05-29 | rtpbin: Transform the right session sdes message | Olivier Crête | 1 | -3/+1 | |
Fixes #584165 | |||||
2009-05-29 | Add ssrc to application/x-rtp-source-sdes structure | Olivier Crête | 1 | -1/+2 | |
2009-05-28 | audioparse: add support for A-Law and µ-Law | Tim-Philipp Müller | 1 | -19/+54 | |
2009-05-28 | gstspu: Fix compiler warnings on OS/X | Tristan Matthews | 1 | -4/+10 | |
Fix some warnings for format string args and uninitialized vars on OS/X Fixes: #584164 Signed-off-by: Jan Schmidt <thaytan@noraisin.net> | |||||
2009-05-28 | qtmux: use different stsd atom type for H263 for ISO and QT variants | Mark Nauwelaerts | 2 | -1/+5 | |
Fixes #584114. | |||||
2009-05-28 | soundtouch: fix detection of libsoundtouch >= 1.4 | Mark Nauwelaerts | 1 | -4/+7 | |
2009-05-28 | amrparse: consider header size in byte <-> time conversions | Mark Nauwelaerts | 2 | -4/+7 | |
2009-05-28 | baseparse: fix debug category | Mark Nauwelaerts | 2 | -2/+2 | |
2009-05-28 | selector: remove not needed instance var (previous commit). | Stefan Kost | 1 | -1/+0 | |
2009-05-28 | jack: when stopping playback, do one more cycle to flush the port. Fixes #582167 | Stefan Kost | 2 | -6/+33 | |
The gst_jack_audio_client_set_active() flags the port as deactivating and uses a GCond to wait until the jack_process_cb() has run once more and cleared the flag. This way the client zero's the buffer. This happens if one manyally go to PAUSED and then to READY, while leting the mainloop run inbetween. | |||||
2009-05-28 | outputselector: implement pad_alloc on active pad. | Stefan Kost | 2 | -6/+40 | |
2009-05-27 | resindvd: Create all the audio streams of all formats | Jan Schmidt | 4 | -10/+20 | |
Enable creation of the demuxer pads for all audio streams, even types we don't yet support. This means that unsupported types (LPCM, DTS) are output, but not linked to anything yet. If only unsupported streams are available, the user hears silence instead of having the pipeline not pre-roll correctly. This is a prerequisite for hooking up the automatic decoder switching. | |||||
2009-05-27 | rtpsouce: the network address is in network order | Wim Taymans | 1 | -0/+1 | |
Bring the network address in netowkr byte order to the host order. |