mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
18 lines
235 B
C
18 lines
235 B
C
|
/*
|
||
|
* glib-compat.c
|
||
|
* Functions copied from glib 2.8
|
||
|
*
|
||
|
* Copyright 2005 David Schleef <ds@schleef.org>
|
||
|
*/
|
||
|
|
||
|
#include "gst_private.h" /* for g_warning */
|
||
|
#include <glib.h>
|
||
|
|
||
|
G_BEGIN_DECLS
|
||
|
|
||
|
/* copies */
|
||
|
|
||
|
/* adaptations */
|
||
|
|
||
|
G_END_DECLS
|