mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-15 13:53:19 +00:00
GstDeviceMonitor: keep alphabetical order
This commit is contained in:
parent
f9baff11c8
commit
bcce3fbcb8
2 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue