[gst-devel] trivial gstmemcache patch
Joshua N Pritikin
vishnu at pobox.com
Wed Dec 4 23:06:05 CET 2002
Looks like a cut & paste mistake.
--
Victory to the Divine Mother!! after all,
http://sahajayoga.org http://why-compete.org
-------------- next part --------------
Index: gstmemcache.c
===================================================================
RCS file: /cvsroot/gstreamer/gstreamer/gst/caches/gstmemcache.c,v
retrieving revision 1.3
diff -u -u -r1.3 gstmemcache.c
--- gstmemcache.c 2 Dec 2002 22:39:56 -0000 1.3
+++ gstmemcache.c 5 Dec 2002 07:04:14 -0000
@@ -23,7 +23,7 @@
#include <gst/gstcache.h>
#define GST_TYPE_MEM_CACHE \
- (gst_cache_get_type ())
+ (gst_mem_cache_get_type ())
#define GST_MEM_CACHE(obj) \
(G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_MEM_CACHE, GstMemCache))
#define GST_MEM_CACHE_CLASS(klass) \
More information about the gstreamer-devel
mailing list