summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2013-04-23playbin: autoplug video_decoer:video_sink based on GstCapsFeatures.HEADmasterSreerenj Balachandran1-50/+320
2013-04-23decodebin2: also remove the bytes limitWim Taymans1-1/+3
2013-04-23decodebin2: update buffer size in multiqueueWim Taymans1-2/+14
2013-04-23decodebin2: only allow 'lower' multiqueues to emit buffering messagesThiago Santos1-0/+69
2013-04-23decodebin2: do not handle the next-groups list as if it was a single itemThiago Santos1-4/+18
2013-04-23decodebin2: preserve next groups orderThiago Santos1-1/+1
2013-04-23decodebin2: still report chain as drained when not 'handled'Thiago Santos1-0/+3
2013-04-23typefind: add smoothstreaming manifest typefindingThiago Santos1-0/+122
2013-04-23streamsynchronizer: Don't consider a stream added for an already running one ...Sebastian Dröge1-2/+3
2013-04-23streamsynchronizer: If a stream belongs to an already running stream, don't waitSebastian Dröge1-36/+58
2013-04-22Update disted orc backup filesTim-Philipp Müller12-0/+2249
2013-04-21uridecodebin: don't report 'no uri handler found' if the URI was rejected by ...Tim-Philipp Müller1-10/+18
2013-04-21adder: Do not try to wait for flush_stop after receiving a segment eventThibault Saunier2-10/+1
2013-04-21volume: skip controlled processing if we have no timestampStefan Sauer1-50/+53
2013-04-18playbin: use _plugin_feature_rank_compare API instead of duplicating the code.Sreerenj Balachandran1-8/+1
2013-04-18decodebin: use _plugin_feature_rank_compare API instead of duplicating the code.Sreerenj Balachandran1-8/+1
2013-04-16uridecodebin: query bandwidth capability to source elementPhilippe Normand1-1/+10
2013-04-15gst: Add better support for static pluginsSebastian Dröge17-17/+17
2013-04-15playbin: use ascending order for name based sorting of pluginfeatures.Sreerenj Balachandran1-1/+1
2013-04-15decodebin: use ascending order for name based sorting of pluginfeatures.Sreerenj Balachandran1-1/+1
2013-04-12playbin: fix jpeg passthrough to decoder sinks by marking image/* as video st...Tim-Philipp Müller1-0/+1
2013-04-08videoscale: Allow passthrough for ANY caps featuresSebastian Dröge1-13/+25
2013-04-08videoconvert: Allow passthrough for ANY caps featuresSebastian Dröge1-6/+13
2013-04-06videoscale: set reasonable limits on propertiesDavid Schleef1-2/+2
2013-04-05videoscale: set min value to DBL_MIN to avoid a value of 0.0 that would crashStefan Sauer1-1/+1
2013-04-04decodebin2: forward all sticky events to decodepadWim Taymans1-13/+20
2013-04-04decodebin: debug sticky events on exposed padsWim Taymans1-0/+11
2013-04-04decodebin2: small cleanupWim Taymans1-7/+7
2013-03-31streamsynchronizer: update position for reverseWim Taymans1-11/+23
2013-03-31encodebin: Add action signal to get pad for a given profileEdward Hervey1-7/+68
2013-03-30videoconvert: use one matrix functionWim Taymans2-26/+27
2013-03-30videoconvert: use one temp array for linesWim Taymans2-37/+35
2013-03-30decodebin: Remove GstdecodePads that are not going to be exposedSebastian Dröge1-0/+3
2013-03-30playbin: Ignore caps from audio/video sink factories if there are fixed sinks...Sebastian Dröge1-1/+14
2013-03-30playbin: Handle caps queries from unlinked elementsSebastian Dröge1-0/+174
2013-03-30decodebin: Add autoplug-query signal to handle queries for yet unconnected el...Sebastian Dröge2-12/+198
2013-03-30decodebin: Don't add a children to a decode group twiceSebastian Dröge1-1/+1
2013-03-29audiotestsrc: fix a comment typo from previous commitStefan Sauer1-1/+1
2013-03-29audiotestssrc: truncate the seek pos to the sample and round the timeStefan Sauer1-5/+8
2013-03-28videoconvert: respect the pack_lines when packingWim Taymans2-25/+38
2013-03-28videoconvert: be smarter when selecting a conversionWim Taymans1-1/+142
2013-03-28videoconvert: small cleanupWim Taymans2-34/+39
2013-03-28uridecodebin: remove commented codeStefan Sauer1-9/+0
2013-03-25audiotestsrc: simplify the capsStefan Sauer1-8/+2
2013-03-24audiotestsrc: fix rounding errors that might cause segments to be one sample ...Simon Berg1-2/+3
2013-03-24audiotestsrc: fix buffer size of last bufferSimon Berg1-0/+2
2013-03-24videoconvert: avoid double freeWim Taymans1-0/+1
2013-03-24Revert "videoconvert: prevent bad interlaced conversions"Wim Taymans1-113/+3
2013-03-22videoconvert: prevent bad interlaced conversionsDavid Schleef1-3/+113
2013-03-22subparse: fix off by one offset calculationArnaud Vrac2-6/+1