gst/gstsegment.h: And add a nice define too.
authorWim Taymans <wim.taymans@gmail.com>
Mon, 21 Nov 2005 19:00:28 +0000 (19:00 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Mon, 21 Nov 2005 19:00:28 +0000 (19:00 +0000)
Original commit message from CVS:
* gst/gstsegment.h:
And add a nice define too.

ChangeLog
gst/gstsegment.h

index 58da899..733eb67 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 2005-11-21  Wim Taymans  <wim@fluendo.com>
 
+       * gst/gstsegment.h:
+       And add a nice define too.
+
+2005-11-21  Wim Taymans  <wim@fluendo.com>
+
        * gst/gstsegment.c: (gst_segment_copy), (gst_segment_get_type),
        (gst_segment_new), (gst_segment_free), (gst_segment_init),
        (gst_segment_set_duration), (gst_segment_set_last_stop),
index 13f20a9..f0f9710 100644 (file)
@@ -28,6 +28,8 @@
 
 G_BEGIN_DECLS
 
+#define GST_TYPE_SEGMENT             (gst_segment_get_type())
+
 typedef struct _GstSegment GstSegment;
 
 /**