summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorLuis de Bethencourt <luis.bg@samsung.com>2015-02-23 12:08:49 +0000
committerLuis de Bethencourt <luis.bg@samsung.com>2015-02-23 12:24:16 +0000
commitbcce3fbcb8e55b72f3114971087582121b618dda (patch)
tree5c4bc8de833c46471e8d41c0dd7e57c3412738cf /gst
parentf9baff11c86c7b4645b5d6a39dec6d1f9dc4bac4 (diff)
GstDeviceMonitor: keep alphabetical order
Diffstat (limited to 'gst')
-rw-r--r--gst/Makefile.am2
-rw-r--r--gst/gst.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/gst/Makefile.am b/gst/Makefile.am
index 7216bad53..1c67f8e77 100644
--- a/gst/Makefile.am
+++ b/gst/Makefile.am
@@ -74,6 +74,7 @@ libgstreamer_@GST_API_VERSION@_la_SOURCES = \
gstdatetime.c \
gstdebugutils.c \
gstdevice.c \
+ gstdevicemonitor.c \
gstdeviceprovider.c \
gstdeviceproviderfactory.c \
gstelement.c \
@@ -82,7 +83,6 @@ libgstreamer_@GST_API_VERSION@_la_SOURCES = \
gstevent.c \
gstformat.c \
gstghostpad.c \
- gstdevicemonitor.c \
gstinfo.c \
gstiterator.c \
gstatomicqueue.c \
diff --git a/gst/gst.h b/gst/gst.h
index 6617f28bb..e4e2a1c97 100644
--- a/gst/gst.h
+++ b/gst/gst.h
@@ -44,13 +44,13 @@
#include <gst/gstdatetime.h>
#include <gst/gstdebugutils.h>
#include <gst/gstdevice.h>
+#include <gst/gstdevicemonitor.h>
#include <gst/gstdeviceprovider.h>
#include <gst/gstelement.h>
#include <gst/gstelementmetadata.h>
#include <gst/gsterror.h>
#include <gst/gstevent.h>
#include <gst/gstghostpad.h>
-#include <gst/gstdevicemonitor.h>
#include <gst/gstinfo.h>
#include <gst/gstiterator.h>
#include <gst/gstmessage.h>