summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-09-09collectpads: Don't unref NULL GstCollectData1.0Zaheer Abbas Merali1-1/+3
2013-08-28Release 1.0.101.0.10Tim-Philipp Müller8-18/+167
2013-08-26docs: flesh out gst_sample_get_buffer() a littleTim-Philipp Müller1-0/+4
2013-08-26parse: make grammar.y work with Bison 3Kerrick Staley1-1/+1
2013-08-26docs: flesh out gst_element_query_{duration,position} docs a bitTim-Philipp Müller1-3/+17
2013-08-26pluginloader: Don't call memcpy() with NULL src and 0 lengthSebastian Dröge1-1/+2
2013-08-26queue2: update buffering when changing capacityWim Taymans1-2/+4
2013-08-26sysmem: Only copy the requested part of memory instead of the complete source...Sebastian Dröge1-6/+4
2013-08-26controller: fixes int overflow with properties that span +-INT_MAXAdrian Pardini1-2/+2
2013-08-26query: fix annotation for gst_query_parse_uriAndoni Morales Alastruey1-1/+1
2013-08-26query: add some missing 'transfer none' gi annotationsThiago Santos1-5/+5
2013-08-18buffer: fix Since: marker for new gst_buffer_extract_dup()Tim-Philipp Müller1-1/+1
2013-08-18buffer: Add annotations and pygi friendly extraction functionOlivier Crête4-0/+33
2013-08-10pipeline: g-i: allow clock to be NULL in gst_pipeline_use_clock()Tim-Philipp Müller1-1/+1
2013-07-30Release 1.0.91.0.9Tim-Philipp Müller8-23/+90
2013-07-29typefind: Only advance offset by the number of bytes we actually readSebastian Dröge1-1/+1
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-17timeprovider: g-i: allow None as address for gst_net_time_provider_new()Tim-Philipp Müller1-2/+2
2013-07-15basesink: call state change in all casesWim Taymans1-0/+22
2013-07-12Release 1.0.81.0.8Tim-Philipp Müller8-19/+191
2013-07-08allocator: fix type of gst_memory_alignment to match declarationTim-Philipp Müller1-4/+4
2013-07-05basesrc: Do not lock a mutex that does not existThibault Saunier1-2/+2
2013-07-05buffer: Add unit test for map_range()Sebastian Dröge1-0/+50
2013-07-05buffer: Fix wrong size/index handling when merging memoryPaul HENRYS1-2/+2
2013-07-03Add few missing allow-none annotationNicolas Dufresne14-41/+42
2013-05-30check: fix position unit testWim Taymans1-2/+4
2013-05-30basesink: improve position reporting without clockWim Taymans1-24/+25
2013-05-28valve: Don't read sticky flag from unrefed eventNicolas Dufresne1-2/+3
2013-05-28structure: Make sure that subsets have all fields of the supersetSebastian Dröge2-0/+23
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-05-04typefind: fix caps leak when used in connection with uridecodebin and playbinTim-Philipp Müller2-0/+17
2013-04-26Release 1.0.71.0.7Sebastian Dröge46-78/+195
2013-04-26inputselector: Try to not push read-only buffersSebastian Dröge1-2/+4
2013-04-26controller: Fix element-type annotationsThibault Saunier1-2/+2
2013-04-15gst: Add better support for static pluginsSebastian Dröge3-2/+68
2013-04-15caps: Add unit test for GST_CAPS_{ANY,NONE} and GST_STATIC_CAPS_{ANY,NONE}Sebastian Dröge1-0/+10
2013-04-15caps: Fix gst_static_caps_get(GST_STATIC_CAPS_NONE)Sebastian Dröge1-1/+1
2013-04-15basesrc: Don't send error if negotiate fails because we are flushingNicolas Dufresne1-1/+4
2013-04-13taglist: avoid triggering an assertionWim Taymans1-1/+7
2013-04-13gst-inspect: only add a '*' for non-'gpointer' pointersTim-Philipp Müller1-1/+3
2013-04-13gst-inspect: add pointer mark to signal and action return types that are poin...Jose Antonio Santos Cadenas1-3/+14
2013-04-13netclientclock: bind socket before querying local addressTim-Philipp Müller1-0/+18
2013-04-04bufferpool: fix docsWim Taymans1-2/+2
2013-04-04segment: Fix seeking when position is slightly outside the segmentNicolas Dufresne1-0/+3
2013-03-22Release 1.0.61.0.6Tim-Philipp Müller8-33/+399
2013-03-22po: update for new translatable stringTim-Philipp Müller39-45/+158
2013-02-21basetransform: don't pass NULL outcaps to transform_size on shutdownTim-Philipp Müller1-1/+10
2013-02-13message: accept NULL error argument in gst_message_parse_{error,warning,info}Tim-Philipp Müller2-57/+40