er, that's g_type_class_ref()
Original commit message from CVS: er, that's g_type_class_ref()
This commit is contained in:
parent
6f07363ea2
commit
8ee5b40c0c
@ -261,8 +261,8 @@ sub check_deprecated()
|
|||||||
if (grep { /GstEventFlags/; } @lines) {
|
if (grep { /GstEventFlags/; } @lines) {
|
||||||
print "W: who uses GstEventFlags\n";
|
print "W: who uses GstEventFlags\n";
|
||||||
}
|
}
|
||||||
if (grep { /gst_type_class_ref/; } @lines) {
|
if (grep { /g_type_class_ref/ } @lines) {
|
||||||
print "W: gst_type_class_ref should be changed to gst_type_class_peek_parent\n";
|
print "W: g_type_class_ref should be changed to g_type_class_peek_parent\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@ -261,8 +261,8 @@ sub check_deprecated()
|
|||||||
if (grep { /GstEventFlags/; } @lines) {
|
if (grep { /GstEventFlags/; } @lines) {
|
||||||
print "W: who uses GstEventFlags\n";
|
print "W: who uses GstEventFlags\n";
|
||||||
}
|
}
|
||||||
if (grep { /gst_type_class_ref/; } @lines) {
|
if (grep { /g_type_class_ref/ } @lines) {
|
||||||
print "W: gst_type_class_ref should be changed to gst_type_class_peek_parent\n";
|
print "W: g_type_class_ref should be changed to g_type_class_peek_parent\n";
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user