summaryrefslogtreecommitdiffstats
path: root/ext/resindvd/resindvdsrc.h
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-05-12 23:42:00 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-05-14 11:28:14 +0100
commit73f77c04aacd5e6ad97e34546a7a9517b430a901 (patch)
treeb2f954e1c640035161e84fb2f3412c8c91ccd06c /ext/resindvd/resindvdsrc.h
parentd9fef92ea03961f2bf7a1fc75c99223ecf35f168 (diff)
downloadgst-plugins-bad-73f77c04aacd5e6ad97e34546a7a9517b430a901.tar.gz
gst-plugins-bad-73f77c04aacd5e6ad97e34546a7a9517b430a901.tar.bz2
gst-plugins-bad-73f77c04aacd5e6ad97e34546a7a9517b430a901.zip
resindvd: Send commands-changed on button change and handle commands query
Send the commands-changed navigation message when the set of available DVD menu button actions changes, and handle the commands navigation query so that (e.g.) Totem can know about the available navigation commands.
Diffstat (limited to 'ext/resindvd/resindvdsrc.h')
-rw-r--r--ext/resindvd/resindvdsrc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/resindvd/resindvdsrc.h b/ext/resindvd/resindvdsrc.h
index d30140ea..263c7afb 100644
--- a/ext/resindvd/resindvdsrc.h
+++ b/ext/resindvd/resindvdsrc.h
@@ -141,6 +141,8 @@ struct _resinDvdSrc
gint8 cur_spu_phys_stream;
gboolean cur_spu_forced_only;
guint32 cur_clut[16];
+
+ guint32 cur_btn_mask;
};
struct _resinDvdSrcClass