mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
13 lines
196 B
C
13 lines
196 B
C
|
#ifndef __GST_QTDEMUX_DEBUG_H__
|
||
|
#define __GST_QTDEMUX_DEBUG_H__
|
||
|
|
||
|
#include <gst/gst.h>
|
||
|
|
||
|
G_BEGIN_DECLS
|
||
|
|
||
|
GST_DEBUG_CATEGORY_EXTERN (qtdemux_debug);
|
||
|
|
||
|
G_END_DECLS
|
||
|
|
||
|
#endif /* __GST_QTDEMUX_DEBUG_H__ */
|