mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 19:09:41 +00:00
13 lines
190 B
C
13 lines
190 B
C
|
#ifndef __GST_FRAGMENTED_H__
|
||
|
#define __GST_FRAGMENTED_H__
|
||
|
|
||
|
#include <gst/gst.h>
|
||
|
|
||
|
G_BEGIN_DECLS
|
||
|
|
||
|
GST_DEBUG_CATEGORY_EXTERN (fragmented_debug);
|
||
|
|
||
|
G_END_DECLS
|
||
|
|
||
|
#endif /* __GST_FRAGMENTED_H__ */
|