mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 06:46:38 +00:00
private: allow internal access to the debug base-time
Moving the extern to the head lets us access this from other parts as well. This is neeed in the tracer branch.
This commit is contained in:
parent
f6e4ca0d2d
commit
3fbc3d76dc
2 changed files with 2 additions and 2 deletions
|
@ -244,6 +244,8 @@ GST_EXPORT GstDebugCategory *GST_CAT_CONTEXT;
|
|||
#define GST_CAT_POLL _priv_GST_CAT_POLL
|
||||
extern GstDebugCategory *_priv_GST_CAT_POLL;
|
||||
|
||||
extern GstClockTime _priv_gst_info_start_time;
|
||||
|
||||
#else
|
||||
|
||||
#define GST_CAT_GST_INIT NULL
|
||||
|
|
|
@ -63,8 +63,6 @@ const gchar spaces[] = {
|
|||
" " /* 128 */
|
||||
};
|
||||
|
||||
extern GstClockTime _priv_gst_info_start_time;
|
||||
|
||||
static gchar *
|
||||
debug_dump_make_object_name (GstObject * obj)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue