summaryrefslogtreecommitdiff
path: root/gst/gstregistrybinary.c
AgeCommit message (Expand)AuthorFilesLines
2014-06-26DeviceProvider: Rename from DeviceMonitorOlivier Crête1-2/+2
2014-03-16devicemonitor: Add GstDeviceMonitor and relatedOlivier Crête1-0/+2
2012-11-03Fix FSF addressTim-Philipp Müller1-2/+2
2012-04-29plugin: use GstObject flags for plugin flagsTim-Philipp Müller1-1/+1
2012-02-27Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-9/+11
2012-02-24registry: fix lseek() return code handlingTim-Philipp Müller1-3/+4
2012-02-24registry: don't forget to clean up registry temp file in another error caseTim-Philipp Müller1-6/+7
2011-12-30index: remove GstIndex and GstIndexFactory for nowTim-Philipp Müller1-1/+0
2011-12-26registry: move private bits into private structTim-Philipp Müller1-2/+2
2011-08-29gst: add some _priv prefixes to private methodsWim Taymans1-2/+4
2011-02-22Merge branch 'master' into 0.11Wim Taymans1-4/+1
2011-01-25registry: remove dead codeStefan Kost1-4/+1
2010-12-06remove deprecated symbols and methodsWim Taymans1-24/+0
2010-12-04registry: Fix permissions if umask is brokenDavid Schleef1-0/+13
2010-12-03binaryregistry: use function introduced in GLib 2.22 unconditionallyTim-Philipp Müller1-4/+0
2010-10-10registry: g_mapped_file_unref exists already since GLib 2.21.3Vincent Penquerc'h1-1/+1
2010-07-16registry: use GStatBuf unconditionally and add typedef for backwards compatib...Tim-Philipp Müller1-4/+0
2010-07-16registrybinary: Fix compatibility with GLib 2.25 when using MSVCDavid Hoyt1-0/+4
2010-06-23binaryregistry: ignore the plugin cache if the filter environment has changedTim-Philipp Müller1-0/+18
2010-03-28gst: Use GSlice instead of normal g_malloc in more placesSebastian Dröge1-14/+10
2010-03-11Fixes for -Wmissing-declarations -Wmissing-prototypesBenjamin Otte1-0/+8
2010-03-10Revert "registry: remove unused function"Benjamin Otte1-0/+12
2010-03-10registry: remove unused functionBenjamin Otte1-12/+0
2010-01-06registry: deprecate useless gst_registry_xml_{read|write}_cache()Tim-Philipp Müller1-0/+2
2009-12-04registry: Use GMappedFile for reading the registrySebastian Dröge1-13/+4
2009-12-04registry: Substitute deprecated GLib symbol: g_mapped_file_freeJavier Jardón1-0/+8
2009-10-06registry: Add registry helper phase 1Jan Schmidt1-785/+69
2009-09-11binaryregistry: don't crash in cleaning up on error.Stefan Kost1-3/+5
2009-08-06registry: add filename to debug message, like elsewhereStefan Kost1-1/+1
2009-07-20gstregistrybinary: add +1 after error checkingStefan Kost1-6/+7
2009-07-20binaryregistry: don't unref NULL if we have an early read errorStefan Kost1-4/+6
2009-06-30binaryregistry: Use local values in while/for loops, use branch prediction ma...Edward Hervey1-12/+18
2009-06-30Spread branch prediction macros.Edward Hervey1-13/+14
2009-06-30Use local variables in for/while loops.Edward Hervey1-5/+6
2009-06-07registry: allow plugins to cache extra data in registry. Fixes #570233Stefan Kost1-0/+16
2009-05-22registry: don't free node-date and deref again. Fixes #580579Stefan Kost1-9/+3
2009-05-22registry: don't free node-date and deref again. Fixes #580579Stefan Kost1-3/+5
2009-05-11Avoid unneeded type checksWim Taymans1-1/+1
2009-04-03gstregistrybinary: remove variable only used for a check.Edward Hervey1-2/+1
2009-03-27binaryregistry: init variable, that is referenced in error case below the fai...Stefan Kost1-1/+1
2009-03-27binaryregistry: check for not reading beyond the data area. Fixes #576842Stefan Kost1-62/+106
2009-03-26registry: do fsync() before close() and rename()Tim-Philipp Müller1-0/+10
2009-02-25binary registry: Don't attempt to parse empty capsStefan Kost1-1/+1
2009-02-25registry: Set typefind factory caps to NULL instead of empty caps if they ori...Sebastian Dröge1-1/+1
2009-02-24registrybinary: Check if typefind factory caps are NULL before copying themSebastian Dröge1-9/+15
2009-02-06binary registry: Rewrite sanity check to actualy catch something.Stefan Kost1-3/+4
2009-02-05binary registry: comparing arrays against NULL is uselessStefan Kost1-1/+1
2009-02-04leak: Don't leak type name in failure cases.Stefan Kost1-1/+3
2009-02-02gstregistrybinary: Make it compile with GST_DISABLE_GST_DEBUG.Peter Kjellerstedt1-0/+2
2009-01-30Allocate everything that is written to the registry with g_malloc0()Sebastian Dröge1-5/+5