summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-04Work around deprecated thread API in glib masterTim-Philipp Müller20-12/+211
2011-12-04benchmarks: g_thread_create() is deprecated in GLib master, use g_thread_try_...Tim-Philipp Müller3-0/+17
2011-12-04net: initialise GError variables to NULLTim-Philipp Müller2-2/+2
2011-12-03g_thread_init() is deprecated in glib masterTim-Philipp Müller6-0/+18
2011-12-03tagsetter: update for thread API deprecations in glib masterTim-Philipp Müller1-15/+46
2011-12-03taglist: update for thread API deprecations in glib masterTim-Philipp Müller1-3/+16
2011-12-03g_thread_create() is deprecated in GLib master, use g_thread_try_new() insteadTim-Philipp Müller4-2/+31
2011-12-02identity: unlock clock wait when appropriateMark Nauwelaerts1-1/+61
2011-12-01bus: use GST_MESSAGE_SOURCE_NAME() which also takes care of src=NULL.Stefan Sauer1-1/+1
2011-11-30basetransform: Always intersect the suggested sink caps with the peer capsSebastian Dröge1-16/+18
2011-11-30event: warn and fail instead of creating newsegment events in GST_FORMAT_UNDE...Tim-Philipp Müller1-0/+1
2011-11-28gstelement: add gst_element_class_add_pad_template_from_staticVincent Penquerc'h3-0/+26
2011-11-28queue2: fix refactoring of draining-on-eos, munge flow return to FLOW_OKTim-Philipp Müller1-0/+6
2011-11-28queue2: add bufferlist supportTim-Philipp Müller1-15/+190
2011-11-28queue2: split out draining of queue on FLOW_UNEXPECTED into separate functionTim-Philipp Müller1-34/+49
2011-11-28queue2: pass item type enum to _enqueue instead of simple isbuffer booleanTim-Philipp Müller1-15/+23
2011-11-27warnings: avoid set-but-unused warnings with load-save disabledStefan Sauer4-24/+31
2011-11-26uri: fix wrong G_GNUC_MALLOCTim-Philipp Müller1-1/+1
2011-11-26libs: sprinkle some G_GNUC_MALLOCTim-Philipp Müller5-13/+13
2011-11-26gst: sprinkle some G_GNUC_MALLOCTim-Philipp Müller25-139/+139
2011-11-25buffer: add gst_buffer_{set,get}_qdata()Tim-Philipp Müller5-3/+250
2011-11-24pad: Remove g_warning() if pad accepted caps that are not a subset of the pad...Sebastian Dröge1-20/+0
2011-11-24multiqueue: check filled state of queues even if another one is emptyVincent Penquerc'h1-3/+0
2011-11-23baseparse: Return template caps instead of other side's peer caps if get_sink...Sebastian Dröge1-2/+1
2011-11-12gst-inspect: print current value as default valueTim-Philipp Müller1-64/+30
2011-11-12gst, controller: replace g_list_prepend + reverse with GQueueTim-Philipp Müller4-39/+27
2011-11-09Android: build audio controller exampleStefan Sauer2-0/+14
2011-11-09gstvalue: consider lists and ranges equal if they hold the same setVincent Penquerc'h1-14/+74
2011-11-09tests: add a subset test for structureStefan Sauer1-0/+19
2011-11-08docs: also fix wrong call order for controller in manualStefan Sauer1-7/+7
2011-11-08tests: pad: add test to verify flushing behaviourRené Stadler1-0/+81
2011-11-08docs: fix Since: markers for API added after 0.10.35Tim-Philipp Müller9-34/+34
2011-11-08win32: update .def file for new APITim-Philipp Müller1-0/+1
2011-11-07gstcaps: remove unneeded use of gint64Vincent Penquerc'h1-1/+1
2011-11-07gstvalue: quicker version of intersection when we do not need the resultVincent Penquerc'h2-30/+69
2011-11-07gststructure: simplify return statement in gst_structure_can_intersectVincent Penquerc'h1-5/+2
2011-11-07gststructure: early out when we know a value cannot be a subsetVincent Penquerc'h1-1/+8
2011-11-07gstvalue: quicker test for substraction emptinessVincent Penquerc'h2-20/+49
2011-11-07gststructure: rejig test ordering for speedVincent Penquerc'h1-5/+6
2011-11-04basetransform: Only use the cached transform on strictly equal capsSjoerd Simons1-1/+1
2011-11-04caps: Add gst_caps_is_strictly_equalSjoerd Simons2-0/+43
2011-11-04introspection: add Value annotations for GST_SECOND, GST_MSECOND, GST_USECOND...Peteris Krisjanis1-0/+13
2011-11-04configure: suppress unused variable warnings if gst debugging is disabledTim-Philipp Müller1-1/+7
2011-11-04configure: fix typo around GLIB_EXTRA_CFLAGS in GST_ALL_CXXFLAGSTim-Philipp Müller1-1/+1
2011-11-03queue: use statically allocated GQueueTim-Philipp Müller2-15/+15
2011-11-03bin: use statically allocated GQueueTim-Philipp Müller1-10/+9
2011-11-03collectpads2: use flags enum instead of guint in structureTim-Philipp Müller1-1/+1
2011-11-03queue2: use statically allocated GQueueTim-Philipp Müller2-11/+11
2011-11-03ghostpad: Don't cache internal proxy pad targetNicolas Dufresne2-175/+95
2011-11-01adapter: simplify gst_adapter_take_list()Tim-Philipp Müller1-8/+4