mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-13 04:41:16 +00:00
gst/gstsegment.h: Don't use c++-style comments, fixes #343929
Original commit message from CVS: * gst/gstsegment.h: Don't use c++-style comments, fixes #343929
This commit is contained in:
parent
e8c5250570
commit
d1d2e509d1
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2006-06-06 Michael Smith <msmith@fluendo.com>
|
||||
|
||||
* gst/gstsegment.h:
|
||||
Don't use c++-style comments, fixes #343929
|
||||
|
||||
2006-06-05 Edward Hervey <edward@fluendo.com>
|
||||
|
||||
* gst/gst.c:
|
||||
|
|
|
@ -67,7 +67,7 @@ struct _GstSegment {
|
|||
gdouble applied_rate;
|
||||
|
||||
/*< private >*/
|
||||
//gpointer _gst_reserved[GST_PADDING-2];
|
||||
/*gpointer _gst_reserved[GST_PADDING-2];*/
|
||||
guint8 _gst_reserved[(sizeof (gpointer) * GST_PADDING) - sizeof (gdouble)];
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue