summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2018-03-13gst: GST_EXPORT -> GST_APITim-Philipp Müller72-1597/+1601
2018-03-12promise: be more explicit in docs about who/when to use reply/interrupt/expireMatthew Waters1-11/+33
2018-03-05debugutils: Change dot-file functions documentation to proper gtk-docSebastian Dröge1-3/+3
2018-03-04gst: Add some more (type filename) annotationsSebastian Dröge2-3/+3
2018-03-01meson: enable more warningsMathieu Duponchelle1-0/+4
2018-03-01ghostpad: ensure we build a ghost pad ..Mathieu Duponchelle1-0/+2
2018-03-01pad: fix mixed declarationsMathieu Duponchelle1-1/+2
2018-03-01pad, ghostpad: use the template gtype if specifiedMathieu Duponchelle3-3/+12
2018-02-18gst: fix some GIR annotationsMark Nauwelaerts8-18/+33
2018-02-15gstconfig.h: want deprecation warnings if GST_DISABLE_DEPRECATED is *set*Tim-Philipp Müller1-1/+1
2018-02-03autotools: use -fno-strict-aliasing where supportedTim-Philipp Müller1-1/+1
2018-02-03buffer: fix gtk-doc warning regarding _get_n_meta() declarationTim-Philipp Müller1-1/+1
2018-02-02gstpromise: add since 1.14 markersMatthew Waters2-0/+24
2018-01-31gstbuffer.h: move FLAG_LAST documentation back to the bottomMathieu Duponchelle1-2/+2
2018-01-31gstbuffer: add GST_BUFFER_FLAG_NON_DROPPABLEMathieu Duponchelle1-43/+49
2018-01-27buffer: add gst_buffer_get_n_meta() convenience functionTim-Philipp Müller2-0/+25
2018-01-27gst: Fix up a bunch of GIR annotationsArun Raghavan33-138/+153
2018-01-27devicemonitor: Return NULL instead of FALSEArun Raghavan1-2/+2
2018-01-26message: Add gst_message_writable_structure()François Laignel2-0/+40
2018-01-20childproxy: gracefully handle methods being NULLTim-Philipp Müller1-5/+24
2018-01-18padtemplate: And add missing GST_EXPORT to gst_pad_template_new_with_gtype()Sebastian Dröge1-0/+1
2018-01-18padtemplate: Add missing Since: 1.14 marker to gst_pad_template_new_with_gtype()Sebastian Dröge1-0/+2
2018-01-18padtemplate: Add gst_pad_template_new_with_gtype()Sebastian Dröge2-0/+42
2018-01-18padtemplate: Add Since: 1.14 marker to gst_pad_template_new_from_static_pad_t...Sebastian Dröge1-0/+2
2018-01-16gstpad: Avoid stream-dead-lock on deactivationEdward Hervey1-2/+5
2018-01-15gstpad: Release pending g_cond_wait() when stopping/pausing taskEdward Hervey1-0/+6
2018-01-12docs: explicit refer to GObject docs for floating refsTim-Philipp Müller1-0/+3
2018-01-11utils: use g_get_monotonic_time() as fallback in gst_utils_get_timestamp()Tim-Philipp Müller1-4/+1
2018-01-11plugin: plugin_load() must return a ref even if it was loaded alreadyTim-Philipp Müller1-1/+1
2018-01-11info: reset default threshold to LEVEL_DEFAULT not 0Tim-Philipp Müller1-1/+1
2017-12-26streams: GstStreamType/GstStream are available since 1.10Sebastian Dröge1-0/+4
2017-12-26segment: add a FIXME-2.0 for the format parametersStefan Sauer1-0/+6
2017-12-24Skip gst_deinit() if gstreamer was not initialized properlyTim-Philipp Müller1-1/+4
2017-12-20systemclock: set_default() clock parameter can be NULLSebastian Dröge1-1/+1
2017-12-20element: Annotate set_clock() clock parameter with allow-noneSebastian Dröge1-1/+1
2017-12-20element: Annotate set_bus() bus parameter as allow-noneSebastian Dröge1-1/+1
2017-12-17plugin: Annotate add_dependency() arguments as NULL-terminated arraysSebastian Dröge1-3/+3
2017-12-14docs: GstBus: Provide more information for ref/unref during bus watch.Umang Jain1-1/+7
2017-12-14docs: include tracers in the documentationMatthew Waters2-0/+21
2017-12-07docs: Fix a few gtk-doc warningsTim-Philipp Müller5-5/+5
2017-12-06gstpad: Handle GST_PAD_PROBE_HANDLED on sticky event pushEdward Hervey1-0/+2
2017-12-06event/query/message: Annotate get_structure() return value as nullableSebastian Dröge3-9/+9
2017-12-06query: Add an empty structure in writable_structure() if there is none yetSebastian Dröge1-1/+12
2017-12-05docs: Misc addition/fixesEdward Hervey3-2/+3
2017-12-05docs: Add documentation for GST_SEQNUM_INVALIDEdward Hervey2-1/+11
2017-12-05utils: Never return a group_id of 0, add GST_GROUP_ID_INVALIDEdward Hervey2-2/+22
2017-12-05buffer: document that _extract_dup() will return NULL for 0-sized bufTim-Philipp Müller1-5/+10
2017-12-05meson: Use new find_program fallback syntaxNirbheek Chauhan1-14/+2
2017-12-04gst: gst_element_remove_pad() is transfer none for the padSebastian Dröge1-1/+1
2017-12-04devicemonitor: Avoid maybe-uninitialized compiler warningJan Alexander Steffens (heftig)1-4/+2