summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2016-03-29pad: Fix race between gst_element_remove_pad and state changeStian Selnes1-32/+52
2016-03-22preset: Use GST_PRESET_PATH as an extension of the system path, not a replace...Sebastian Dröge1-19/+72
2016-03-21utils: add 'transfer full' annotation to gst_pad_peer_query_capsAurélien Zanelli1-3/+3
2016-03-21pad: add 'transfer full' and 'nullable' annotations to gst_pad_get_current_capsAurélien Zanelli1-1/+2
2016-03-18utils: fix gir annotation for gst_element_query_convert()Ben Iofel1-1/+1
2016-03-10docs: Flesh out element and object macro accessor docs a bitCarlos Rafael Giani2-7/+18
2016-03-07gstbuffer: fix GstParentBufferMeta GType nameVíctor Manuel Jáquez Leal1-1/+4
2016-03-02tracerrecord: Remove useless NULL check and add assertion for making assumpti...Sebastian Dröge1-27/+26
2016-03-01element: minor docs fixTim-Philipp Müller1-1/+1
2016-02-29Revert "bus: change GstBusSource to hold a weak ref to GstBus"Sebastian Dröge1-43/+26
2016-02-29Revert "bus: Make sure to remove the GPollFD from the GSources when destroyin...Sebastian Dröge1-36/+9
2016-02-29element: Remove GST_STATE_LOCK_FULL() / UNLOCK_FULL()Sebastian Dröge1-2/+0
2016-02-29bus: Make sure to remove the GPollFD from the GSources when destroying the busSebastian Dröge1-9/+36
2016-02-28taglist: add guard to check writability when removing tags from a taglistTim-Philipp Müller1-0/+1
2016-02-28element: add gst_element_class_add_static_pad_template()Tim-Philipp Müller2-0/+23
2016-02-26bus: Prevent gst_bus_add_watch_full_unlocked from a segfault if priv->poll ==...James Stevenson1-0/+4
2016-02-25bus: change GstBusSource to hold a weak ref to GstBusThiago Santos1-26/+43
2016-02-23buffer: Check return value of gst_memory_map()Edward Hervey1-1/+6
2016-02-22taglist: add GST_TAG_CONDUCTORAdam Miartus2-0/+12
2016-02-22event: add some more documentation on stream-idMark Nauwelaerts1-1/+4
2016-02-22tracer: Initialize GstTracer _priv_tracers and quarks unconditionnallyThibault Saunier1-13/+19
2016-02-20Whenever we include windows.h, also define WIN32_LEAN_AND_MEANNirbheek Chauhan2-0/+2
2016-02-20printf: On MSVC, also define HAVE_STDINT_H_WITH_UINTMAXNirbheek Chauhan1-2/+1
2016-02-20plugin: Only check for S_IFBLK if it is definedNirbheek Chauhan1-0/+5
2016-02-18Revert "pad: PULL probes are called without a buffer so don't require any of ...Sebastian Dröge1-2/+2
2016-02-18buffer: Protect against failing to map input memory when merging memoriesSebastian Dröge1-1/+8
2016-02-18pad: PULL probes are called without a buffer so don't require any of the data...Sebastian Dröge1-2/+2
2016-02-17Revert "element: Don't hold state lock all the time while sending an event"Sebastian Dröge1-0/+2
2016-02-17Revert "ghostpad: Do nothing in _internal_activate_push_default"Edward Hervey1-1/+13
2016-02-17ghostpad: Do nothing in _internal_activate_push_defaultStian Selnes1-13/+1
2016-02-16registrychunks: remove unused macroThiago Santos1-10/+0
2016-02-15docs: annotate C examples as suchEvan Nemerson15-21/+21
2016-02-15protection/harness/systemclock: move declaration out of for loop initializationThiago Santos1-2/+3
2016-02-11bufferpool: pass acquire params to alloc_bufferVíctor Manuel Jáquez Leal1-1/+1
2016-02-10systemclock: Fix wait/unschedule raceStian Selnes1-1/+3
2016-02-10systemclock: handle unschedule of late entriesThiago Santos1-13/+25
2016-02-02uri: add guard to make sure gstreamer is initializedTim-Philipp Müller1-0/+3
2016-01-22tracer: rename GST_TRACER_PLUGINS env var to GST_TRACERSTim-Philipp Müller1-1/+1
2016-01-22tracerrecord: don't leak the spec structuresStefan Sauer2-65/+66
2016-01-21device: fix comparison in _has_classesv()Tim-Philipp Müller1-6/+7
2016-01-20systemclock: fixed race condition in handling alarmsFlorin Apostol1-17/+63
2016-01-20utils: remove duplicate checkTim-Philipp Müller1-2/+0
2016-01-20gstvalue: remove a half finishesh sentence in the docsStefan Sauer1-1/+1
2016-01-20tracerrecord: Fix self->spec structure invalid freeVineeth TM1-1/+0
2016-01-20tracerrecord: Initialise flags to avoid wrong comparisionVineeth TM1-2/+3
2016-01-20tracer: add an internal ptr format for tracer serialisationStefan Sauer4-10/+20
2016-01-19tracerrecord: avoid overwriting valueLuis de Bethencourt1-2/+1
2016-01-19tracerrecord: Disable logging if GST_DISABLE_GST_DEBUGEdward Hervey2-0/+6
2016-01-18value: fail flag deserialization on invalid flag namesTim-Philipp Müller1-3/+4
2016-01-18gst: ref/unref new enum types in gst_init/deinitVineeth TM1-0/+4