summaryrefslogtreecommitdiff
path: root/gst
AgeCommit message (Expand)AuthorFilesLines
2012-04-05info: fix caps and segment debug printing with old GLib versionTim-Philipp Müller1-0/+5
2012-04-03Make build against GLib 2.16Tim-Philipp Müller2-0/+33
2012-02-04registry: fix compilation with --disable-registryHavard Graff1-1/+2
2012-02-03bin: reset the EOS detection machinery after sending an EOS messageVincent Penquerc'h1-0/+10
2012-02-02Fixes the lack of an include directive in gst/gstpreset.hJoão Paulo Pizani Flor1-0/+1
2012-01-12gststructure: clarify _get docs about the returned referenceVincent Penquerc'h1-4/+4
2012-01-05gst: include locale.h before any other i18n headersTim-Philipp Müller2-0/+2
2012-01-05poll: include correct poll.h based on autoconf testIdar Tollefsen1-0/+5
2011-12-12glib-compat: Add license boilerplate for LGPLSebastian Dröge2-0/+30
2011-12-09preset: allow applications to specify an extra preset dirStefan Sauer2-57/+148
2011-12-06indexfactory: fix memory leakTim-Philipp Müller1-1/+1
2011-12-04Suppress deprecation warnings in selected files, for g_static_rec_mutex_* mostlyTim-Philipp Müller5-0/+15
2011-12-04Work around deprecated thread API in glib masterTim-Philipp Müller6-1/+100
2011-12-03g_thread_init() is deprecated in glib masterTim-Philipp Müller1-0/+8
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üller1-0/+6
2011-12-01bus: use GST_MESSAGE_SOURCE_NAME() which also takes care of src=NULL.Stefan Sauer1-1/+1
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'h2-0/+25
2011-11-27warnings: avoid set-but-unused warnings with load-save disabledStefan Sauer2-12/+9
2011-11-26uri: fix wrong G_GNUC_MALLOCTim-Philipp Müller1-1/+1
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üller2-3/+191
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-12gst, controller: replace g_list_prepend + reverse with GQueueTim-Philipp Müller3-35/+23
2011-11-09gstvalue: consider lists and ranges equal if they hold the same setVincent Penquerc'h1-14/+74
2011-11-08docs: fix Since: markers for API added after 0.10.35Tim-Philipp Müller5-30/+30
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-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-03bin: use statically allocated GQueueTim-Philipp Müller1-10/+9
2011-11-03ghostpad: Don't cache internal proxy pad targetNicolas Dufresne1-166/+33
2011-10-30filter: deprecate gst_filter_run()Tim-Philipp Müller2-0/+11
2011-10-30registry: don't use soon-to-be-deprecated gst_filter_run()Tim-Philipp Müller1-17/+41
2011-10-30pluginfeature: deprecate gst_plugin_feature_type_name_filter()Tim-Philipp Müller3-0/+33
2011-10-30taglist: add to_string and new_from_string functionsTim-Philipp Müller2-0/+41
2011-10-30taglist: avoid pointless tag name -> quark lookupsTim-Philipp Müller1-35/+47
2011-10-30taglist: add gst_tag_list_is_equal()Tim-Philipp Müller2-0/+74
2011-10-29structure: identical structures are definitely equalTim-Philipp Müller1-0/+3
2011-10-26event: clarify docs for step eventStefan Sauer1-2/+3
2011-10-26registry: add support for GST_REGISTRY_REUSE_PLUGIN_SCANNER=noTim-Philipp Müller1-0/+13
2011-10-21caps: No need to require writable caps for _append/_merge second capsThiago Santos1-2/+4
2011-10-20pad: not only describe conditions in the docs, also check them in the codeStefan Sauer1-1/+20
2011-10-18message: protect against null message sourcesThiago Santos1-2/+1