mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
fix name of core elements
Original commit message from CVS: fix name of core elements
This commit is contained in:
parent
a6a3dd0790
commit
11466f9bbe
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2004-02-10 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||
|
||||
* gst/gst.c: fix name to be in line with others
|
||||
|
||||
2004-02-09 Julien MOUTTE <julien@moutte.net>
|
||||
|
||||
* libs/gst/bytestream/bytestream.c: (gst_bytestream_peek): We should
|
||||
|
|
|
@ -472,7 +472,7 @@ gst_register_core_elements (GstPlugin *plugin)
|
|||
static GstPluginDesc plugin_desc = {
|
||||
GST_VERSION_MAJOR,
|
||||
GST_VERSION_MINOR,
|
||||
"gst_core_elements",
|
||||
"gstcoreelements",
|
||||
"core elements of the GStreamer library",
|
||||
gst_register_core_elements,
|
||||
NULL,
|
||||
|
|
Loading…
Reference in a new issue