mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 12:51:16 +00:00
playback/player: Add a single-include header
This commit is contained in:
parent
090c766562
commit
4b9da857c0
2 changed files with 2 additions and 2 deletions
|
@ -29,7 +29,7 @@
|
|||
#include <math.h>
|
||||
|
||||
#include "gst-play-kb.h"
|
||||
#include <gst/player/gstplayer.h>
|
||||
#include <gst/player/player.h>
|
||||
|
||||
#define VOLUME_STEPS 20
|
||||
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
|
||||
#include <gtk/gtk.h>
|
||||
|
||||
#include <gst/player/gstplayer.h>
|
||||
#include <gst/player/player.h>
|
||||
|
||||
typedef struct
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue