mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-18 14:26:43 +00:00
change static name
Original commit message from CVS: change static name
This commit is contained in:
parent
b9d7a877e9
commit
879d56abc1
2 changed files with 6 additions and 1 deletions
|
@ -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…
Reference in a new issue