event: Implement segment-done event
[platform/upstream/gstreamer.git] / gst / gstsample.h
index 60c74e4..97a3843 100644 (file)
@@ -30,7 +30,7 @@
 
 G_BEGIN_DECLS
 
-extern GType _gst_sample_type;
+GST_EXPORT GType _gst_sample_type;
 
 #define GST_TYPE_SAMPLE      (_gst_sample_type)
 #define GST_IS_SAMPLE(obj)   (GST_IS_MINI_OBJECT_TYPE(obj, GST_TYPE_SAMPLE))
@@ -42,17 +42,10 @@ extern GType _gst_sample_type;
  *
  * The opaque structure of a #GstSample. A sample contains a typed memory
  * block and the associated timing information. It is mainly used to
- * exchange buffers with and application.
+ * exchange buffers with an application.
  */
 typedef struct _GstSample GstSample;
 
-/**
- * GST_SAMPLE_TRACE_NAME:
- *
- * The name used for tracing memory allocations.
- */
-#define GST_SAMPLE_TRACE_NAME           "GstSample"
-
 GType gst_sample_get_type            (void);
 
 /* allocation */