summaryrefslogtreecommitdiff
path: root/gst-libs
AgeCommit message (Expand)AuthorFilesLines
2015-08-28audiobasesink: Fix incorrect/missing custom slaving method documentationCarlos Rafael Giani1-20/+22
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-18videoencoder: fix tag handlingTim-Philipp Müller1-35/+104
2015-08-18audioencoder: fix tag handlingTim-Philipp Müller1-59/+116
2015-08-18pbutils: discoverer: Set GError when NULL info is being returned.Vineeth 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-16audiodecoder: fix tag handlingTim-Philipp Müller1-34/+82
2015-08-16audioencoder: add src and sink query methodsThiago Santos2-12/+70
2015-08-15Revert "audiodecoder: expose default query handling function"Thiago Santos2-16/+3
2015-08-15Revert "videodecoder: expose default query handling function"Thiago Santos2-17/+3
2015-08-15audiodecoder: add option to use default pad accept-caps handlingThiago Santos2-16/+49
2015-08-15videodecoder: add option to use default pad accept-caps handlingThiago Santos2-16/+49
2015-08-15rtpbasedepayload: Make stats creation threadsafe, fix a CRITICALJan Schmidt1-7/+19
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-14appsink: put the correct segment in the preroll sampleGeorge Kiagiadakis1-1/+5
2015-08-14videodecoder: expose default query handling functionThiago Santos2-3/+16
2015-08-14audiodecoder: expose default query handling functionThiago Santos2-3/+16
2015-08-11rtp: Depend on the audio librarySebastian Dröge1-0/+2
2015-08-11rtpbaseaudiopayload: Copy metadata in the (de)payloader, but only the relevan...Sebastian Dröge1-0/+43
2015-08-10basedepayloader: Don't re-timestamp with running-timeNicolas Dufresne1-12/+13
2015-08-10videoencoder: remove empty line to make g-i-scanner happyThiago Santos1-1/+0
2015-08-10videodecoder: documentation cleanupThiago Santos1-41/+52
2015-08-10videodecoder: push pending events before gapThiago Santos1-13/+30
2015-07-30rtpbuffer: avoid accessing NULL buffer even moreBrian Peters1-1/+1
2015-07-30rtp: buffer: don't access NULL buffer pointerBrian Peters1-1/+3
2015-07-30rtpbasedepayload: fix leaks in error code pathsTim-Philipp Müller1-0/+2
2015-07-18depayloader: Use input segment startNicolas Dufresne1-3/+3
2015-07-15video: improve loggingWim Taymans9-2/+170
2015-07-14rtsp: Include generated enum types in gstrtsptransport.hOlivier Crête1-0/+1
2015-07-12rtp: rtpbasedepayload: add process_rtp_packet() vfuncTim-Philipp Müller2-6/+31
2015-07-09doc/build: Fix doc typosNicolas Dufresne1-1/+1
2015-07-07rtpbasedepayload: fix typo in commentTim-Philipp Müller1-1/+1
2015-07-07rtpbasepayload: fix possible segment event leakTim-Philipp Müller1-1/+1
2015-07-07video/audio meta: transform_func: return FALSE if not supported or failedHyunjun Ko3-4/+40
2015-07-07video: Add some more GTypes for enumsSebastian Dröge1-1/+1
2015-07-07GstVideoScaler: Initialised scaling functions to get rid of compiler messagesTobias Mueller1-6/+9
2015-07-06{audio,video}info: Add GST_TYPE_{AUDIO,VIDEO}_INFO macrosSebastian Dröge2-1/+3
2015-07-06video-info: implement GstVideoInfo as boxed typeMarcin Kolny2-13/+73
2015-07-06rtcpbuffer: Fix validation of packets with paddingStian Selnes1-12/+16
2015-07-06videodecoder: Fix setting default pixel-aspect-ratioStian Selnes1-2/+7
2015-07-02audioencoder: Don't try to get buffers from an empty adapterSebastian Dröge1-7/+12
2015-07-01{audio,video}{en,de}oder: Also copy POOL metas and make sure to copy over met...Sebastian Dröge4-24/+4
2015-06-30audiodecoder: Add transform_meta() vfunc with default implementationSebastian Dröge2-2/+96
2015-06-30audioencoder: Add transform_meta() vfunc with default implementationSebastian Dröge2-5/+104
2015-06-30videodecoder: Add transform_meta() vfunc with default implementationSebastian Dröge2-2/+89
2015-06-30videoencoder: Add transform_meta() vfunc with default implementationSebastian Dröge2-1/+89