summaryrefslogtreecommitdiff
path: root/gst
Commit message (Expand)AuthorAgeFilesLines
* systemclock: fix multi-thread entry status issueNicolas Huet2014-10-241-9/+24
* datetime: added missing include directivesMarcin Kolny2014-09-241-0/+3
* event: add annotations to gst_event_parse_toc_select()Ognyan Tonchev2014-09-171-1/+1
* query: Add annotations to gst_query_add_allocation_pool()Ognyan Tonchev2014-09-171-1/+1
* query: add annotations to gst_query_set_nth_allocation_pool()Ognyan Tonchev2014-09-121-1/+1
* devicemonitor: fix typo in sample code in docsTim-Philipp Müller2014-09-041-2/+2
* buffer: do not touch memory tag flag when copying buffer flagsArnaud Vrac2014-08-281-1/+5
* bin: Use allow-none instead of nullable until we depend on a new enough GI ve...Sebastian Dröge2014-08-131-1/+1
* bin: gst_bin_new() can accept NULL as nameSebastian Dröge2014-08-131-1/+1
* element: Clarify docs about gst_element_get_request_pad() and remove deprecat...Sebastian Dröge2014-08-131-2/+3
* poll: Prevent false-negative from WAKE_EVENT() on W32Руслан Ижбулатов2014-08-111-1/+1
* bufferpool: Add missing error checking to default_alloc_buffer()Mohammed Sameer2014-07-301-0/+3
* parse: Unref reference to enclosing binsSebastian Rasmussen2014-07-281-0/+3
* gst: include atomicqueue.h again in gst.hTim-Philipp Müller2014-07-271-0/+1
* debugutils: Unref pad template after useSebastian Rasmussen2014-07-161-0/+1
* gst: init taglist gtype to use it in gstvalueThiago Santos2014-07-141-1/+1
* docs: Fix documentation typos and inconsistenciesSebastian Rasmussen2014-07-096-10/+23
* message: Work around g-i/pygobject/gjs bug with ~0 in enumsSebastian Dröge2014-07-031-1/+4
* pad: Don't unlock while iterating over all sticky events for removalGöran Jönsson2014-07-011-7/+13
* introspection: Assorted minor introspection and documentation fixesEvan Nemerson2014-07-019-26/+29
* devicemonitor: Stop using g_clear_pointer()Guillaume Desmottes2014-06-301-1/+4
* devicemonitor: don't fail when started without any filtersTim-Philipp Müller2014-06-271-3/+5
* deviceproviderfactory: handle NULL classes argument and match anyTim-Philipp Müller2014-06-271-6/+9
* devicemonitor: Improve documentationOlivier Crête2014-06-264-8/+60
* devicemonitor: Make it possible to add multiple filtersOlivier Crête2014-06-265-200/+234
* device: Add pre-conditionsOlivier Crête2014-06-261-0/+17
* GstDeviceMonitor: Rename from GstGlobalDeviceMonitorOlivier Crête2014-06-265-171/+169
* DeviceProvider: Rename from DeviceMonitorOlivier Crête2014-06-2618-958/+964
* miniobject: Add missing (nullable) annotationsPhilip Withnall2014-06-261-3/+3
* message: Application and element messages should not have NULL structuresSebastian Dröge2014-06-261-0/+4
* introspection: add some missing allow-none annotations to in paramsEvan Nemerson2014-06-2610-47/+48
* introspection: add nullability annotations to out and inout paramsEvan Nemerson2014-06-2611-36/+41
* introspection: add missing (nullable) annotations to return valuesEvan Nemerson2014-06-2641-210/+274
* caps: unset the parent refcount of the old features before freeing them in gs...George Kiagiadakis2014-06-261-1/+3
* caps: gst_caps_is_any() should return TRUE or FALSETim-Philipp Müller2014-06-221-1/+1
* device: rename "klass" and get_klass() to "device-class" and _get_device_class()Tim-Philipp Müller2014-06-212-17/+20
* value: simplify GST_VALUE_HOLDS for our boxed and fundamental typesTim-Philipp Müller2014-06-213-17/+15
* GstDevice: Document GstDevice and related classesOlivier Crête2014-06-208-8/+105
* gstvalue: optimise checks for listsTim-Philipp Müller2014-06-191-37/+29
* gstvalue: use g_assert() in internal function for already-checked thingsTim-Philipp Müller2014-06-191-3/+3
* gstvalue: add internal _can_compare_unchecked()Tim-Philipp Müller2014-06-191-6/+12
* gstvalue: add internal _list_concat() that takes ownership of input valuesTim-Philipp Müller2014-06-191-17/+58
* structure: simplify value type checks in gettersTim-Philipp Müller2014-06-191-31/+17
* value: Add a FIXME 2.0 for a fraction ranges optimizationSebastian Dröge2014-06-191-0/+9
* value: Make sure to cast int range values to guints before storing themSebastian Dröge2014-06-191-14/+18
* value: Store integer ranges directly in a GValue without additional allocationSebastian Dröge2014-06-191-51/+38
* gst_private: Fix duplicate definitionEdward Hervey2014-06-191-1/+0
* gst: Store more basic type GTypes in variablesSebastian Dröge2014-06-1918-15/+65
* value: Store our fundamental type GTypes in variablesSebastian Dröge2014-06-192-13/+32
* gstvalue: Speed up gst_value_intersect/_subtractEdward Hervey2014-06-171-14/+25