mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +00:00
I'm too lazy to comment this
Original commit message from CVS: *** empty log message ***
This commit is contained in:
parent
9b0e11ec7e
commit
b6c740cc69
1 changed files with 25 additions and 0 deletions
25
gstplay/gstplay.h
Normal file
25
gstplay/gstplay.h
Normal file
|
@ -0,0 +1,25 @@
|
|||
/*
|
||||
* Initial main.c file generated by Glade. Edit as required.
|
||||
* Glade will not overwrite this file.
|
||||
*/
|
||||
|
||||
#ifndef __GSTPLAY_H__
|
||||
#define __GSTPLAY_H__
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#include <gnome.h>
|
||||
#include <gst/gst.h>
|
||||
|
||||
typedef enum {
|
||||
GSTPLAY_PLAYING,
|
||||
GSTPLAY_STOPPED,
|
||||
GSTPLAY_PAUSE,
|
||||
} GstPlayState;
|
||||
|
||||
void change_state(GstPlayState new_state);
|
||||
void show_next_picture();
|
||||
|
||||
#endif /* __GSTPLAY_H__ */
|
Loading…
Reference in a new issue