diff options
author | Benjamin Otte <otte@gnome.org> | 2003-10-28 20:25:30 +0000 |
---|---|---|
committer | Benjamin Otte <otte@gnome.org> | 2003-10-28 20:25:30 +0000 |
commit | 3235f1d4c09e9298b843f87dfa2849bd1ea00db8 (patch) | |
tree | 4cc6ece1cb3bf0c4956bd595e86afa9f34514d67 /gst/gst.h | |
parent | 208c0e30898b429cbe676edca3ad526e1d58c256 (diff) | |
download | gstreamer-3235f1d4c09e9298b843f87dfa2849bd1ea00db8.tar.gz |
merge TYPEFIND branch. Major changes:
Original commit message from CVS:
merge TYPEFIND branch. Major changes:
- totally reworked type(find) system
- bytestream is out of the core again
- typefind element is now part of gstelements
Diffstat (limited to 'gst/gst.h')
-rw-r--r-- | gst/gst.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ #include <gst/gstindex.h> #include <gst/gstpipeline.h> #include <gst/gstthread.h> -#include <gst/gsttype.h> +#include <gst/gsttypefind.h> #include <gst/gstautoplug.h> #include <gst/gstcaps.h> #include <gst/gstprops.h> |