summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-08-28volume: use template check for accept-capsHEADmasterThiago Santos1-0/+1
2015-08-28videoconvert: videorate: videoscale: use template check for accept-capsThiago Santos3-0/+5
2015-08-28audioconvert: audioresample: use template check for accept-capsThiago Santos2-0/+2
2015-08-28playsinkconvertbin: implement accept-caps handlerThiago Santos1-0/+47
2015-08-28audiobasesink: Fix incorrect/missing custom slaving method documentationCarlos Rafael Giani2-20/+26
2015-08-19subparse: use g_clear_error instead of g_error_freeEunhae Choi1-6/+6
2015-08-19Release 1.5.90Sebastian Dröge36-85/+1470
2015-08-19Update .po filesSebastian Dröge38-2135/+903
2015-08-19po: Update translationsSebastian Dröge9-999/+2204
2015-08-19tools: discoverer: When info is NULL just print error and returnVineeth TM1-1/+8
2015-08-18Revert "decodebin: Handle the preroll multi-queue size"Sebastian Dröge1-38/+6
2015-08-18Revert "decodebin: Store extra_buffer_required per group, not globally"Sebastian Dröge1-31/+26
2015-08-18Revert "decodebin: If extra buffers are going to be required, we're still pre...Sebastian Dröge1-11/+10
2015-08-18video(en|de)coder: Return TRUE when we consumed a tag event without creating ...Sebastian Dröge2-0/+4
2015-08-18audiodecoder: If there are no tags, don't try to do event handling on a NULL ...Sebastian Dröge1-0/+6
2015-08-18audioencoder: If there are no tags, don't try to do event handling on a NULL ...Sebastian Dröge1-0/+6
2015-08-18tools: gst-play: Use g_build_filename instead of g_strconcatVivia Nikolaidou1-1/+1
2015-08-18decodebin: If extra buffers are going to be required, we're still prerollingSebastian Dröge1-10/+11
2015-08-18decodebin: Store extra_buffer_required per group, not globallySebastian Dröge1-26/+31
2015-08-18decodebin: Handle the preroll multi-queue sizeMyoungsun Lee1-6/+38
2015-08-18videoencoder: fix tag handlingTim-Philipp Müller1-35/+104
2015-08-18audioencoder: fix tag handlingTim-Philipp Müller1-59/+116
2015-08-18typefindfunctions: Add typefinder for TTML+XMLSebastian Dröge1-0/+15
2015-08-18pbutils: discoverer: Set GError when NULL info is being returned.Vineeth TM1-0/+3
2015-08-17discoverer: free context and error during failuresVineeth TM1-0/+3
2015-08-16audiodecoder: try harder to avoid sending unnecessary tag updatesTim-Philipp Müller1-1/+2
2015-08-16videodecoder: fix tag handlingTim-Philipp Müller1-24/+81
2015-08-16tests: audiodecoder: add unit test for tag handlingTim-Philipp Müller1-0/+226
2015-08-16audiodecoder: fix tag handlingTim-Philipp Müller1-34/+82
2015-08-16vorbisenc: use template subset check for accept-capsThiago Santos1-0/+2
2015-08-16vorbisenc: use more accurate sink pad template capsThiago Santos1-36/+9
2015-08-16theoraenc: use template subset check for accept-capsThiago Santos1-0/+2
2015-08-16audioencoder: add src and sink query methodsThiago Santos2-12/+70
2015-08-16decodebin: Fix list iterationEdward Hervey1-1/+1
2015-08-15decodebin2: Handle flushing with multiple decode groupsEdward Hervey1-0/+116
2015-08-15decodebin2: Forward event/queries for unlinked groupsEdward Hervey1-0/+80
2015-08-15Revert "audiodecoder: expose default query handling function"Thiago Santos3-17/+3
2015-08-15Revert "videodecoder: expose default query handling function"Thiago Santos3-18/+3
2015-08-15vorbisdec: use default pad accept-caps handlingThiago Santos1-0/+3
2015-08-15theoradec: use default pad accept-caps handlingThiago Santos1-0/+4
2015-08-15audiodecoder: add option to use default pad accept-caps handlingThiago Santos3-16/+50
2015-08-15videodecoder: add option to use default pad accept-caps handlingThiago Santos3-16/+50
2015-08-15rtpbasedepayload: Make stats creation threadsafe, fix a CRITICALJan Schmidt1-7/+19
2015-08-15typefind: Make the H.264 typefind a tiny bit more lenient.Jan Schmidt1-2/+6
2015-08-14appsink: unref the preroll buffer and cleanup the segments on stop()George Kiagiadakis1-0/+3
2015-08-14appsink: do not update preroll_caps unless the sink is prerollingGeorge Kiagiadakis1-1/+2
2015-08-14tests/appsink: add test to ensure that the segment returned by pull-preroll/s...George Kiagiadakis1-0/+36
2015-08-14appsink: put the correct segment in the preroll sampleGeorge Kiagiadakis1-1/+5
2015-08-14videodecoder: expose default query handling functionThiago Santos3-3/+17
2015-08-14audiodecoder: expose default query handling functionThiago Santos3-3/+17