summaryrefslogtreecommitdiffstats
path: root/gst
diff options
context:
space:
mode:
Diffstat (limited to 'gst')
-rw-r--r--gst/aacparse/gstbaseparse.c2
-rw-r--r--gst/amrparse/gstbaseparse.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gst/aacparse/gstbaseparse.c b/gst/aacparse/gstbaseparse.c
index 18b396c3..258199cd 100644
--- a/gst/aacparse/gstbaseparse.c
+++ b/gst/aacparse/gstbaseparse.c
@@ -245,7 +245,7 @@ gst_base_parse_get_type (void)
};
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;
}
diff --git a/gst/amrparse/gstbaseparse.c b/gst/amrparse/gstbaseparse.c
index 18b396c3..b48047bf 100644
--- a/gst/amrparse/gstbaseparse.c
+++ b/gst/amrparse/gstbaseparse.c
@@ -245,7 +245,7 @@ gst_base_parse_get_type (void)
};
base_parse_type = g_type_register_static (GST_TYPE_ELEMENT,
- "GstFlacBaseParse", &base_parse_info, G_TYPE_FLAG_ABSTRACT);
+ "GstAmrBaseParse", &base_parse_info, G_TYPE_FLAG_ABSTRACT);
}
return base_parse_type;
}