GstDeviceMonitor: keep alphabetical order
This commit is contained in:
parent
f9baff11c8
commit
bcce3fbcb8
@ -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 \
|
||||
|
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user