diff options
author | David Schleef <ds@schleef.org> | 2003-11-11 00:43:29 +0000 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2003-11-11 00:43:29 +0000 |
commit | dc1936977b14f3d63f09aca6f47f65dae9e7e103 (patch) | |
tree | 723bbba601a8ee630dcf6f769a23edceabd05d1f /gst/debug/gstnavigationtest.h | |
parent | e9b809fdbad49ff9f3d5da3cda2b194323901de4 (diff) |
Change GstCaps to GstStructure in navigation events. Fix x[v]imagesink to scale navigation events.
Original commit message from CVS:
Change GstCaps to GstStructure in navigation events. Fix x[v]imagesink
to scale navigation events.
Diffstat (limited to 'gst/debug/gstnavigationtest.h')
-rw-r--r-- | gst/debug/gstnavigationtest.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gst/debug/gstnavigationtest.h b/gst/debug/gstnavigationtest.h index 324e05bc..61798c93 100644 --- a/gst/debug/gstnavigationtest.h +++ b/gst/debug/gstnavigationtest.h @@ -46,8 +46,8 @@ typedef struct _GstNavigationtestClass GstNavigationtestClass; struct _GstNavigationtest { GstVideofilter videofilter; - float x; - float y; + double x; + double y; }; struct _GstNavigationtestClass { |