mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
small fix
Original commit message from CVS: small fix
This commit is contained in:
parent
7f14b49641
commit
74ad376d0a
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <gtk/gtk.h>
|
#include <gtk/gtk.h>
|
||||||
#include <gst/gst.h>
|
#include <gst/gst.h>
|
||||||
#include <libs/control/gstcontrol.h>
|
#include <gst/control/control.h>
|
||||||
|
|
||||||
static gint quit_live(GtkWidget *window, GdkEventAny *e, gpointer data) {
|
static gint quit_live(GtkWidget *window, GdkEventAny *e, gpointer data) {
|
||||||
gtk_main_quit();
|
gtk_main_quit();
|
||||||
|
|
Loading…
Reference in a new issue