mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
Gtype->GType
Original commit message from CVS: Gtype->GType
This commit is contained in:
parent
3798f1c4fa
commit
8c7f46ced0
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ static GstCaps * gst_caps_copy_conditional (const GstCaps *src);
|
|||
GType
|
||||
gst_caps_get_type (void)
|
||||
{
|
||||
static Gtype gst_caps_type = 0;
|
||||
static GType gst_caps_type = 0;
|
||||
|
||||
if (!gst_caps_type) {
|
||||
gst_caps_type = g_boxed_type_register_static ("GstCaps",
|
||||
|
|
Loading…
Reference in a new issue