diff options
author | David I. Lehn <dlehn@users.sourceforge.net> | 2004-01-31 00:29:21 +0000 |
---|---|---|
committer | David I. Lehn <dlehn@users.sourceforge.net> | 2004-01-31 00:29:21 +0000 |
commit | 8068692b104d226cdbde1726209dd69a5995450f (patch) | |
tree | b33be64998d3d3fbc44454ed40d1ab6eed9ac6c7 | |
parent | 43d25d42f2c66f27d1917d5b0aa85164781a269f (diff) |
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-- | ChangeLog | 4 | ||||
-rw-r--r-- | examples/gstplay/player.c | 2 |
2 files changed, 5 insertions, 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> * 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; |