summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2013-07-22structure: gst_structure_copy() returns a new structure with (transfer full)Sebastian Dröge1-1/+1
2013-07-19query: gst_query_get_n_allocation_params() returns a new ref to the allocatorSebastian Dröge1-1/+1
2013-07-08allocator: fix type of gst_memory_alignment to match declarationTim-Philipp Müller1-4/+4
2013-07-05buffer: Fix wrong size/index handling when merging memoryPaul HENRYS1-2/+2
2013-07-03Add few missing allow-none annotationNicolas Dufresne11-36/+37
2013-05-28structure: Make sure that subsets have all fields of the supersetSebastian Dröge1-0/+14
2013-05-22buffer: fix gobject-introspection annotations, esp. for gst_buffer_fillOlivier Crête3-11/+11
2013-05-18buffer: allow calling _fill() with a NULL data pointer if size is 0 bytesTim-Philipp Müller1-1/+1
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-0/+43
2013-04-15caps: Fix gst_static_caps_get(GST_STATIC_CAPS_NONE)Sebastian Dröge1-1/+1
2013-04-13taglist: avoid triggering an assertionWim Taymans1-1/+7
2013-04-04bufferpool: fix docsWim Taymans1-2/+2
2013-04-04segment: Fix seeking when position is slightly outside the segmentNicolas Dufresne1-0/+3
2013-02-13message: accept NULL error argument in gst_message_parse_{error,warning,info}Tim-Philipp Müller1-57/+9
2013-02-11gstvalue: Adding offset to GstSegment serialize/deserialize.Tim 'mithro' Ansell1-1/+2
2013-02-07bin: remove old commentWim Taymans1-20/+1
2013-02-07bin: reset GValue from iterator after usageWim Taymans1-0/+3
2013-02-05debugutils: fix order of caps on an unnegotiated linkStefan Sauer1-1/+1
2013-02-05docs: update the controller docsStefan Sauer1-1/+1
2013-02-05gstpipeline: fix failed assertion caused by seeking pipeline with NULL clockNate Bogdanowicz1-1/+4
2013-01-27g-i: add built enumtypes headers and sources to gir creationSimon Feltman1-0/+2
2013-01-24gst_pad_check_reconfigure: only remove flag if set.Niv Sardi1-2/+3
2013-01-17pipeline: add allow-none annotation for gst_pipeline_new()'s name propertyTim-Philipp Müller1-1/+1
2013-01-17controlbinding: hide one unused typedefStefan Sauer1-8/+1
2013-01-17docs: improve api docs for controlsource and -bindingStefan Sauer2-13/+14
2013-01-04docs: update since markers for new NO_RESYNC flagTim-Philipp Müller1-2/+2
2013-01-04docs: minor systemsclock doc fixTim-Philipp Müller1-1/+1
2013-01-04bin: add flag to disable resync state changeWim Taymans2-3/+20
2013-01-04systemclock: add OTHER clock typeWim Taymans1-1/+3
2012-12-14add debug categoryWim Taymans2-0/+11
2012-12-14element: improve debugWim Taymans1-2/+2
2012-12-10plugin: protect against NULL filename in debugWim Taymans1-5/+7
2012-12-10bufferpool: clarify docsWim Taymans1-2/+3
2012-12-10caps: fix docsWim Taymans1-1/+1
2012-12-10message: add reset-time type stringWim Taymans1-0/+1
2012-11-28docs: remove all mention of g_thread_init()Tim-Philipp Müller1-11/+0
2012-11-24event: fix annotation for gst_event_parse_stream_startAlessandro Decina1-1/+1
2012-11-24pad: document more pad probe valuesTim-Philipp Müller1-0/+10
2012-11-24pad: don't use parenthesis for ORed pad probe flag enumsTim-Philipp Müller1-19/+10
2012-11-24pad: Put all of the probe types in the enum so they work with bindingsOlivier Crête1-16/+22
2012-11-08bufferpool: lock before unlock in _get_configMatthew Waters1-1/+1
2012-10-30pad: downgrade 'creating random stream-id' debug log messageTim-Philipp Müller1-1/+1
2012-10-24event: Allow GST_CLOCK_TIME_NONE as duration for GAP eventsSebastian Dröge1-1/+0
2012-10-22allocator: fix memory leak in _fallback_mem_copyMiguel Angel Cabrera Moya1-0/+1
2012-10-22preset: remove variable not readMiguel Angel Cabrera Moya1-1/+0
2012-10-22info: Don't use GST_DEBUG() in gst_debug_add_log_function() and related funct...Sebastian Dröge1-11/+19
2012-10-20g_type_init() is no longer required and deprecated in glib >= 2.35.0Tim-Philipp Müller1-1/+2
2012-10-19GstSample: fix typo in G-I annotations, allows creating GstSamples from bindi...Michael Smith1-1/+1
2012-10-18poll: Fix compiler warning about constnessSebastian Dröge1-2/+2
2012-10-17bin, pipeline: use gst_element_class_set_static_metadata()Tim-Philipp Müller2-2/+2