summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2013-10-10core: Fix max DEBUG_LEVEL incongruence on 5 vs 9Reynaldo H. Verdejo Pinochet1-1/+1
2013-09-30value: fix caps serialization when there are caps inside capsThiago Santos3-3/+36
2013-09-28pluginloader: Check errors on the proper fdEdward Hervey1-1/+1
2013-09-26pad: only check event order when something changedWim Taymans1-18/+27
2013-09-24bin: Make sure to cache context types that we did not store yetSebastian Dröge1-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öge2-0/+22
2013-09-18message: Implement getting the name of the context message typesSebastian Dröge1-0/+2
2013-09-18context: Fix unit test for GstContext changesSebastian Dröge3-2/+3
2013-09-18bin: Implement context caching and propagation againSebastian Dröge1-1/+96
2013-09-17message/query: Simplify CONTEXT messages/queries to only contain a single typeSebastian Dröge6-216/+39
2013-09-17context: Update documentationSebastian Dröge1-8/+6
2013-09-17context: Change GstContext to contain only a single contextSebastian Dröge3-10/+34
2013-09-17element: Remove GstContext cachingSebastian Dröge3-44/+1
2013-09-17context: Add persistent qualifier for a contextSebastian Dröge2-4/+31
2013-09-17query: Make CONTEXT query upstream and downstreamSebastian Dröge1-2/+2
2013-09-17event: Remove CONTEXT downstream eventSebastian Dröge4-72/+10
2013-09-13gst: Stop all unused threads in GThreadPool in gst_deinit()Jonas Holmberg1-0/+1
2013-09-09meta: Deprecate GST_META_TAG_MEMORYSebastian Dröge1-0/+3
2013-09-09meta: Add a #define for memory metadataMathieu Duponchelle1-1/+9
2013-09-09basetransform: implement a default transform_meta.Mathieu Duponchelle1-0/+3
2013-09-09meta: API: Add gst_meta_api_type_get_tags() to get all meta tags.Mathieu Duponchelle2-0/+24
2013-08-21docs: flesh out gst_sample_get_buffer() a littleTim-Philipp Müller1-0/+4
2013-08-21parse: make grammar.y work with Bison 3Kerrick Staley1-1/+1
2013-08-21sample: Add gst_sample_copy()Wonchul Lee1-0/+22
2013-08-20buffer: Fix gst_buffer_memcmp() where the buffer is smaller than sizeOlivier Crête1-0/+3
2013-08-20docs: flesh out gst_element_query_{duration,position} docs a bitTim-Philipp Müller1-3/+17
2013-08-20taglist: handle publisher and interpreted-by tagsMatthieu Bouron2-0/+26
2013-08-20pluginloader: Don't call memcpy() with NULL src and 0 lengthSebastian Dröge1-1/+2
2013-08-19parse: Add GST_FLAG_NO_SINGLE_ELEMENT_BINSBrendan Long3-11/+28
2013-08-19query: return NULL when parsing uri redirection that was not setArnaud Vrac1-1/+5
2013-08-18buffer: Update since marker for gst_buffer_extract_dup() to 1.0.10Sebastian Dröge1-1/+1
2013-08-16Free thread pools in gst_deinit()Jonas Holmberg1-0/+8
2013-08-14clock: simplify internal gst_clock_return_get_name() helperTim-Philipp Müller1-23/+22
2013-08-14gst: minor docstring fixups to make g-i happyEdward Hervey3-8/+9
2013-08-13sysmem: Only copy the requested part of memory instead of the complete source...Sebastian Dröge1-6/+3
2013-08-13query: add Since markers for new API and add to exports fileTim-Philipp Müller1-0/+4
2013-08-12query: fix annotation for gst_query_parse_uriAndoni Morales Alastruey1-1/+1
2013-08-12query: add new redirection uri the URI queryAndoni Morales Alastruey4-2/+47
2013-08-12query: add some missing 'transfer none' gi annotationsThiago Santos1-7/+7
2013-08-10pipeline: g-i: allow clock to be NULL in gst_pipeline_use_clock()Tim-Philipp Müller1-1/+1
2013-07-30docs: some small gtk-doc markup fixesKjartan Maraas1-1/+2
2013-07-30gst: register new color mode enum, fixing 'make check'Kjartan Maraas1-1/+2
2013-07-29query: Clarify the estimated-total documentationSjoerd Simons1-2/+3
2013-07-26buffer: fix Since: marker for new gst_buffer_extract_dup()Tim-Philipp Müller1-1/+1
2013-07-26clock: debug the clock return valuesWim Taymans1-1/+32
2013-07-24info: parse debug levels > 9David Schleef1-3/+9
2013-07-24value: Fix copy&paste mistakes in the bitmask function docsSebastian Dröge1-2/+2
2013-07-22value: handle deserialisation of nonexistant enum value more gracefullyTim-Philipp Müller1-7/+11