change static name
Original commit message from CVS: change static name
This commit is contained in:
parent
b9d7a877e9
commit
879d56abc1
@ -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:
|
||||
|
@ -270,7 +270,7 @@ gst_ffmpegcsp_get_type (void)
|
||||
};
|
||||
|
||||
ffmpegcsp_type = g_type_register_static (GST_TYPE_ELEMENT,
|
||||
"GstFFMpegColorspace",
|
||||
"GstFFMpegCsp",
|
||||
&ffmpegcsp_info, 0);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user