summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2005-06-14 14:37:26 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2005-06-14 14:37:26 +0000
commit2358e48f2ac943d9c7ad78d6c63dad99af5732c3 (patch)
tree951485886fdc281a931b98d8d048e65ff5a8cb65
parenta893e9eb0b51156a011be3a887d8a7e8d6c2f60c (diff)
downloadgst-plugins-bad-2358e48f2ac943d9c7ad78d6c63dad99af5732c3.tar.gz
gst-plugins-bad-2358e48f2ac943d9c7ad78d6c63dad99af5732c3.tar.bz2
gst-plugins-bad-2358e48f2ac943d9c7ad78d6c63dad99af5732c3.zip
ext/dvdnav/: Read VTS info using libdvdread, and use to send the stream info event on each VTS change.
Original commit message from CVS: 2005-06-15 Jan Schmidt <thaytan@mad.scientist.com> * ext/dvdnav/Makefile.am: * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_finalize), (read_vts_info), (dvdnav_build_titlelang_event), (dvdnavsrc_loop), (dvdnavsrc_change_state): Read VTS info using libdvdread, and use to send the stream info event on each VTS change. Don't gst_element_wait, rely on queues for that.
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cddb7804..5d07e3a0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2005-06-15 Jan Schmidt <thaytan@mad.scientist.com>
+ * ext/dvdnav/Makefile.am:
+ * ext/dvdnav/dvdnavsrc.c: (dvdnavsrc_init), (dvdnavsrc_finalize),
+ (read_vts_info), (dvdnav_build_titlelang_event), (dvdnavsrc_loop),
+ (dvdnavsrc_change_state):
+ Read VTS info using libdvdread, and use to send the stream
+ info event on each VTS change.
+ Don't gst_element_wait, rely on queues for that.
+
2005-06-14 Luca Ognibene <luogni@tin.it>
* gst/videorate/gstvideorate.c (gst_videorate_link):