mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
more trademark fixing
Original commit message from CVS: more trademark fixing
This commit is contained in:
parent
f57a372393
commit
7918a27650
7 changed files with 9 additions and 9 deletions
|
@ -478,7 +478,7 @@ AC_HELP_STRING([--with-package-name],[specify package name to use in plugins]),
|
|||
no) AC_MSG_ERROR(bad value ${withval} for --with-package-name) ;;
|
||||
*) GST_PACKAGE="${withval}" ;;
|
||||
esac],
|
||||
[GST_PACKAGE="Gstreamer"]) dnl Default value
|
||||
[GST_PACKAGE="GStreamer"]) dnl Default value
|
||||
AC_MSG_NOTICE(Using $GST_PACKAGE as package name)
|
||||
AC_DEFINE_UNQUOTED(GST_PACKAGE, "$GST_PACKAGE", [package name in plugins])
|
||||
dnl package origin URL
|
||||
|
|
4
debian/control
vendored
4
debian/control
vendored
|
@ -38,8 +38,8 @@ Recommends: libgstreamer-dev (= ${Source-Version})
|
|||
Description: Core GStreamer documentation
|
||||
Core GStreamer documentation
|
||||
.
|
||||
Gstreamer Manual
|
||||
Gstreamer Plugin Writers Guide
|
||||
GStreamer Manual
|
||||
GStreamer Plugin Writers Guide
|
||||
Various API docs
|
||||
|
||||
Package: gstreamer-tools
|
||||
|
|
4
debian/control.in
vendored
4
debian/control.in
vendored
|
@ -38,8 +38,8 @@ Recommends: libgstreamer-dev (= ${Source-Version})
|
|||
Description: Core GStreamer documentation
|
||||
Core GStreamer documentation
|
||||
.
|
||||
Gstreamer Manual
|
||||
Gstreamer Plugin Writers Guide
|
||||
GStreamer Manual
|
||||
GStreamer Plugin Writers Guide
|
||||
Various API docs
|
||||
|
||||
Package: gstreamer-tools
|
||||
|
|
|
@ -353,7 +353,7 @@ extern gboolean __gst_debug_enabled;
|
|||
#endif /* G_HAVE_ISO_VARARGS */
|
||||
|
||||
#else /* GST_DEBUG_ENABLE_DEPRECATED */
|
||||
/* This is a workaround so the old debugging stuff of Gstreamer 0.6 works.
|
||||
/* This is a workaround so the old debugging stuff of GStreamer 0.6 works.
|
||||
This is undocumented and will go when 0.8 comes out. */
|
||||
|
||||
#ifdef G_HAVE_ISO_VARARGS
|
||||
|
|
|
@ -39,7 +39,7 @@ GST_PLUGIN_DEFINE (
|
|||
GST_VERSION_MAJOR,
|
||||
GST_VERSION_MINOR,
|
||||
"gstindexers",
|
||||
"Gstremaer core indexers",
|
||||
"GStreamer core indexers",
|
||||
plugin_init,
|
||||
VERSION,
|
||||
GST_LICENSE,
|
||||
|
|
|
@ -39,7 +39,7 @@ GST_PLUGIN_DEFINE (
|
|||
GST_VERSION_MAJOR,
|
||||
GST_VERSION_MINOR,
|
||||
"gstindexers",
|
||||
"Gstremaer core indexers",
|
||||
"GStreamer core indexers",
|
||||
plugin_init,
|
||||
VERSION,
|
||||
GST_LICENSE,
|
||||
|
|
|
@ -72,7 +72,7 @@ being 0.
|
|||
.B \-\-gst\-debug\-no\-color
|
||||
\fIGStreamer\fP normally prints debugging messages so that the
|
||||
messages are color-coded when printed to a terminal that handles
|
||||
ANSI escape sequences. Using this option causes \fIGstreamer\fP
|
||||
ANSI escape sequences. Using this option causes \fIGStreamer\fP
|
||||
to print messages without color.
|
||||
.TP 8
|
||||
.B \-\-gst\-disable\-debug
|
||||
|
|
Loading…
Reference in a new issue