diff options
author | Stefan Kost <ensonic@users.sourceforge.net> | 2008-11-13 14:21:39 +0000 |
---|---|---|
committer | Stefan Kost <ensonic@users.sourceforge.net> | 2008-11-13 14:21:39 +0000 |
commit | 56caaf659593d07a876d1ec63d97d7aadcafe64c (patch) | |
tree | d44c60c68a9b7020dbdc266e230109de0a69c37c /gst/amrparse | |
parent | 7f42b7856b8c2a1def893ba7d3955812d74f71b1 (diff) |
gst/: Fix baseparse type name.
Original commit message from CVS:
* gst/aacparse/gstbaseparse.c:
* gst/amrparse/gstbaseparse.c:
Fix baseparse type name.
Diffstat (limited to 'gst/amrparse')
-rw-r--r-- | gst/amrparse/gstbaseparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/amrparse/gstbaseparse.c b/gst/amrparse/gstbaseparse.c index 18b396c3b..b48047bf2 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; } |