+2007-01-29 Edward Hervey <edward@fluendo.com>
+
+ * gst/gstregistrybinary.c: (gst_registry_binary_read_cache):
+ Fix print statement in an even more portable way.
+
2007-01-29 Tim-Philipp Müller <tim at centricular dot net>
* docs/gst/gstreamer-sections.txt:
for (;
((size_t) in + sizeof (GstBinaryPluginElement)) <
(size_t) contents + size;) {
- GST_INFO ("reading binary registry %ld(%x)/%ld",
- (size_t) in - (size_t) contents,
+ GST_INFO ("reading binary registry %" G_GSIZE_FORMAT "(%x)/%"
+ G_GSIZE_FORMAT, (size_t) in - (size_t) contents,
(guint) ((size_t) in - (size_t) contents), size);
if (!gst_registry_binary_load_plugin (registry, &in)) {
GST_ERROR ("Problem while reading binary registry");