summaryrefslogtreecommitdiff
path: root/gst/gstregistrybinary.c
AgeCommit message (Expand)AuthorFilesLines
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
2009-01-29Make sure to take a copy of the strings we're going to free later.Jan Schmidt1-3/+3
2009-01-06Add API for making a GStreamer plugin 'dependent' on external files, director...Tim-Philipp Müller1-0/+103
2008-12-27gst/gstregistrybinary.c: Wrap multi-line macros in G_STMT_{START|END}.Tim-Philipp Müller1-6/+9
2008-11-20gst/gstregistrybinary.c: In win32 codepath, if we fail to write the registry,...Michael Smith1-2/+14
2008-11-12gst/gstregistrybinary.*: Don't write and check a CRC for the binary registry ...Sebastian Dröge1-146/+2
2008-11-03gst/gstregistrybinary.c: Don't bother with the GTimer if we don't output the ...Stefan Kost1-2/+10
2008-10-31gst/gstregistrybinary.c: Oh my, studip, stupid me. Remove double stat() call.Stefan Kost1-1/+0
2008-10-30gst/: Use g_unlink() as none of these are directories.Stefan Kost1-1/+1
2008-10-08gst/gstregistrybinary.c: If we can't get a cache file don't try to save somet...Sebastian Dröge1-1/+2
2008-08-11gst/gstregistrybinary.c: Don't use g_mkstmp() on win32, it's unsafe if glib i...Michael Smith1-69/+180
2008-07-31Remove GST_DISABLE_(ENUMTYPES|INDEX|URI) everywhere.Sebastian Dröge1-14/+4
2008-07-02gst/gstplugin.c: Print error debug message if plugin description fields that ...Tim-Philipp Müller1-0/+5
2008-05-04gst/gstclock.c: Make some checks actually useful.Sebastian Dröge1-10/+0
2008-04-24gst/gstregistrybinary.c: Add a warning of we hit unhandled factories when sav...Stefan Kost1-3/+14
2008-04-19gst/gstregistrybinary.c: Return the old CRC instead of 0 if we give a NULL bu...Sebastian Dröge1-2/+4
2008-04-16gst/gstregistrybinary.c: Initialize the registry magic with zeroes.Sebastian Dröge1-0/+3
2008-04-16gst/gstregistrybinary.*: Add crc32 checksum to the binary registry file and c...Sebastian Dröge1-21/+176
2008-04-16gst/gstregistrybinary.c: If an element supports the Uri interface, returns a ...Sebastian Dröge1-3/+5
2008-04-14gst/gstregistrybinary.c: Fix a typo in a debug message and revert change from...Sebastian Dröge1-4/+2
2008-04-13gst/gstregistrybinary.c: If gst_registry_add_plugin() fails our reference to ...Sebastian Dröge1-1/+4
2008-03-23gst/gstregistrybinary.c: Rename constant everywhere and don't forget one occu...Sebastian Dröge1-1/+1
2008-03-23gst/gstregistrybinary.c: Align memory to the pointer size even if the archite...Sebastian Dröge1-11/+3
2008-03-23gst/gstregistrybinary.c: Align memory to the pointer size instead of always 3...Sebastian Dröge1-15/+17
2008-03-21Call the version GST_MAGIC_BINARY_VERSION_STR to be more consistent and add i...Sebastian Dröge1-3/+3
2008-03-21gst/gstregistrybinary.*: Don't use GST_MAJORMINOR for the binary registry ver...Sebastian Dröge1-13/+20
2008-03-07gst/gstregistrybinary.c: Include io.h for write() and close() when building w...Ole André Vadla Ravnås1-1/+5
2008-03-07Move registry backend API to private headers where we can. Add fixme-0.11 com...Stefan Kost1-0/+15
2008-03-03Switch to using portabl gsize/gssize instead of size_t/ssize_tEdward Hervey1-8/+8
2007-12-16gst/gstregistrybinary.c: Use g_remove() and g_rename(). Check result of g_ren...Tim-Philipp Müller1-8/+27
2007-10-13gst/: Use already-interned string for the private GstPluginFeature plugin_nam...Tim-Philipp Müller1-5/+6
2007-10-09gst/: Put more strings into the GLib quark table. No need to keep a hundred-s...Tim-Philipp Müller1-6/+6
2007-09-19gst/glib-compat-private.h: Add compatibility macro for g_intern_string() forTim-Philipp Müller1-3/+9
2007-09-07gst/gstregistrybinary.c: Always destroy the timer, also in error cases.Sebastian Dröge1-1/+2
2007-07-25Another conditional doc check.Stefan Kost1-1/+5
2007-07-24gst/gstregistrybinary.c: Print error just once and with additional info.Stefan Kost1-4/+6
2007-07-17gst/gstregistrybinary.c: Fix memory leak. Be less verbose in the log.Stefan Kost1-31/+48
2007-04-26gst/gstregistrybinary.*: Implement no-mmap alternative for registry reading. ...Stefan Kost1-34/+65
2007-04-25gst/gstregistrybinary.*: Refactor so that we can implement multiple features....Stefan Kost1-40/+110
2007-04-16gst/gstregistrybinary.*: Remove unnecessary <sys/mman.h> include which broke ...Tim-Philipp Müller1-2/+26
2007-03-07gst/: Remove newlines at end of debug log strings.Tim-Philipp Müller1-1/+1
2007-01-29configure.ac: comment about refining the xml depsStefan Kost1-5/+5
2007-01-29gst/gstregistrybinary.c: Fix print statement in an even more portable way.Edward Hervey1-2/+2
2007-01-25gst/gstregistrybinary.c: In print statements, "%x" is for guint. Fixes build ...Edward Hervey1-1/+2
2007-01-15gst/gstregistrybinary.*: use glib types, cleanup comments, impement interface...Stefan Kost1-35/+97
2007-01-11commit binary registry (disabled by default, see #359653)Stefan Kost1-0/+741