summaryrefslogtreecommitdiff
path: root/gst
diff options
context:
space:
mode:
authorJan Schmidt <jan@centricular.com>2015-06-23 00:14:30 +1000
committerJan Schmidt <jan@centricular.com>2015-06-23 00:14:30 +1000
commitcba677bebb96d22034d02ab05eb26915d077c5f6 (patch)
tree8a7f58afca54a82d7d5dc6c33a5130e688b49dc3 /gst
parent056283ff8561850af4a68a22bfec6dcafc42c8dd (diff)
gstsample.h: Include gstbufferlist.h now that it uses GstBufferList
Diffstat (limited to 'gst')
-rw-r--r--gst/gstsample.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/gstsample.h b/gst/gstsample.h
index db54e6c4a..71f48ee7f 100644
--- a/gst/gstsample.h
+++ b/gst/gstsample.h
@@ -25,6 +25,7 @@
#define __GST_SAMPLE_H__
#include <gst/gstbuffer.h>
+#include <gst/gstbufferlist.h>
#include <gst/gstcaps.h>
#include <gst/gstsegment.h>