summaryrefslogtreecommitdiff
path: root/gst/gstcontext.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-19gst: Store more basic type GTypes in variablesSebastian Dröge1-1/+1
2014-02-28docs: use the new markdown for ordered list.Stefan Sauer1-5/+5
2013-12-03docs: add missing docs, fixing doc errorsSebastian Rasmussen1-0/+1
2013-12-02docs: cosmetic changes in references/decriptionsSebastian Rasmussen1-1/+1
2013-09-19gstcontext: Fix return values some moreEdward Hervey1-1/+1
2013-09-19context: Fix return values for gst_context_has_context_type() in assertionsSebastian Dröge1-2/+2
2013-09-19context: Add convenience function gst_context_has_context_type()Sebastian Dröge1-0/+21
2013-09-18context: Fix unit test for GstContext changesSebastian Dröge1-0/+1
2013-09-17context: Update documentationSebastian Dröge1-8/+6
2013-09-17context: Change GstContext to contain only a single contextSebastian Dröge1-1/+25
2013-09-17context: Add persistent qualifier for a contextSebastian Dröge1-2/+26
2013-04-19part-context: Write some design documentation about GstContextSebastian Dröge1-2/+2
2013-04-18context: Add gst_context_writable_structure() and let get_structure() return ...Sebastian Dröge1-4/+25
2013-04-17context: Return a non-const GstStructure to make code simpler and update docsSebastian Dröge1-3/+4
2013-04-02docs: more since markers and other docs fixesTim-Philipp Müller1-2/+4
2013-03-29gst: Add new GstContext miniobject for sharing contexts in a pipelineSebastian Dröge1-0/+180
2011-05-06pad: implement more sticky eventsWim Taymans1-202/+0
2011-05-05context: add foreach functionWim Taymans1-0/+19
2011-05-05Revert "context: use context on buffers instead of caps"Wim Taymans1-21/+2
2011-05-04context: use context on buffers instead of capsremove-capsWim Taymans1-2/+21
2011-05-04context: add helper object to manage eventsWim Taymans1-0/+183