mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-03 14:08:56 +00:00
right include
Original commit message from CVS: right include
This commit is contained in:
parent
1246cebdf6
commit
ce316f5ddc
2 changed files with 2 additions and 2 deletions
|
@ -23,7 +23,7 @@
|
|||
#include <string.h>
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <libs/control/gstcontrol.h>
|
||||
#include <gst/control/control.h>
|
||||
|
||||
#define GST_TYPE_DPTEST (gst_dptest_get_type())
|
||||
#define GST_DPTEST(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_DPTEST,GstDpTest))
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
#include <string.h>
|
||||
|
||||
#include <gst/gst.h>
|
||||
#include <libs/control/gstcontrol.h>
|
||||
#include <gst/control/control.h>
|
||||
|
||||
#define GST_TYPE_DPTEST (gst_dptest_get_type())
|
||||
#define GST_DPTEST(obj) (G_TYPE_CHECK_INSTANCE_CAST((obj),GST_TYPE_DPTEST,GstDpTest))
|
||||
|
|
Loading…
Reference in a new issue