mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 08:41:07 +00:00
decodebin: Remove unused includes
* config.h is not used, plugin/element is registered in another file * play-enum.h is not used Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/6774>
This commit is contained in:
parent
48cbb1c96f
commit
39f2d96105
1 changed files with 0 additions and 5 deletions
|
@ -20,10 +20,6 @@
|
|||
* Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <glib.h>
|
||||
#include <glib-object.h>
|
||||
#include <glib/gprintf.h>
|
||||
|
@ -31,7 +27,6 @@
|
|||
#include <gst/pbutils/pbutils.h>
|
||||
|
||||
#include "gstplaybackelements.h"
|
||||
#include "gstplay-enum.h"
|
||||
#include "gstrawcaps.h"
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue