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:
David I. Lehn 2004-01-31 00:29:21 +00:00
parent 373a2fa510
commit b5d7a93ba8
2 changed files with 5 additions and 1 deletions

View file

@ -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>
* gst-libs/gst/play/Makefile.am:

View file

@ -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;