summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2011-11-15_query_peer_*() -> _peer_query_*()Wim Taymans1-1/+1
2011-11-15_peer_get_caps() -> _peer_query_caps()Wim Taymans3-3/+3
2011-11-15change getcaps to queryWim Taymans2-10/+100
2011-11-13Update for GstURIHandler get_protocols() changesTim-Philipp Müller1-9/+18
2011-11-11Merge branch 'master' into 0.11Wim Taymans2-7/+54
2011-11-10mpegvideoparse: add support for progressive framesMatej Knopp2-7/+54
2011-11-10audiovisualizer: port to 0.11Stefan Sauer6-189/+492
2011-11-10Merge branch 'master' into 0.11Wim Taymans2-22/+72
2011-11-10chain up in set_clockWim Taymans1-2/+4
2011-11-09camerabin2: protect image location list with mutexThiago Santos2-10/+13
2011-11-09camerabin2: Handle null taglists for imagesThiago Santos1-24/+32
2011-11-09camerabin2: Don't store preview location if preview isn't requestedThiago Santos1-10/+11
2011-11-09camerabin2: Avoid blocking in start-capture and send application tags laterLasse Laukkanen2-7/+45
2011-11-09Merge branch 'master' into 0.11Wim Taymans10-44/+158
2011-11-09dtmf: fix compiler warning for uninitialized valuesThijs Vermeir2-6/+8
2011-11-09remove query typesWim Taymans1-14/+0
2011-11-08dtmfsrc: Reject start/stop requests that come out of orderOlivier Crête4-10/+32
2011-11-08dtmf: Post messages when starting to send/receive DTMFOlivier Crête2-3/+88
2011-11-08camerabin2: Decrement processing counter when message handling finishesThiago Santos1-4/+8
2011-11-08camerabin2: change post-previews property default value as falseLasse Laukkanen1-1/+1
2011-11-07colorspace: fix r210 writing only half a scanlineVincent Penquerc'h1-1/+1
2011-11-07adpcm: add more consts, espcially for static const dataVincent Penquerc'h2-13/+14
2011-11-07autoconvert: merge caps instead of using unionVincent Penquerc'h1-12/+4
2011-11-07mpegdemux: catch section lengths extending past the buffer lengthVincent Penquerc'h1-0/+6
2011-11-07mpegpsdemux: fix zero length packet handlingVincent Penquerc'h1-1/+3
2011-11-07Merge branch 'master' into 0.11Wim Taymans1-0/+1
2011-11-04Fix missing sources on bayer's buildsystem androgenizer callReynaldo H. Verdejo Pinochet1-0/+1
2011-11-04controller: port to new controller location and apiStefan Sauer28-47/+28
2011-11-04more template fixesWim Taymans2-3/+3
2011-11-04more template fixesWim Taymans4-14/+14
2011-11-04make request pads take _%uWim Taymans12-43/+43
2011-11-02tag: update for tag API removalWim Taymans1-2/+1
2011-11-02Merge branch 'master' into 0.11Wim Taymans2-3/+39
2011-11-02structure: fix for api updateWim Taymans2-13/+13
2011-11-02caps: update for new APIWim Taymans1-2/+2
2011-11-01camerabin2: On capture error, skip previewsThiago Santos1-0/+23
2011-11-01camerabin2: track also preview images with processing counterLasse Laukkanen1-0/+8
2011-11-01Update for pad API changesTim-Philipp Müller2-5/+5
2011-10-31fieldanalysis: Don't reset the context on DISCONTRobert Swain1-3/+8
2011-10-31kate, bayer, tsdemux: update for caps and taglist API changesTim-Philipp Müller2-3/+3
2011-10-28make elements compile againWim Taymans2-15/+15
2011-10-27mpegtsdemux: fix compilationWim Taymans1-4/+4
2011-10-27Merge branch 'master' into 0.11Wim Taymans1-1/+1
2011-10-21interfaces: clean up the use of iface and class/klassStefan Sauer2-2/+2
2011-10-18assrender, nuvdemux: unref buffers with gst_buffer_unref()Tim-Philipp Müller1-1/+1
2011-10-18Merge branch 'master' into 0.11Wim Taymans1-6/+5
2011-10-17h264parse: correct debug message and remove some dead codeSreerenj Balachandran1-3/+2
2011-10-17h264parse: correct parsing of "numberOfPictureParameterSets"Sreerenj Balachandran1-3/+3
2011-10-17bayer2rgb: Fix pad template capsEdward Hervey1-1/+1
2011-10-16y4m: port to 0.11Wim Taymans2-106/+84