summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2017-05-20parse: Make gst_parse_context_copy() public for bindingsSebastian Dröge2-20/+31
2017-05-19debugutils: add missing E character to the legendMatthew Waters1-1/+1
2017-05-17gst-plugin: allow '-' in plugin file nameMatej Knopp1-0/+5
2017-05-17gst: ref_sink() some more floating references returned by g_object_new()Christoph Reiter1-0/+1
2017-05-17gst: Clear floating flag in constructor of all GstObject subclasses that are ...Sebastian Dröge6-10/+45
2017-05-17allocator: ref_sink() the global sysmem allocator after creationSebastian Dröge1-0/+3
2017-05-17gst: Don't ref_sink() GstObject subclasses in instance_init/constructorSebastian Dröge6-33/+11
2017-05-17gst: Correctly annotate functions taking floating reference parameters and re...Sebastian Dröge12-22/+39
2017-05-17gst: Handle floating references consistentlySebastian Dröge5-7/+5
2017-05-17gst: Fix floating reference inconsistencies in error casesVineeth TM3-0/+12
2017-05-16Also use default visibility for plugins symbolNicolas Dufresne1-1/+2
2017-05-15gstconfig.h: use default visibility for GST_EXPORT for gcc/clang tooTim-Philipp Müller1-1/+1
2017-05-15gst: add GST_DEPRECATED_FOR() and also export deprecated symbolsTim-Philipp Müller5-14/+16
2017-05-15gst: mark symbols explicitly for export with GST_EXPORTTim-Philipp Müller70-173/+2331
2017-05-12buffer: Add GstReferenceTimestampMetaSebastian Dröge2-0/+212
2017-05-09bus: Add function to get the file descriptor of the busSebastian Dröge2-0/+29
2017-05-09plugin: Unify static and dynamic plugin interfaceNicolas Dufresne3-55/+100
2017-05-07debugutils: make local variable staticTim-Philipp Müller1-1/+1
2017-05-05meson: add gst-ptp-helperTim-Philipp Müller1-2/+6
2017-05-04g-i: no need to load registry in g-i scannerTim-Philipp Müller1-1/+1
2017-05-02message: Don't pass a NULL debug string to g_utf8_validate()Sebastian Dröge1-3/+3
2017-04-28gst: check non-null before dereferenceVíctor Manuel Jáquez Leal1-1/+1
2017-04-21doc: Fix some doctsing making GI happyThibault Saunier1-14/+0
2017-04-20doc: Fix GstChangeState docstringThibault Saunier1-6/+6
2017-04-19info: Move debug output in for_each_threshold_by_entry() to TRACE levelSebastian Dröge1-1/+1
2017-04-13meson: A couple for GIR-generation fixesRico Tzschichholz1-2/+2
2017-04-11meson: Only check the first parameterOlivier Crete1-1/+1
2017-04-11meson: Check bison and flex are recent enoughThibault Saunier1-0/+28
2017-04-10value: Accept NULL as a structureOlivier Crête1-0/+6
2017-04-08Don't use deprecated g_object_newv()Tim-Philipp Müller14-28/+20
2017-04-06structure: Don't print warning on NULL strings or pointersOlivier Crête1-3/+6
2017-04-05gst: Use GstClockTimeDiff instead of GstClockTime as type for GST_SECOND and ...Sebastian Dröge1-9/+8
2017-04-05gst: Update some more types and values of combined-flags constantsSebastian Dröge4-35/+35
2017-04-05gst: Cast combined-flags constants to their respective target typesSebastian Dröge3-4/+4
2017-04-05gst: Set values and types for combined-flags constants in GI annotationsSebastian Dröge3-4/+4
2017-04-05value: Properly set value and type for GST_FLAG_SET_MASK_EXACT in GI annotationsSebastian Dröge1-2/+3
2017-03-31gstvalue: fix GstValue leak in structure_field_union_intoVincent Penquerc'h1-1/+1
2017-03-31streamcollection: fix racy user-after-freeVincent Penquerc'h1-2/+14
2017-03-27debugutils: add pad EOS flag in pipeline dot file dumpsTim-Philipp Müller1-2/+3
2017-03-24paramspec: Fix array validation logicNicolas Dufresne1-4/+6
2017-03-24array/fraction: In param types, use get_type() function directlyNicolas Dufresne1-1/+1
2017-03-24fraction/array: Make get_type() thread safeNicolas Dufresne1-6/+12
2017-03-24gstutils: Add helpers to get/set array propertiesNicolas Dufresne2-0/+77
2017-03-24structure: Add get/set_array/list using GValueArrayNicolas Dufresne2-0/+162
2017-03-24gstvalue: Add transformation to/from GValueArrayNicolas Dufresne1-0/+47
2017-03-24paramspecs: Use gst_value_array_get_type() for GstParamSpecArray typeJan Schmidt1-1/+1
2017-03-20value: fix union of int range and int when extending on a sideVincent Penquerc'h1-6/+4
2017-03-09gstvalue: Do more checks when guessing at flagset stringsJan Schmidt1-7/+39
2017-03-08elementfactory: promote factory not found log message to WARNINGTim-Philipp Müller1-1/+1
2017-03-03info: document that logging macros don't need newlines at the endTim-Philipp Müller1-0/+99