summaryrefslogtreecommitdiff
path: root/gst/gst.h
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@collabora.co.uk>2011-12-01 16:37:46 +0100
committerWim Taymans <wim.taymans@collabora.co.uk>2011-12-01 16:37:46 +0100
commitfacf937276197e032cdfa7b38839f7b825586530 (patch)
treeb793c2462f1089edb3f7b009ab30ab2dda1c3b6c /gst/gst.h
parenta275d2e863c7094c57c8b1ed08872d6247633841 (diff)
sample: add new sample miniobject
Add a new simple miniobject that is a combination of a GstBuffer, GstCaps, GstSegment and other arbitrary info organized in a GstStructure. This object can be used to exchange samples between an element and the application or for storing album art in tags etc.
Diffstat (limited to 'gst/gst.h')
-rw-r--r--gst/gst.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gst/gst.h b/gst/gst.h
index c6c6cbfcc4..125f873dc1 100644
--- a/gst/gst.h
+++ b/gst/gst.h
@@ -69,6 +69,7 @@
#include <gst/gstpreset.h>
#include <gst/gstquery.h>
#include <gst/gstregistry.h>
+#include <gst/gstsample.h>
#include <gst/gstsegment.h>
#include <gst/gststructure.h>
#include <gst/gstsystemclock.h>