mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 08:46:40 +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/gstformat.h>
|
||||
#include <gst/gstobject.h>
|
||||
#include <gst/gstcaps.h>
|
||||
#include <gst/gststructure.h>
|
||||
|
||||
G_BEGIN_DECLS
|
||||
|
||||
|
@ -181,8 +181,8 @@ struct _GstEvent {
|
|||
gdouble value;
|
||||
} rate;
|
||||
struct {
|
||||
GstCaps *caps;
|
||||
} caps;
|
||||
GstStructure *structure;
|
||||
} structure;
|
||||
} event_data;
|
||||
|
||||
GST_STRUCT_PADDING
|
||||
|
|
Loading…
Reference in a new issue