mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
docs/manual/advanced-dataaccess.xml: Fix wrong PluginDesc. Fixes #344755.
Original commit message from CVS: * docs/manual/advanced-dataaccess.xml: Fix wrong PluginDesc. Fixes #344755.
This commit is contained in:
parent
d50e3a7951
commit
569f8862d8
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-06-13 Wim Taymans <wim@fluendo.com>
|
||||
|
||||
* docs/manual/advanced-dataaccess.xml:
|
||||
Fix wrong PluginDesc. Fixes #344755.
|
||||
|
||||
2006-06-13 Tim-Philipp Müller <tim at centricular dot net>
|
||||
|
||||
* gst/gstregistryxml.c: (gst_registry_xml_write_cache):
|
||||
|
|
|
@ -340,7 +340,6 @@ static GstPluginDesc plugin_desc = {
|
|||
"my-private-plugins",
|
||||
"Private elements of my application",
|
||||
register_elements,
|
||||
NULL,
|
||||
"0.0.1",
|
||||
"LGPL",
|
||||
"my-application",
|
||||
|
|
Loading…
Reference in a new issue