summaryrefslogtreecommitdiff
path: root/gst/gstpreset.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-24Move files from gstreamer into the "subprojects/gstreamer/" subdirThibault Saunier1-1344/+0
2021-06-22Fix GI annotations.Víctor Manuel Jáquez Leal1-2/+2
2021-03-19gst: don't use volatile to mean atomicMatthew Waters1-1/+1
2020-04-20Use gst_object_unref() / gst_object_clear() instead of the GObject onesSebastian Dröge1-1/+1
2018-05-01Fix typos in comments and docsluz.paz1-1/+1
2018-03-04gst: Add some more (type filename) annotationsSebastian Dröge1-2/+2
2017-11-26Revert "preset: Do not save deprecated properties"Thibault Saunier1-6/+0
2017-11-26preset: Do not save deprecated propertiesThibault Saunier1-0/+6
2017-11-26preset: Do not save deprecated propertiesThibault Saunier1-0/+6
2017-01-27Port gtk-doc comments to their equivalent markdown syntaxThibault Saunier1-0/+1
2016-12-22gstpreset: Lower some debug logs levelThibault Saunier1-5/+5
2016-03-22preset: Use GST_PRESET_PATH as an extension of the system path, not a replace...Sebastian Dröge1-19/+72
2015-11-06Fix build with -Werror=maybe-uninitializedThibault Saunier1-1/+1
2015-11-06preset: Add a GST_PRESET_PATH env variable for presets to be usable uninstalledThibault Saunier1-6/+29
2015-01-14preset: fix incorrect preset version comparisonPhillip Wood1-1/+1
2015-01-11preset: fix sorting presetsStefan Sauer1-1/+7
2015-01-04preset: don't return empty preset listsStefan Sauer1-0/+6
2014-12-12preset: add gst_preset_is_editable()Stefan Sauer1-0/+21
2014-11-07preset: remove commented codeStefan Sauer1-4/+0
2014-06-26introspection: add some missing allow-none annotations to in paramsEvan Nemerson1-1/+1
2014-06-26introspection: add nullability annotations to out and inout paramsEvan Nemerson1-3/+3
2014-06-26introspection: add missing (nullable) annotations to return valuesEvan Nemerson1-1/+2
2014-05-30docs: convert NULL, TRUE, and FALSE to %NULL, %TRUE, and %FALSEEvan Nemerson1-1/+1
2014-04-16preset: Unref return value of gst_child_proxy_get_child_by_index() instead of...Sebastian Dröge1-0/+2
2014-04-16preset: Automatic code style fixesSebastian Dröge1-6/+6
2014-02-06windows: Make GStreamer installation relocatableChun-wei Fan1-0/+17
2013-12-07docs: Fix typos in function/object descriptionsSebastian Rasmussen1-1/+1
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-22preset: remove variable not readMiguel Angel Cabrera Moya1-1/+0
2012-10-02docs: some 0.10 -> 1.0 changesWim Taymans1-1/+1
2012-08-17preset: implement child_proxy supportStefan Sauer1-65/+88
2012-07-10Remove 0.10-related documentation and "Since" markersEdward Hervey1-20/+0
2012-04-04gst: Change versioningSebastian Dröge1-2/+2
2011-12-12Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-57/+145
2011-12-09preset: allow applications to specify an extra preset dirStefan Sauer1-57/+145
2011-05-26Merge branch 'master' into 0.11Sebastian Dröge1-2/+3
2011-05-24preset: use guint for the version number partsStefan Kost1-2/+3
2011-05-20Merge branch 'master' into 0.11Wim Taymans1-0/+2
2011-05-20preset: include cleanupStefan Kost1-0/+2
2011-05-03core: store presets, registry and plugins in XDG directories.Philippe Normand1-3/+3
2010-12-07docs: gst: more gobject introspection annotationsTim-Philipp Müller1-3/+5
2009-10-15docs: clarify preset api docsStefan Kost1-2/+2
2009-05-24preset: fix update ruleStefan Kost1-3/+5
2009-04-04gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type...Sebastian Dröge1-3/+5
2008-10-31gst/gstpreset.c: Use g_unlink instead of unlink.Stefan Kost1-1/+1
2008-07-01gst/gstevent.c: Use gst_format_get_name() to improve debug output.Stefan Kost1-98/+20
2008-06-11Rename DATADIR to GST_DATADIR to avoid build problemsDavid Schleef1-2/+2
2008-05-27gst/gstpreset.c: Add Since: markers to docs blurbs.Tim-Philipp Müller1-0/+16
2008-05-27configure.ac: Add DATADIR for storing presets.Stefan Kost1-0/+1175
2007-11-26Due to popular request remove preset interface again. :-(.Stefan Kost1-1138/+0