gst/: Fix baseparse type name.
Original commit message from CVS: * gst/aacparse/gstbaseparse.c: * gst/amrparse/gstbaseparse.c: Fix baseparse type name.
This commit is contained in:
parent
fe9e6d3469
commit
16e3a36dc6
@ -245,7 +245,7 @@ gst_base_parse_get_type (void)
|
|||||||
};
|
};
|
||||||
|
|
||||||
base_parse_type = g_type_register_static (GST_TYPE_ELEMENT,
|
base_parse_type = g_type_register_static (GST_TYPE_ELEMENT,
|
||||||
"GstFlacBaseParse", &base_parse_info, G_TYPE_FLAG_ABSTRACT);
|
"GstAacBaseParse", &base_parse_info, G_TYPE_FLAG_ABSTRACT);
|
||||||
}
|
}
|
||||||
return base_parse_type;
|
return base_parse_type;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user