mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-12 19:36:38 +00:00
examples/gstplay/player.c: s/gstplay.h/play.h/
Original commit message from CVS: * examples/gstplay/player.c: s/gstplay.h/play.h/
This commit is contained in:
parent
373a2fa510
commit
b5d7a93ba8
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
2004-01-30 David I. Lehn <dlehn@users.sourceforge.net>
|
||||||
|
|
||||||
|
* examples/gstplay/player.c: s/gstplay.h/play.h/
|
||||||
|
|
||||||
2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
|
2004-01-30 Thomas Vander Stichele <thomas at apestaart dot org>
|
||||||
|
|
||||||
* gst-libs/gst/play/Makefile.am:
|
* gst-libs/gst/play/Makefile.am:
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
* Boston, MA 02111-1307, USA.
|
* Boston, MA 02111-1307, USA.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <gst/play/gstplay.h>
|
#include <gst/play/play.h>
|
||||||
|
|
||||||
static GMainLoop *loop = NULL;
|
static GMainLoop *loop = NULL;
|
||||||
static gint64 length = 0;
|
static gint64 length = 0;
|
||||||
|
|
Loading…
Reference in a new issue