change static name

Original commit message from CVS:
change static name
This commit is contained in:
Thomas Vander Stichele 2004-03-15 15:42:44 +00:00
parent b9d7a877e9
commit 879d56abc1
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
* ext/ffmpeg/gstffmpegcolorspace.c: (gst_ffmpegcsp_get_type):
fix name of static to be in line with code
2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
* configure.ac:

View file

@ -270,7 +270,7 @@ gst_ffmpegcsp_get_type (void)
};
ffmpegcsp_type = g_type_register_static (GST_TYPE_ELEMENT,
"GstFFMpegColorspace",
"GstFFMpegCsp",
&ffmpegcsp_info, 0);
}