summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2017-12-07docs: Fix a few gtk-doc warningsHEADmasterTim-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
2017-12-03gst: Annotate various strings as type filename if they represent a path/filenameSebastian Dröge3-5/+5
2017-12-02info: always check match patterns for new debug categoriesTim-Philipp Müller1-9/+4
2017-12-02info: fix performance issue with registering categories after gst_init()Tim-Philipp Müller1-1/+13
2017-12-01plugin-scanner: Measure string length in bytesNicolas Dufresne1-1/+1
2017-11-26Revert "preset: Do not save deprecated properties"Thibault Saunier1-6/+0
2017-11-26preset: Do not save deprecated propertiesThibault Saunier1-0/+6
2017-11-26taglist: Avoid assertions when getting tag nick from unregister tagThibault Saunier1-1/+5
2017-11-26preset: Do not save deprecated propertiesThibault Saunier1-0/+6
2017-11-26tools: gst-inspect: print pad properties where we know the subclass typeTim-Philipp Müller1-0/+1
2017-11-25gstinfo: Use free instead of g_freeEdward Hervey1-1/+1
2017-11-25gstinfo: Don't leak array of stringsEdward Hervey1-0/+2
2017-11-24gstutils: Fix linear regression comparisionEdward Hervey1-2/+2
2017-11-24gsttraceutils: actually disable tracing system hooks if configuredMikhail Fludkov2-0/+19
2017-11-24utils: add gst_utils_dump_buffer()Havard Graff2-0/+21
2017-11-24pad: gst_pad_activate_mode() always succeed if same modeStian Selnes1-0/+15
2017-11-24ghostpad: return TRUE if target pad was already setTim-Philipp Müller1-1/+1
2017-11-24ghostpad: access internal pad with lock heldTim-Philipp Müller1-4/+5
2017-11-24ghostpad: fix race-condition while tearing downHavard Graff1-6/+14
2017-11-23gstvalue: allocate slightly larger than needed tables at startupTim-Philipp Müller1-8/+8
2017-11-22pad templates: Allow specifying GTypeMathieu Duponchelle4-2/+102
2017-11-23gst: add a promise objectMatthew Waters6-0/+495
2017-11-20registrychunks: Make sure we use aligned memoryEdward Hervey1-0/+1
2017-11-16gstpad: Make pad (de)activation atomicEdward Hervey1-0/+22
2017-11-16gstpad: Make calls to GstPadActivateFunction MT-safeEdward Hervey1-10/+28
2017-11-10paramspec: Move condition check inside the g_returnNicolas Dufresne1-2/+2
2017-11-10paramspec: Add missing since for _spec_array()Nicolas Dufresne1-0/+2
2017-11-02element: add gst_element_foreach_*pad()Tim-Philipp Müller2-0/+144
2017-10-31gstvalue: Cast GST_MAKE_FOURCC argumentsEdward Hervey1-1/+2
2017-10-27event: Don't allow invalid SELECT_STREAMS event creationEdward Hervey1-1/+6
2017-10-25gst: Fix build with option parsing disabledEdward Hervey1-3/+7
2017-10-20segment: clarify the segment docs for the durationStefan Sauer1-1/+1
2017-10-20Revert "segment: also intialize the duration"Stefan Sauer1-6/+0
2017-10-20segment: also intialize the durationStefan Sauer1-0/+6
2017-10-18seqnum: Never return a seqnum of 0, reset GST_SEQNUM_INVALIDJan Schmidt2-3/+13
2017-10-11gstbuffer: fix meta removal in gst_buffer_foreach_metaMathieu Duponchelle1-0/+4
2017-10-05device-provider: gst_device_provider_unhide_provider() always failsAshish Kumar1-1/+1
2017-10-05meson: remove vs_module_defsHavard Graff1-1/+0
2017-10-03bin: iterate_sorted: Ensure sources are always returned lastEdward Hervey1-0/+6
2017-10-02structure: add a todo commentStefan Sauer1-0/+1