summaryrefslogtreecommitdiff
path: root/gst/gstpreset.c
AgeCommit message (Expand)AuthorFilesLines
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