summaryrefslogtreecommitdiffstats
path: root/ext/resindvd/resindvdsrc.h
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-05-08 14:20:32 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-05-11 17:04:07 +0100
commit86d908589c4ef2d715e4f015c2455a19de322a51 (patch)
tree0849c5aea6c29cf073c79d5e4dac0aca74810d4e /ext/resindvd/resindvdsrc.h
parent270cd7c421118af2d6f86535c495e216b5e821d2 (diff)
downloadgst-plugins-bad-86d908589c4ef2d715e4f015c2455a19de322a51.tar.gz
gst-plugins-bad-86d908589c4ef2d715e4f015c2455a19de322a51.tar.bz2
gst-plugins-bad-86d908589c4ef2d715e4f015c2455a19de322a51.zip
resindvd: Send title info message when current angle is switched.
Make sure we send an update title tag when the current angle or available angles changes.
Diffstat (limited to 'ext/resindvd/resindvdsrc.h')
-rw-r--r--ext/resindvd/resindvdsrc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/resindvd/resindvdsrc.h b/ext/resindvd/resindvdsrc.h
index fd03466a..0d883744 100644
--- a/ext/resindvd/resindvdsrc.h
+++ b/ext/resindvd/resindvdsrc.h
@@ -76,6 +76,8 @@ struct _resinDvdSrc
gboolean in_menu;
gint title_n; /* Title num */
gint part_n; /* Part num */
+ gint n_angles; /* number of angles */
+ gint cur_angle; /* current angle */
gboolean running;
gboolean discont;
@@ -136,7 +138,6 @@ struct _resinDvdSrc
gint8 cur_spu_phys_stream;
gboolean cur_spu_forced_only;
guint32 cur_clut[16];
- gint n_angles;
};
struct _resinDvdSrcClass