projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
tests/check/: use the new macro
[platform/upstream/gstreamer.git]
/
gst
/
glib-compat-private.h
1
/*
2
* glib-compat.c
3
* Functions copied from glib 2.8
4
*
5
* Copyright 2005 David Schleef <ds@schleef.org>
6
*/
7
8
#include "gst_private.h" /* for g_warning */
9
#include <glib.h>
10
11
G_BEGIN_DECLS
12
13
/* copies */
14
15
/* adaptations */
16
17
G_END_DECLS