event: Implement segment-done event
[platform/upstream/gstreamer.git] / gst / gstsample.h
index 280ff0d..97a3843 100644 (file)
@@ -42,17 +42,10 @@ GST_EXPORT 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 */