mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-24 17:20:36 +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>
|
||||
|
||||
GType gst_multi_file_src_get_type (void);
|
||||
GType gst_multi_file_sink_get_type (void);
|
||||
#include "gstmultifilesink.h"
|
||||
#include "gstmultifilesrc.h"
|
||||
|
||||
static gboolean
|
||||
plugin_init (GstPlugin * plugin)
|
||||
|
|
Loading…
Reference in a new issue