summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-05-29decodebin: Lock the state of child elements as long as we manage their states1.0Sebastian Dröge1-1/+8
2013-05-29Revert "decodebin2: use NO_RESYNC flag"Sebastian Dröge1-2/+0
2013-05-28riffmedia: add systemstream to all mpeg video capsMatej Knopp1-5/+10
2013-05-28typefinding: add parsed=true to mp3 and mpeg2 video ES capsTim-Philipp Müller1-2/+3
2013-05-28decodebin: Fix MP3 parser unit testSebastian Dröge1-1/+1
2013-05-28playsinkconvertbin: Fix leak of the downstream caps filterSebastian Dröge1-0/+2
2013-05-18audio: fix GST_AUDIO_INFO_ENDIANNESS macroTim-Philipp Müller1-1/+1
2013-05-18vorbisparse: Fix event handlingSebastian Dröge1-2/+3
2013-05-18typefind: fix detection of HLS playlists with alternative renditionsAndoni Morales Alastruey1-1/+2
2013-05-08uridecodebin: Always store queue2 elements for later removalSebastian Dröge1-0/+1
2013-05-07riff: Manually calculate bitrate of ADPCM streamsJulien Moutte1-1/+26
2013-05-07theoraenc: Don't call gst_buffer_fill() for empty Theora packetsSebastian Dröge1-1/+2
2013-05-07theoraenc: Fix error handling when reading or writing multipass cache data failsSebastian Dröge1-14/+22
2013-05-04riff: wma can have more than 6 channelsTim-Philipp Müller1-1/+1
2013-05-04textrender: actually fixate output caps when fixating output capsTim-Philipp Müller1-0/+1
2013-05-04streamsplitter: Keep srcpad alive while querying peerThibault Saunier1-0/+3
2013-04-26Release 1.0.7Sebastian Dröge23-38/+528
2013-04-26Update .po filesSebastian Dröge38-38/+38
2013-04-26streamsynchronizer: Make the element publicSebastian Dröge3-3/+14
2013-04-26streamsynchronizer: update position for reverseWim Taymans1-11/+23
2013-04-26videodecoder: Try harder to push writable buffers downstreamSebastian Dröge1-1/+10
2013-04-26videoencoder: Try harder to push writable buffers downstreamSebastian Dröge1-17/+32
2013-04-24streamsynchronizer: Fix check for belonging to another streamSebastian Dröge1-1/+2
2013-04-24streamsynchronizer: Create element with gst_element_factory_make()Sebastian Dröge1-3/+1
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-18videoencoder: Simply setcaps functionSebastian Dröge1-22/+16
2013-04-18audiodecoder: Ignore caps events if the input caps did not changeSebastian Dröge1-1/+16
2013-04-18audioencoder: Ignore caps events if the input caps did not changeSebastian Dröge1-44/+55
2013-04-18rtpbasedepayload: Ignore caps events if the caps did not changeTom Greenwood1-1/+23
2013-04-18videoencoder: Ignore caps events if the caps did not changeSebastian Dröge1-2/+19
2013-04-18videodecoder: Ignore caps events if the caps did not changeTom Greenwood1-3/+18
2013-04-16app: Don't use $(GST_PLUGIN_LIBTOOLFLAGS) for real librariesSebastian Dröge1-1/+0
2013-04-15gst: Add better support for static pluginsSebastian Dröge28-29/+51
2013-04-15audiobasesrc: Fix ringbuffer handling when settings capsPaul HENRYS1-4/+3
2013-04-13playbin: fix jpeg passthrough to decoder sinks by marking image/* as video st...Tim-Philipp Müller1-0/+1
2013-04-13videometa: gst_buffer_add_meta() can return NULLVíctor Manuel Jáquez Leal1-0/+7
2013-04-13videoscale: set reasonable limits on propertiesDavid Schleef1-2/+2
2013-04-13videoscale: set min value to DBL_MIN to avoid a value of 0.0 that would crashStefan Sauer1-1/+1
2013-04-05sdp: Set session as permanent (t=0 0) if there is no time informationJose Antonio Santos Cadenas1-14/+18
2013-04-04rtsp: make local_ip and remote_ip variablesWim Taymans1-19/+27
2013-04-04rtsp: calculate the local ip address in acceptWim Taymans1-3/+21
2013-04-04oggdemux: Allow EOS on timestamp equal to stop/startNicolas Dufresne1-3/+2
2013-04-03sdp: Do not assign -1 to an unsigned variable, use 0 insteadJose Antonio Santos Cadenas1-1/+1
2013-04-03sdp: If attribute value is emply do not print colon characterJose Antonio Santos Cadenas1-1/+1
2013-04-03sdp: Do not add email line by defaultJose Antonio Santos Cadenas1-4/+0
2013-03-25videoconvert: avoid double freeWim Taymans1-0/+1
2013-03-25video: set interlaced flag correctly in frameWim Taymans1-1/+6
2013-03-22Release 1.0.6Tim-Philipp Müller34-48/+321
2013-03-22subparse: fix off by one offset calculationArnaud Vrac2-6/+1