provide a GST_FUNCTION that just gives a string for now

Original commit message from CVS:
provide a GST_FUNCTION that just gives a string for now
This commit is contained in:
Thomas Vander Stichele 2005-11-02 09:24:03 +00:00
parent e81cae968a
commit 80b050c17c
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2005-11-02 Thomas Vander Stichele <thomas at apestaart dot org>
* win32/common/config.h.in:
provide a GST_FUNCTION that just gives a string for now
2005-11-02 Thomas Vander Stichele <thomas at apestaart dot org>
* win32/common/gstenumtypes.c: (register_gst_object_flags),

View file

@ -15,7 +15,7 @@
#define GST_CACHE_DIR PREFIX "\\var\\cache"
/* macro to use to show function name */
#undef GST_FUNCTION
#define GST_FUNCTION "(function)"
/* Defined if gcov is enabled to force a rebuild due to config.h changing */
#undef GST_GCOV_ENABLED