summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-17142-146/+145
* mpegdemux: Fix unitialized variable compiler warningSebastian Dröge2012-10-161-1/+3
* hlsdemux: And fix another deadlock caused by the update thread not correctly ...Sebastian Dröge2012-10-151-5/+26
* hlsdemux: Also hold the mutex before signalling the condition variableSebastian Dröge2012-10-151-0/+4
* hlsdemux: Also cancel the downloader before stopping the playlist update taskSebastian Dröge2012-10-151-0/+3
* hlsdemux: Only lock the mutex when it's not locked alreadySebastian Dröge2012-10-151-8/+10
* hlsdemux: Fix another race condition by holding the mutex that the condition ...Sebastian Dröge2012-10-151-0/+10
* hlsdemux: Port some things from the last commitsSebastian Dröge2012-10-151-12/+12
* hlsdemux: Never ever stop a task from the task functionSebastian Dröge2012-10-151-9/+38
* hlsdemux: Fix lots of deadlocks caused by race conditions in the task state h...Sebastian Dröge2012-10-151-1/+17
* mpegdemux: advance stream time when sending GAP eventMark Nauwelaerts2012-10-121-0/+1
* mpegdemux: send language info downstream if availableMark Nauwelaerts2012-10-122-1/+35
* mpegdemux: remove obsolete struct fieldMark Nauwelaerts2012-10-122-15/+0
* audioparse: Set framesize and properties correctly when taking formatMichael Smith2012-10-121-0/+6
* mpegdemux: tweak flow return aggregationMark Nauwelaerts2012-10-121-0/+5
* mpegdemux: handle upstream TIME segmentsMark Nauwelaerts2012-10-121-8/+28
* mpegdemux: handle and combine downstream flow returnMark Nauwelaerts2012-10-122-1/+50
* mpegdemux: handle new style dvd eventMark Nauwelaerts2012-10-121-7/+24
* mpegdemux: do not add pad after no-more-padsMark Nauwelaerts2012-10-121-2/+10
* mpegdemux: clean up segment sendingMark Nauwelaerts2012-10-122-39/+27
* mpegdemux: send GAP event rather than segment updatesMark Nauwelaerts2012-10-122-28/+9
* mpegdemux: refactor segment sendingMark Nauwelaerts2012-10-121-16/+23
* mpegdemux: refactor init and resetMark Nauwelaerts2012-10-121-31/+31
* mpegdemux: no more segment closing in 1.0Mark Nauwelaerts2012-10-121-67/+0
* mpegdemux: clean up some debug statementsMark Nauwelaerts2012-10-121-9/+3
* mpegtsdemux: First push EOS, then destroy all programsSebastian Dröge2012-10-122-1/+13
* hlsdemux: Fix invalid readSebastian Dröge2012-10-121-1/+1
* mpegvideoparse: signal interlacing properly in video capsSreerenj Balachandran2012-10-101-2/+3
* replace some playbin2 -> playbinWim Taymans2012-10-102-2/+2
* mpeg4videoparse: reset frame parser after parsing caps codec dataMark Nauwelaerts2012-10-101-0/+1
* audioparse: add a mode where the caps are taken from the sink pad, and thus a...Michael Smith2012-10-092-1/+25
* mpegvideoparse: reset frame parser after parsing codec_data buffer in caps, toMichael Smith2012-10-091-0/+1
* mpeg4videoparse: properly mark config data presenceMark Nauwelaerts2012-10-092-1/+5
* fieldanalysis: Fix unitiailized variable compiler warningSebastian Dröge2012-10-081-1/+2
* rtpvp8: Also commit remaining uncommitted changes...Sebastian Dröge2012-10-031-2/+2
* rtpvp8: redifine vp8_norm to avoid duplicated symbols in static links with li...Andoni Morales Alastruey2012-10-031-0/+1
* videoparsers: fix duplicated symbols for static links with libschroedingerAndoni Morales Alastruey2012-10-031-1/+6
* dvdspu: add YV12 and NV12 supportRob Clark2012-10-032-8/+9
* frei0r: fix plugin loading for frei0r elements that have no info.explanationTim-Philipp Müller2012-09-293-3/+15
* frei0r: Port to 1.0Nicolas Dufresne2012-09-286-298/+221
* wrappercamerabinsrc: change video-source if the user requestedThiago Santos2012-09-282-33/+88
* wrappercamerabinsrc: pad probe ids are gulongThiago Santos2012-09-271-1/+1
* camerabin: use correct element name when replacing the video filterThiago Santos2012-09-271-1/+1
* fieldanalysis: Port to 1.0Robert Swain2012-09-252-318/+364
* rtpdtmfdepay: Use 1.0-style caps negotiation and audio/x-rawOlivier Crête2012-09-221-7/+11
* intersubsrc: disable timestamping code that doesn't make senseTim-Philipp Müller2012-09-201-0/+3
* y4mdec: init videoinfoMark Nauwelaerts2012-09-181-0/+1
* freeze: remove freeze element, was replaced by imagefreeze in -good years agoTim-Philipp Müller2012-09-173-433/+0
* use gst_element_factory_get_metadata to replace obsolete APIMark Nauwelaerts2012-09-151-1/+2
* replace _get_caps_reffed with _get_capsMark Nauwelaerts2012-09-141-1/+1