diff options
author | Julien Moutte <julien@moutte.net> | 2003-12-14 17:00:18 +0000 |
---|---|---|
committer | Julien Moutte <julien@moutte.net> | 2003-12-14 17:00:18 +0000 |
commit | 2e2a90accca327d43ec86fc7f07ac99b8e8060ca (patch) | |
tree | e5ef05b027f096d25dd460959f5ef5ebe71d5f35 /gst-libs/gst/play/gstplay.h | |
parent | 07441f0139b1ea64eb6f58b78c0a2a4f8b4fa344 (diff) | |
download | gst-plugins-bad-2e2a90accca327d43ec86fc7f07ac99b8e8060ca.tar.gz gst-plugins-bad-2e2a90accca327d43ec86fc7f07ac99b8e8060ca.tar.bz2 gst-plugins-bad-2e2a90accca327d43ec86fc7f07ac99b8e8060ca.zip |
Synchronizing my changes.
Original commit message from CVS:
Synchronizing my changes.
Diffstat (limited to 'gst-libs/gst/play/gstplay.h')
-rw-r--r-- | gst-libs/gst/play/gstplay.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gst-libs/gst/play/gstplay.h b/gst-libs/gst/play/gstplay.h index 4d003407..0c45d943 100644 --- a/gst-libs/gst/play/gstplay.h +++ b/gst-libs/gst/play/gstplay.h @@ -20,7 +20,7 @@ #ifndef __GST_PLAY_H__ #define __GST_PLAY_H__ -#include <gst/gstpipeline.h> +#include <gst/gst.h> #define GST_TYPE_PLAY (gst_play_get_type()) #define GST_PLAY(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GST_TYPE_PLAY, GstPlay)) |