mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 18:05:37 +00:00
multifile: Include headers instead fo defining functions
This commit is contained in:
parent
4f5a49a4c7
commit
382afe983b
1 changed files with 2 additions and 2 deletions
|
@ -28,8 +28,8 @@
|
||||||
|
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
|
|
||||||
GType gst_multi_file_src_get_type (void);
|
#include "gstmultifilesink.h"
|
||||||
GType gst_multi_file_sink_get_type (void);
|
#include "gstmultifilesrc.h"
|
||||||
|
|
||||||
static gboolean
|
static gboolean
|
||||||
plugin_init (GstPlugin * plugin)
|
plugin_init (GstPlugin * plugin)
|
||||||
|
|
Loading…
Reference in a new issue