summaryrefslogtreecommitdiffstats
path: root/gst
AgeCommit message (Collapse)AuthorFilesLines
2009-05-11mpegtsdemux: Only take PCR from the active stream for bitrate estimation.Edward Hervey1-6/+13
2009-05-11mpegtsdemux: Change debugging levels for very frequent messages.Edward Hervey1-14/+16
This allows debugging with mpegtsdemux:4 while being able to track what's going on (and avoid taking up as much cpu for debugging as for the actual demuxing process).
2009-05-11mpegtsdemux: Revert indentation and comment header file.Edward Hervey1-93/+98
One shouldn't run gst-indent on .h files, in this case it was un-beautifying the indentation :)
2009-05-10gppmux: Add MPEG-4 part 2 to supported formats. Fixes #581593.Mark Nauwelaerts1-1/+1
2009-05-10mxfmux: Fix uninitialized variable compiler warningTristan Matthews1-1/+3
This will always be set to something but gcc didn't detect this. Fixes bug #582013.
2009-05-09mxfmux: Write metadata items in reference orderSebastian Dröge2-23/+76
This ensures that the metadata items are always written in the same order and that first comes the preface, then the identification linked from the preface, ... Some demuxers can't handle files where the metadata items are in random order.
2009-05-09mxfmux: Fix EOS logic againSebastian Dröge1-2/+3
2009-05-09mxfmux: Don't unref NULL buffers if pushing a buffer after the first failedSebastian Dröge1-1/+1
2009-05-08mpegtsdemux: Add initial naive seeking support and fix duration query.Zaheer Merali2-117/+341
Sync from gst-fluendo-mpegdemux and have seeking/duration query improvements in. No support however for wrapped around pcrs etc. but a start nonetheless. Also fix indentation issues.
2009-05-08deinterlace2: Add a disabled mode for passthrough operationSebastian Dröge2-12/+21
Also allow to change the mode in PAUSED and PLAYING by updating the caps if necessary.
2009-05-07Add ranks to various muxers and encoders in -badChristian Schaller3-3/+4
2009-05-05mpeg4videoparse: don't leak the config dataArnout Vandecappelle1-0/+8
Clear the config data when going to READY or when disposed. Fixes #581427
2009-05-05rtpssrcdemux: drop unexpected RTCP packetsWim Taymans1-1/+7
We usually only get SR packets in our chain function but if an invalid packet contains the SR packet after the RR packet, we must not fail but simply ignore the malformed packet. Fixes #581375
2009-05-04mpegtsparse: Remember pids that are meant to be stream pids.Zaheer Abbas Merali2-0/+15
Fixes #569781
2009-05-03mpegtsparse: Ignore subtable extension when parsing PATVincent Genieux3-5/+23
Fixes #569673.
2009-05-03mpegtsparse: make safe changing the program-numbers property dynamicallyVincent Genieux2-24/+25
Fixes #569437.
2009-05-03baseparse: fix (regression in) newsegment handlingMark Nauwelaerts3-42/+24
(aacparse, amrparse, flacparse). Fixes #580133.
2009-05-01docs: make fpsdisplaysink show up in the docsTim-Philipp Müller1-1/+1
2009-05-01fpsdisplaysink: move private struct into plugin struct and use Gst namespaceTim-Philipp Müller2-138/+124
2009-05-01fpsdisplaysink: rename plugin (not element) to debugutilsbadTim-Philipp Müller3-22/+48
Makes it easier to add further utils here without creating yet another plugin.
2009-04-30qtmux: changes caps of src pads to video/quicktime, variant=somethingThiago Santos1-3/+4
Take a look at bug #580005 for further info.
2009-04-30fpsdisplaysink: init variable to NULL to avoid compiler warningTristan Matthews1-1/+1
Fixes #580901.
2009-04-30dvdspu: do some basic clippingWim Taymans2-13/+54
Add some basic clipping of the subtitle region when the subtitle is bigger than the image we should put it on.
2009-04-30dvdspu: don't EOS when the subtitle got EOSWim Taymans1-0/+6
Don't forward the EOS on the subtitle pad as the video might still be running.
2009-04-30fpsdisplay: code cleanup and plug overlay as neededStefan Kost1-28/+57
Pluggin the text-ovelay causes some slowdowns and might need a colorspace converter. We now only check the text-overlay property whne goint to ready and plug or unplug the text-overlay at that time. If the property changes during playing, its not switched immediately.
2009-04-29flvmux: init variable to NULL to fix compiler warningTristan Matthews1-1/+1
Fixes #580786.
2009-04-29flv: Set/require the framed/parsed fields of the audio/mpeg caps to TRUESebastian Dröge2-3/+3
2009-04-29flv: Always write at least the minimal tags and write the PAR as tagsSebastian Dröge1-8/+49
2009-04-29flv: Add support for muxing some tagsSebastian Dröge2-8/+227
2009-04-29flv: Add support for title tagSebastian Dröge1-1/+3
2009-04-29flv: Fix parsing of tags and add new mappingsSebastian Dröge1-48/+81
We shouldn't register a new GstTag for every unknown tag we find as this might lead to conflicts and also those tags are essentially unknown. Add mappings for some known tags and also convert string dates to GDate, as found in many FLV files.
2009-04-28rtpmux: Reject wrong capsOlivier Crête1-5/+3
2009-04-28rtpmux: Fix leakOlivier Crête1-2/+7
Fixed a leak discovered by Laurent Glayal <spegle@yahoo.fr>
2009-04-28rtpmux: Fix leakOlivier Crête1-3/+4
Fixed a leak discovered by Laurent Glayal <spegle@yahoo.fr>
2009-04-27rtpsouce: make WARNING into LOGOlivier Crete1-1/+3
Since neither rtpmanager nor any of the payloaders properly implement pad allocation, there is no way for the rtpmanager to inform downstream elements of the new SSRC if there is an SSRC collision. So the warning is emitted all the time and it is confusing. Fixes #580144
2009-04-27rtpsession: notify when SSRC changesOlivier Crete1-0/+7
Emit a g_object_notify when the SSRc changes because of a collision. Fixes #580144
2009-04-27Add new plugin to spec file and add missing header to gst/dccp/Makefile.amChristian Schaller1-2/+2
2009-04-24mp4mux: Changes src caps to application/x-iso-mp4Thiago Santos1-2/+1
Fixes #580005
2009-04-23fpsdisplay: more cleanupsStefan Kost1-11/+15
Use normal gst-defines in PLUGIN_DEFINE. Shorten _start/stop method names. More ideas. Move debug category-init down to plugin-init.
2009-04-23fpsdisplay: use a nicer font familyStefan Kost1-1/+1
2009-04-23fpsdisplay: various cleanups, docs and commentsStefan Kost1-67/+54
Remove unused base_init. Add basic doc blob. Reuse query object. Rename variables for clarity. Add comments and ToDos.
2009-04-23fpsdisplay: remove iface proxyStefan Kost1-71/+1
When we get bus messages for setting the xid, we have the real sink element instance as message_src. No need to proxy the xoverlay iface therefore (autovideosink does not do it either). Also we don't need to rewrite the message src of all messages from that sink.
2009-04-23input-selector: Forward segment events for the active pad immediately.Jan Schmidt1-5/+10
When a segment event is received on the active pad, forward it downstream immediately instead of deferring it until the next data buffer arrives. This fixes problems with segment updates never being sent downstream, like those needed for sparse streams, or for closing previously opened segments. This fixes playback of DVD menus with a still video frame and an audio track, for example. Fixes: #577843
2009-04-22rtpmux: Fix warningOlivier Crête1-1/+1
2009-04-22rtpmux: Set different caps depending on the inputOlivier Crête1-2/+10
2009-04-22rtpmux: Only free pad private when pad is disposedOlivier Crête1-14/+9
2009-04-22flv: Add documentation to flvmux and flvdemuxSebastian Dröge4-0/+30
Partially fixes bug #573737.
2009-04-22mxf: Mark most fields of the instance struct as privateSebastian Dröge1-0/+2
2009-04-22deinterlace2: Add documentation and integrate into the build systemSebastian Dröge2-0/+110
2009-04-22mxf: Add documentation to mxfmux and update the docsSebastian Dröge1-0/+13