mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
gst/gstsegment.h: And add a nice define too.
Original commit message from CVS: * gst/gstsegment.h: And add a nice define too.
This commit is contained in:
parent
5be62b88b8
commit
1cbf6f7027
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
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),
|
||||
|
|
|
@ -28,6 +28,8 @@
|
|||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
#define GST_TYPE_SEGMENT (gst_segment_get_type())
|
||||
|
||||
typedef struct _GstSegment GstSegment;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue