summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2009-07-20camerabin: log formats in preview image conversionStefan Kost1-1/+4
2009-07-20camerabin: remove unused variable assignmentStefan Kost1-4/+1
Result is not needed here, but variable is used later on. Also remove double new lines in function.
2009-07-20fpsdisplaysink: check query return result before using itStefan Kost1-1/+4
2009-07-20metadata: don't dereference the pointer before the validity checkStefan Kost1-1/+3
2009-07-20camerabin: improve perf test robustness and add commentsStefan Kost1-9/+16
2009-07-20kateenc: also recognise the new recommended 'SUB' categoryVincent Penquerc'h1-1/+19
Move the check for 'simple' subtitles category to a separate routine and add in the new recommended SUB category (#525743).
2009-07-20kateenc: keep bitmap/palette/region around when on the spot encoding is not ↵Vincent Penquerc'h2-11/+51
possible due to an unknown end time Fixes valgrind unitialized value report. See #525743.
2009-07-19docs: add inspect info for kate pluginTim-Philipp Müller1-0/+124
Should fix the docs build.
2009-07-19kate: add some FIXMEsTim-Philipp Müller6-2/+13
2009-07-19katedec: demote to GST_RANK_NONE for nowTim-Philipp Müller1-1/+1
There are still some autoplugging issues to sort out, and it needs some testing.
2009-07-19checks: add kate unit tests to valgrind blacklist for nowTim-Philipp Müller2-0/+3
And add check binary to ignore list.
2009-07-19kate: make sure to free some more stuffTim-Philipp Müller2-0/+33
2009-07-19kate: fix up for additional subtitle/x-kate media typeTim-Philipp Müller7-18/+40
2009-07-19kate: remove local kate typefinder, use the one in -baseTim-Philipp Müller1-33/+0
2009-07-19kate: change media type to subtitle/x-kate and update define accordinglyTim-Philipp Müller6-9/+9
2009-07-19add new Kate plugin, for Kate overlay streamsVincent Penquerc'h26-2/+6039
katedec: Kate decoder (text only) kateenc: Kate encoder (text and DVD SPU only) katetag: Kate tagger kateparse: Kate parser tiger: Kate renderer using the Tiger rendering library Fixes #525743.
2009-07-19real: differentiate between 'module does not exist' and genuine module ↵Tim-Philipp Müller2-11/+23
opening errors Don't log a GST_ERROR if one of the codec modules we were looking for doesn't exist. That's not a genuine error, but somewhat expected.
2009-07-18mpegdemux: Fix integer overflowMatijs van Zuijlen1-2/+2
This breaks playback of files >4 GB as the offset was a guint before. Changing it to a guint64 fixes this.
2009-07-17metadata: reset state if there is something to resetStefan Kost1-3/+3
The condition was wrong and as such the element was writing the same tags on subsequent images if reused.
2009-07-17camerabin: use gst_caps_replace instead of separate callsStefan Kost1-10/+4
This fixes setting snapshot caps back to NULL also.
2009-07-17camerabin: implemnet two more testsStefan Kost1-66/+259
Add tests for videorecording startup and capture startup delay.
2009-07-17mpegtsparse: add component tag to the video component structure in eitZaheer Merali1-1/+3
2009-07-16mimenc: Don't pretend to be ML20 if pausedOlivier Crête1-1/+1
2009-07-16mimdec: Ignore the timestamps inside the buffersOlivier Crête2-97/+2
2009-07-16mimdec: Don't try to parse the header before dropping the paused framesOlivier Crête1-6/+6
2009-07-16mimdec: Print the incoming fourcc on errorsOlivier Crête1-4/+4
2009-07-16Increased the length of time for tuning in gstdvbsrc.c.Austin Lund1-1/+3
Some devices take a while to tune and 500ms was too short to detect successful tuning. As well as waiting for 5 seconds each 100ms the status is checked and the loop is broken out of when tuning has suceeded.
2009-07-16mpegtsdemux: Don't use PIDs > MPEGTS_MAX_PIDAleksey Yulin1-1/+2
The mpegtsdemux streams array only has MPEGTS_MAX_PID entries and accessing one afterwards will result in crashes. Fixes bug #575672.
2009-07-16Add more debug output to metadatamuxZeeshan Ali (Khattak)1-0/+9
2009-07-16pesfilter: Permit unbounded packets for 0xfd (extended stream id).Josep Torra1-2/+47
Added parsing of PES extension related data. Fixes some VC1 related issues.
2009-07-16oss4: Attempt to fix a compiler warningJan Schmidt1-4/+3
Don't store a const gchar * in a non-const gchar * local var. Also, make the translation string function static since it's only used in the one file.
2009-07-15metadata: Fix some compiler warningsJan Schmidt1-6/+12
Cast some debug string parameters so that they don't cause mismatched type warnings.
2009-07-15vdpau: Fix a compiler warning about uninitialised variable use.Jan Schmidt1-3/+2
2009-07-15oss4: Enhancements to the mixer and audio outputGarrett D'Amore4-239/+270
Code cleanups, general improvements, support for the new mixer flags in latest gst-plugins-base. Fixes: #584252 Patch By: Brian Cameron <brian.cameron@sun.com> Patch By: Garrett D'Amore <garrett.damore@sun.com>
2009-07-15mpegtsparse: add component tag to structure for component messageZaheer Merali1-2/+4
2009-07-15camerabin: use nonbuffered io to save memcopiesStefan Kost2-7/+5
We write large blocks anyway, so no extra buffering please. Also use one g_object_set to set multiple properties on same object.
2009-07-15camerabin: track todo itemsStefan Kost1-0/+31
2009-07-15camerabin: leave image/video bin in ready when changing modeStefan Kost1-1/+1
2009-07-14amrparse: Sync baseparse changesSebastian Dröge2-29/+63
2009-07-14aacparse: Add function for the baseparse subclass to push buffers downstreamSebastian Dröge2-27/+60
Also handle the case gracefully where the subclass decides to drop the first buffers and has no caps set yet. It's still required to have valid caps set when the first buffer should be passed downstream.
2009-07-14baseparse: Fix seek event leakingSebastian Dröge1-2/+3
2009-07-14metadata: fix copy'n'paste in tag descriptionStefan Kost1-1/+1
2009-07-13schro: Add enum types for schroedinger settingsDavid Schleef1-2/+36
2009-07-13resindvd: Don't send empty language code stringsJan Schmidt1-3/+5
Ignore empty language codes on some poorly coded DVDs, rather than setting empty strings into our outgoing taglist.
2009-07-13Automatic update of common submoduleOlivier Crête1-0/+0
From 5845b63 to fedaaee
2009-07-10mimenc: Only enable paused mode if the property is trueOlivier Crête1-3/+7
2009-07-10ivorbis: extract vorbis commentsTim-Philipp Müller2-10/+13
Fixes #575818.
2009-07-08shapewipe: Add BGRA support for video in/outputSebastian Dröge1-18/+27
2009-07-08mpegtsdemux: Fix double freeSebastian Pölsterl1-3/+0
The hash table already makes sure that the stream is correctly free'd when elements are removed. Fixes bug #587819.
2009-07-08mpegtsparse: parse component tagMiguel Àngel Farré1-1/+7