GstObject is no longer instantiatable in glib2
authorAndy Wingo <wingo@pobox.com>
Sat, 24 Nov 2001 20:04:47 +0000 (20:04 +0000)
committerAndy Wingo <wingo@pobox.com>
Sat, 24 Nov 2001 20:04:47 +0000 (20:04 +0000)
Original commit message from CVS:
GstObject is no longer instantiatable in glib2

tests/old/testsuite/refcounting/Makefile.am
testsuite/refcounting/Makefile.am

index d8396f0..d8191f8 100644 (file)
@@ -1,6 +1,6 @@
-testprogs = object element pad element_pad bin 
+# GstObject is no longer instantiatable in glib2
+testprogs = element pad element_pad bin 
 
-object_SOURCES = object.c mem.c
 element_SOURCES = element.c mem.c
 pad_SOURCES = pad.c mem.c
 element_pad_SOURCES = element_pad.c mem.c
@@ -10,7 +10,7 @@ TESTS = $(testprogs)
 
 check_PROGRAMS = $(testprogs)
 
-EXTRA_DIST = thread.c
+EXTRA_DIST = thread.c object.c
 
 noinst_HEADERS = mem.h
 
index d8396f0..d8191f8 100644 (file)
@@ -1,6 +1,6 @@
-testprogs = object element pad element_pad bin 
+# GstObject is no longer instantiatable in glib2
+testprogs = element pad element_pad bin 
 
-object_SOURCES = object.c mem.c
 element_SOURCES = element.c mem.c
 pad_SOURCES = pad.c mem.c
 element_pad_SOURCES = element_pad.c mem.c
@@ -10,7 +10,7 @@ TESTS = $(testprogs)
 
 check_PROGRAMS = $(testprogs)
 
-EXTRA_DIST = thread.c
+EXTRA_DIST = thread.c object.c
 
 noinst_HEADERS = mem.h