summaryrefslogtreecommitdiff
path: root/gst/gstpreset.c
AgeCommit message (Expand)AuthorFilesLines
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
2007-11-22gst/gstpreset.c: Try harder to use the return value from fgets().Stefan Kost1-5/+5
2007-11-21gst/gstpreset.c: For theses two fgets we handle the error below.Stefan Kost1-2/+2
2007-11-20gst/gstpreset.c: Plug a leak and fix saving.Stefan Kost1-1/+5
2007-11-20gst/gstpreset.*: Change _get_preset_names API to return a strv with copies. A...Stefan Kost1-61/+108
2007-11-19gst/gstpreset.c: More cleanups, docs, and TODOs from comments that now slowly...Stefan Kost1-14/+32
2007-11-19gst/gstpreset.c: Fix bogus warning and make the property type specific code m...Stefan Kost1-13/+15
2007-11-19gst/gstpreset.c: Make it build on OS X.Julien Moutte1-2/+2
2007-11-17gst/gstevent.c: Little documentation improvment.Stefan Kost1-14/+16
2007-11-17gst/gstpreset.c: Add some comments and TODOs.Stefan Kost1-0/+1
2007-11-17Add the preset interface (Fixes #396779). Do some doc cleanups along.Stefan Kost1-0/+1064