summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2011-05-23event: use GST_SEGMENT_FORMAT for segments0.11-fd0Wim Taymans1-1/+1
2011-05-23pad: improve debuggingWim Taymans1-1/+6
2011-05-20element: add method to get metadataWim Taymans2-0/+20
2011-05-20factory: fix typoWim Taymans1-1/+1
2011-05-20Merge branch 'master' into 0.11Wim Taymans2-1/+2
2011-05-20pad: add pending event for sticky eventsWim Taymans2-55/+66
2011-05-20preset: include cleanupStefan Kost2-1/+2
2011-05-19pad: apply pad offset on sinkpad events tooWim Taymans1-2/+18
2011-05-19pad: add per-pad offsetsWim Taymans1-19/+129
2011-05-19pad: add methods to adjust the offsetWim Taymans2-0/+49
2011-05-19Merge branch 'master' into 0.11Wim Taymans2-3/+3
2011-05-18pad: store sticky events on flushing sinkpads tooWim Taymans1-24/+28
2011-05-18pad: move caps check to central locationWim Taymans1-31/+62
2011-05-18ghostpad: avoid calling setcaps too many timesWim Taymans1-0/+5
2011-05-18query: add allocation query nameWim Taymans1-0/+3
2011-05-18event: Make SEGMENT event parsing API more consistent with the othersSebastian Dröge2-29/+28
2011-05-18pad: Don't forget to take the object lock when getting a sticky eventSebastian Dröge1-0/+2
2011-05-18pad: Add function to get sticky events from a padSebastian Dröge2-0/+35
2011-05-18event: fix event copyWim Taymans1-1/+2
2011-05-18pad: notify caps property change in callsetcapsWim Taymans1-12/+2
2011-05-18docs: use the same name for the argument in prototype and docsStefan Kost2-3/+3
2011-05-18Merge branch 'master' into 0.11Wim Taymans7-22/+25
2011-05-18pad: rework sticky events a littleWim Taymans1-58/+79
2011-05-18pluginfeature: avoid duplicating feature->nameStefan Kost4-18/+16
2011-05-18docs: add deprecation guardsStefan Kost4-10/+24
2011-05-17pad: don't push sticky events on flushWim Taymans1-5/+13
2011-05-17pad: add more debugWim Taymans1-1/+2
2011-05-17ghostpad: remove unused codeWim Taymans1-120/+0
2011-05-17segment: handle wraparound betterWim Taymans1-8/+14
2011-05-17event: The RECONFIGURE element only exists in 0.11Sebastian Dröge2-2/+2
2011-05-17gst: Update for caps/pad template related API changesSebastian Dröge2-4/+17
2011-05-17element: Consider GstPadTemplate as immutableSebastian Dröge1-5/+1
2011-05-17padtemplate: Create pad templates with floating refsSebastian Dröge2-14/+3
2011-05-17padtemplate: Improve reference handling of the template's capsSebastian Dröge1-13/+3
2011-05-17miniobject: delay private data initialisation until actually neededTim-Philipp Müller1-9/+11
2011-05-17pad: Let template related functions return new referencesSebastian Dröge3-14/+19
2011-05-17Revert "event: example of how to optimize events"Sebastian Dröge1-32/+31
2011-05-17Revert "event: update the structure when needed"Sebastian Dröge1-45/+8
2011-05-17structure: Fix compilationSebastian Dröge1-1/+2
2011-05-17Revert "query: allow _make_writable on query handlers"Sebastian Dröge7-48/+40
2011-05-17Revert "bin: Dereference GstQuery** before passing it to GST_QUERY_TYPE_NAME"Sebastian Dröge1-1/+1
2011-05-17Revert "ghostpad: fix g_return_* with new query"Sebastian Dröge2-3/+2
2011-05-17Merge branch 'master' into 0.11Sebastian Dröge3-167/+198
2011-05-17structure: Make both parameters to gst_structure_is_equal() constSebastian Dröge2-4/+4
2011-05-17structure: Update Since markers to the correct versionSebastian Dröge1-2/+2
2011-05-17structure: Add gst_structure_intersect()Sebastian Dröge3-77/+88
2011-05-17gststructure: Add gst_structure_can_intersect APIEdward Hervey3-47/+62
2011-05-17gstructure: New API: gst_structure_is_equalEdward Hervey3-25/+49
2011-05-16pad: avoid setting NULL caps on padsWim Taymans1-1/+1
2011-05-16caps: only add the structure when we could set the parentWim Taymans1-2/+2