summaryrefslogtreecommitdiff
path: root/gst/gstpreset.c
Commit message (Expand)AuthorAgeFilesLines
* preset: implement child_proxy supportStefan Sauer2012-08-171-65/+84
* preset: allow applications to specify an extra preset dirStefan Sauer2011-12-091-57/+145
* preset: use guint for the version number partsStefan Kost2011-05-241-2/+3
* preset: include cleanupStefan Kost2011-05-201-0/+2
* docs: gst: more gobject introspection annotationsTim-Philipp Müller2010-12-071-3/+5
* docs: clarify preset api docsStefan Kost2009-10-151-2/+2
* preset: fix update ruleStefan Kost2009-05-241-3/+5
* gst: Use G_DEFINE_TYPE and friends or at least g_once_init_* in the _get_type...Sebastian Dröge2009-04-041-3/+5
* gst/gstpreset.c: Use g_unlink instead of unlink.Stefan Kost2008-10-311-1/+1
* gst/gstevent.c: Use gst_format_get_name() to improve debug output.Stefan Kost2008-07-011-98/+20
* Rename DATADIR to GST_DATADIR to avoid build problemsDavid Schleef2008-06-111-2/+2
* gst/gstpreset.c: Add Since: markers to docs blurbs.Tim-Philipp Müller2008-05-271-0/+16
* configure.ac: Add DATADIR for storing presets.Stefan Kost2008-05-271-0/+1175
* Due to popular request remove preset interface again. :-(.Stefan Kost2007-11-261-1138/+0
* gst/gstpreset.c: Try harder to use the return value from fgets().Stefan Kost2007-11-221-5/+5
* gst/gstpreset.c: For theses two fgets we handle the error below.Stefan Kost2007-11-211-2/+2
* gst/gstpreset.c: Plug a leak and fix saving.Stefan Kost2007-11-201-1/+5
* gst/gstpreset.*: Change _get_preset_names API to return a strv with copies. A...Stefan Kost2007-11-201-61/+108
* gst/gstpreset.c: More cleanups, docs, and TODOs from comments that now slowly...Stefan Kost2007-11-191-14/+32
* gst/gstpreset.c: Fix bogus warning and make the property type specific code m...Stefan Kost2007-11-191-13/+15
* gst/gstpreset.c: Make it build on OS X.Julien Moutte2007-11-191-2/+2
* gst/gstevent.c: Little documentation improvment.Stefan Kost2007-11-171-14/+16
* gst/gstpreset.c: Add some comments and TODOs.Stefan Kost2007-11-171-0/+1
* Add the preset interface (Fixes #396779). Do some doc cleanups along.Stefan Kost2007-11-171-0/+1064