summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid I. Lehn <dlehn@users.sourceforge.net>2004-01-31 00:29:21 +0000
committerDavid I. Lehn <dlehn@users.sourceforge.net>2004-01-31 00:29:21 +0000
commitd7d3b770c91e2c991109fcb5c94388261d1cbdbc (patch)
treefaf32713337c479059340fa6121d3c5da3ec3d72
parent924628915af7d6c8fed26ab615576ca458c0cfc1 (diff)
downloadgst-plugins-bad-d7d3b770c91e2c991109fcb5c94388261d1cbdbc.tar.gz
gst-plugins-bad-d7d3b770c91e2c991109fcb5c94388261d1cbdbc.tar.bz2
gst-plugins-bad-d7d3b770c91e2c991109fcb5c94388261d1cbdbc.zip
examples/gstplay/player.c: s/gstplay.h/play.h/
Original commit message from CVS: * examples/gstplay/player.c: s/gstplay.h/play.h/
-rw-r--r--ChangeLog4
-rw-r--r--examples/gstplay/player.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4bcb0322..8d158505 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
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;