mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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>
|
2004-03-15 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* configure.ac:
|
* configure.ac:
|
||||||
|
|
|
@ -270,7 +270,7 @@ gst_ffmpegcsp_get_type (void)
|
||||||
};
|
};
|
||||||
|
|
||||||
ffmpegcsp_type = g_type_register_static (GST_TYPE_ELEMENT,
|
ffmpegcsp_type = g_type_register_static (GST_TYPE_ELEMENT,
|
||||||
"GstFFMpegColorspace",
|
"GstFFMpegCsp",
|
||||||
&ffmpegcsp_info, 0);
|
&ffmpegcsp_info, 0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue