mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-11 01:45:33 +00:00
change navigation from caps to structure
Original commit message from CVS: change navigation from caps to structure
This commit is contained in:
parent
b96f885fa1
commit
7eca737099
1 changed files with 3 additions and 3 deletions
|
@ -28,7 +28,7 @@
|
||||||
#include <gst/gstdata.h>
|
#include <gst/gstdata.h>
|
||||||
#include <gst/gstformat.h>
|
#include <gst/gstformat.h>
|
||||||
#include <gst/gstobject.h>
|
#include <gst/gstobject.h>
|
||||||
#include <gst/gstcaps.h>
|
#include <gst/gststructure.h>
|
||||||
|
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
@ -181,8 +181,8 @@ struct _GstEvent {
|
||||||
gdouble value;
|
gdouble value;
|
||||||
} rate;
|
} rate;
|
||||||
struct {
|
struct {
|
||||||
GstCaps *caps;
|
GstStructure *structure;
|
||||||
} caps;
|
} structure;
|
||||||
} event_data;
|
} event_data;
|
||||||
|
|
||||||
GST_STRUCT_PADDING
|
GST_STRUCT_PADDING
|
||||||
|
|
Loading…
Reference in a new issue