Including pad.h should be enough.
authorWim Taymans <wim.taymans@gmail.com>
Sat, 22 Dec 2001 21:57:24 +0000 (21:57 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Sat, 22 Dec 2001 21:57:24 +0000 (21:57 +0000)
Original commit message from CVS:
Including pad.h should be enough.

libs/bytestream/gstbytestream.h

index 3906b22..7061e93 100644 (file)
@@ -20,7 +20,7 @@
 #ifndef __GST_BYTESTREAM_H__
 #define __GST_BYTESTREAM_H__
 
-#include <gst/gst.h>
+#include <gst/gstpad.h>
 
 #ifdef __cplusplus
 extern "C" {