summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2015-06-18doc: Remove parenthesis around Since:Nicolas Dufresne1-1/+1
2015-06-19Add GstParentBufferMetaJan Schmidt2-2/+183
2015-06-16gi: Use INTROSPECTION_INIT for --add-init-sectionNicolas Dufresne1-1/+1
2015-06-15clock: Fix _STIME_FORMAT macrosNicolas Dufresne1-9/+2
2015-06-14doc: More doc warning fixesNicolas Dufresne4-5/+5
2015-06-14doc: In GstUri we meant nul-terminated, not %NULLNicolas Dufresne1-1/+1
2015-06-13doc: Cannot reference GST_PACKAGE_RELEASE_DATETIMENicolas Dufresne1-1/+1
2015-06-13doc: Fix typo in ref _clock_wait_for_sync()Nicolas Dufresne1-1/+1
2015-06-13doc: Fix GstUri doc typosNicolas Dufresne1-3/+3
2015-06-13doc: Fix Since: marksNicolas Dufresne9-16/+16
2015-06-13doc: Add gst_buffer_copy_deep()Nicolas Dufresne1-0/+2
2015-06-13doc: Remove uneeded protectionevent sectionNicolas Dufresne1-21/+13
2015-06-13taglist: Add missing scope to func paramNicolas Dufresne1-2/+2
2015-06-13gstprotection: Add missing Since 1.6 markNicolas Dufresne1-0/+2
2015-06-13gstprection: _add_protection_meta() is transfer noneNicolas Dufresne1-1/+1
2015-06-13gstprotection: Add missing namespace to macroNicolas Dufresne2-6/+11
2015-06-13doc: Keep SECTION: after the ifdefNicolas Dufresne1-3/+4
2015-06-13gi: Skip mini object method that play with refcountingNicolas Dufresne1-5/+5
2015-06-13doc: Fix annoation for GstMiniObjectNicolas Dufresne1-5/+1
2015-06-13doc: Fix unbalanced parenthesisNicolas Dufresne1-1/+1
2015-06-13doc: Fix more typoNicolas Dufresne1-1/+1
2015-06-13doc: Fix type in previous commitNicolas Dufresne1-1/+1
2015-06-13doc: Don't use deprecated Value: and Type: commentNicolas Dufresne2-48/+12
2015-06-12clock: Add signed time utilitiesNicolas Dufresne1-0/+52
2015-06-12message: add allow-none to gst_message_new_ functionThiago Santos1-26/+26
2015-06-12memory: provide a mem_map_full that takes the GstMapInfoMatthew Waters3-10/+32
2015-06-11pipeline: Add gst_pipeline_set_latency(), getter and GObject propertySebastian Dröge2-1/+155
2015-06-08Add GST_BUFFER_FLAG_SYNC_AFTER flag, and implement in filesink.Jan Schmidt1-0/+4
2015-06-03clock: Add GST_CLOCK_FLAG_NEEDS_STARTUP_SYNC and related APISebastian Dröge2-1/+152
2015-06-03memory: provide a mem_unmap function that takes the flags to unmapMatthew Waters3-10/+24
2015-06-03memory: gst_memory_share may fail to exclusively lock the parent memoryMatthew Waters1-0/+21
2015-06-03buffer: locking memory exclusively may failMatthew Waters1-14/+52
2015-06-03miniobject: disallow a double write/exclusive lockMatthew Waters1-4/+6
2015-06-02uri: match return type of get_uri_type() implementation to declarationTim-Philipp Müller1-2/+2
2015-06-03gstbuffer: Add a note about metas needing to be copied lastJan Schmidt1-0/+3
2015-06-03gstvalue: Implement gst_value_is_subset() for flagsetsJan Schmidt1-0/+28
2015-05-31structure: add note about missing field creation on _set()Reynaldo H. Verdejo Pinochet1-1/+2
2015-05-27gst/gst.c: Add a warning about DllMain to prevent misuseNirbheek Chauhan1-0/+11
2015-05-25gstvalue: Add GstFlagSet typeJan Schmidt4-81/+648
2015-05-20gstvalue: Add a comparision function for GstStructuresThibault Saunier1-1/+13
2015-05-15pad: bump chain function call logs from LOG to DEBUGVincent Penquerc'h1-4/+4
2015-05-15gstobject: add gst_object_has_as_ancestor and deprecate previous functionStefan Sauer2-2/+31
2015-05-15gstobject: rename gst_object_has_parent to gst_object_has_as_parentStefan Sauer2-3/+3
2015-05-10docs: gst-launch -> gst-launch-1.0 in example pipelinesTim-Philipp Müller1-1/+1
2015-05-01event: remove duplicated includeJimmy Ohn1-1/+0
2015-04-28taglist: Copy the tag scope too when copying tag listsSebastian Dröge1-5/+6
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller2-25/+0
2015-04-24printf: fix invalid memory access in case of %%Tim-Philipp Müller1-0/+5
2015-04-23gstinfo: fix infinite loop in gst_debug_unset_threshold_for_name()Jason Litzinger1-0/+2
2015-04-20buffer: Check return value of meta transform function in gst_buffer_copy_into()Sebastian Dröge1-2/+6