From 8ee5b40c0cbc99f7152543c60d3da44b31b668ed Mon Sep 17 00:00:00 2001 From: David Schleef Date: Tue, 11 Nov 2003 00:44:20 +0000 Subject: [PATCH] er, that's g_type_class_ref() Original commit message from CVS: er, that's g_type_class_ref() --- tests/old/testsuite/gst-lint | 4 ++-- testsuite/gst-lint | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/old/testsuite/gst-lint b/tests/old/testsuite/gst-lint index c9a466c..03b106e 100755 --- a/tests/old/testsuite/gst-lint +++ b/tests/old/testsuite/gst-lint @@ -261,8 +261,8 @@ sub check_deprecated() if (grep { /GstEventFlags/; } @lines) { print "W: who uses GstEventFlags\n"; } - if (grep { /gst_type_class_ref/; } @lines) { - print "W: gst_type_class_ref should be changed to gst_type_class_peek_parent\n"; + if (grep { /g_type_class_ref/ } @lines) { + print "W: g_type_class_ref should be changed to g_type_class_peek_parent\n"; } } diff --git a/testsuite/gst-lint b/testsuite/gst-lint index c9a466c..03b106e 100755 --- a/testsuite/gst-lint +++ b/testsuite/gst-lint @@ -261,8 +261,8 @@ sub check_deprecated() if (grep { /GstEventFlags/; } @lines) { print "W: who uses GstEventFlags\n"; } - if (grep { /gst_type_class_ref/; } @lines) { - print "W: gst_type_class_ref should be changed to gst_type_class_peek_parent\n"; + if (grep { /g_type_class_ref/ } @lines) { + print "W: g_type_class_ref should be changed to g_type_class_peek_parent\n"; } } -- 2.7.4