mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-22 14:06:23 +00:00
mi: set the log domain
This commit is contained in:
parent
a8f869e7fe
commit
848021eea8
3 changed files with 5 additions and 1 deletions
|
@ -1,4 +1,3 @@
|
||||||
|
|
||||||
= Releases =
|
= Releases =
|
||||||
|
|
||||||
- bump version in configure.ac
|
- bump version in configure.ac
|
||||||
|
@ -29,3 +28,6 @@
|
||||||
|
|
||||||
- update web-page
|
- update web-page
|
||||||
|
|
||||||
|
= Hacking =
|
||||||
|
|
||||||
|
use G_MESSAGES_DEBUG="gst-mi" to see the logging
|
||||||
|
|
|
@ -3,6 +3,7 @@ bin_PROGRAMS = gst-mi
|
||||||
INCLUDES = \
|
INCLUDES = \
|
||||||
-include config.h \
|
-include config.h \
|
||||||
$(MI_CFLAGS) \
|
$(MI_CFLAGS) \
|
||||||
|
-DG_LOG_DOMAIN=\"gst-mi\" \
|
||||||
-DLOCALEDIR=\""$(localedir)"\" \
|
-DLOCALEDIR=\""$(localedir)"\" \
|
||||||
-DPKGDATADIR=\""$(pkgdatadir)"\" \
|
-DPKGDATADIR=\""$(pkgdatadir)"\" \
|
||||||
-DPKGLIBDIR=\""$(pkglibdir)"\"
|
-DPKGLIBDIR=\""$(pkglibdir)"\"
|
||||||
|
|
|
@ -11,6 +11,7 @@ namespace Config
|
||||||
|
|
||||||
/* Configured paths - these variables are not present in config.h, they are
|
/* Configured paths - these variables are not present in config.h, they are
|
||||||
* passed to underlying C code as cmd line macros. */
|
* passed to underlying C code as cmd line macros. */
|
||||||
|
public const string G_LOG_DOMAIN;
|
||||||
public const string LOCALEDIR; /* /usr/local/share/locale */
|
public const string LOCALEDIR; /* /usr/local/share/locale */
|
||||||
public const string PKGDATADIR; /* /usr/local/share/gst-mi */
|
public const string PKGDATADIR; /* /usr/local/share/gst-mi */
|
||||||
public const string PKGLIBDIR; /* /usr/local/lib/mediainfo/gst-mi */
|
public const string PKGLIBDIR; /* /usr/local/lib/mediainfo/gst-mi */
|
||||||
|
|
Loading…
Reference in a new issue