summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2011-05-16ghostpad: fix g_return_* with new queryWim Taymans1-1/+2
2011-05-16Merge branch 'master' into 0.11Sebastian Dröge9-164/+650
2011-05-16gst: Add a filter caps parameter to all get_caps() functionsSebastian Dröge5-38/+122
2011-05-16Rework GstSegment handlingsegment-reworkWim Taymans7-520/+295
2011-05-16pad: Re-implement notify::capsSebastian Dröge1-0/+13
2011-05-14docs: fix up some Since markers and update for new multiqueue argsTim-Philipp Müller4-26/+26
2011-05-14bin: Don't interprete pipelines without sink elements as always being in EOS ...Sebastian Dröge1-1/+9
2011-05-14systemclock: Only retry writing to the socket for EAGAIN, EWOULDBLOCK and EINTRSebastian Dröge1-3/+10
2011-05-14miniobject: Minor cleanup of last commitSebastian Dröge2-6/+9
2011-05-14miniobject: Add weak referencing functionalityJosé Alburquerque2-5/+170
2011-05-14bin: Only post EOS messages after reaching the PLAYING stateSebastian Dröge1-17/+54
2011-05-14element: Add GstElement::state_changed vfuncSebastian Dröge4-28/+47
2011-05-14ghostpad: Add docs for all the new, public functionsSebastian Dröge2-3/+240
2011-05-14ghostpad: Add guards against invalid parameters to the new, public functionsSebastian Dröge1-15/+81
2011-05-14ghostpad: Rename ghostpad/proxypad default functionsSebastian Dröge2-88/+95
2011-05-14ghostpad: Make all the internal caps functions publicSebastian Dröge2-18/+38
2011-05-14ghostpad: Only implement the iterate_internal_links function on proxypadsSebastian Dröge1-18/+5
2011-05-14ghostpad: API: Expose gst_proxy_pad_get_internal()Sebastian Dröge2-6/+23
2011-05-14caps: Merge structures when intersecting instead of appending themSebastian Dröge1-2/+2
2011-05-14parse: don't unescape inside quotesMiguel Angel Cabrera Moya1-1/+8
2011-05-14pad: Remove unnecessary FIXMESebastian Dröge1-2/+3
2011-05-14element: If activating one pad failed error out early instead of trying to ac...Sebastian Dröge1-7/+6
2011-05-14bin: If activating one pad failed error out early instead of trying to activa...Sebastian Dröge1-7/+6
2011-05-11meta: remove (de)serialize functionsWim Taymans2-31/+6
2011-05-11structure: more cleanupsWim Taymans6-97/+140
2011-05-11bin: Dereference GstQuery** before passing it to GST_QUERY_TYPE_NAMESebastian Dröge1-1/+1
2011-05-11event: update the structure when neededWim Taymans1-8/+45
2011-05-11caps: cleanupsWim Taymans1-5/+3
2011-05-11event: clean up some macrosWim Taymans2-27/+19
2011-05-11bus: Fix GST_DEBUG parameters to be consistent with the format stringSebastian Dröge1-1/+2
2011-05-11event: example of how to optimize eventsWim Taymans1-31/+32
2011-05-10query: allow _make_writable on query handlersWim Taymans7-40/+48
2011-05-10element: use request_new_pad_full as the defaultWim Taymans2-15/+5
2011-05-10query: make sure query is writableWim Taymans1-0/+29
2011-05-10query: Hide GstStructure in queriesWim Taymans3-101/+196
2011-05-10message: hide the message structure fieldWim Taymans4-102/+226
2011-05-10caps: fix the macros a littleWim Taymans1-2/+3
2011-05-10event: Hide the GstStructureWim Taymans3-43/+109
2011-05-09event: _qos_full -> _qosWim Taymans2-57/+5
2011-05-09segment: remove _full versionWim Taymans4-90/+6
2011-05-09segment: remove abs_rate from segment structureWim Taymans2-11/+12
2011-05-09caps: remove caps from buffers and padsWim Taymans4-93/+4
2011-05-09gstbuffer: Fix unitialized variablesEdward Hervey1-2/+2
2011-05-09tools: avoid using pad capsWim Taymans1-1/+3
2011-05-08Merge branch 'master' into 0.11Wim Taymans1-15/+15
2011-05-08pad: improve caps event handlingWim Taymans1-46/+79
2011-05-08event: don't ref the capsWim Taymans1-2/+7
2011-05-08buffer: avoid using buffer capsWim Taymans1-1/+6
2011-05-06pad: avoid using the old GST_PAD_CAPSWim Taymans1-0/+6
2011-05-06pad: add 2 new caps methodsWim Taymans2-1/+52