diff options
Diffstat (limited to 'examples/gstplay')
-rw-r--r-- | examples/gstplay/player.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/gstplay/player.c b/examples/gstplay/player.c index 094cab56..67f452df 100644 --- a/examples/gstplay/player.c +++ b/examples/gstplay/player.c @@ -17,7 +17,7 @@ * Boston, MA 02111-1307, USA. */ -#include <gst/play/gstplay.h> +#include <gst/play/play.h> static GMainLoop *loop = NULL; static gint64 length = 0; |