diff options
| author | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-27 23:30:17 +0000 |
|---|---|---|
| committer | Ronald S. Bultje <rbultje@ronald.bitfreak.net> | 2005-01-27 23:30:17 +0000 |
| commit | 6532344da90f5e16933121931187e8d9c052c8a9 (patch) | |
| tree | f55a56d95b46574a6310d9276fead2a1869742f0 /ChangeLog | |
| parent | 4a7e49c78a1d5e7eb95eb35bbccf5f10cbbff4af (diff) | |
gst/matroska/matroska-demux.c: Fix logic error in timing of subtitle stream synchronization.
Original commit message from CVS:
* gst/matroska/matroska-demux.c:
(gst_matroska_demux_parse_blockgroup):
Fix logic error in timing of subtitle stream synchronization.
* gst/typefind/gsttypefindfunctions.c: (qt_type_find):
Add skip-chunk, which is found in kodak-camera streams.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,3 +1,11 @@ +2005-01-28 Ronald S. Bultje <rbultje@ronald.bitfreak.net> + + * gst/matroska/matroska-demux.c: + (gst_matroska_demux_parse_blockgroup): + Fix logic error in timing of subtitle stream synchronization. + * gst/typefind/gsttypefindfunctions.c: (qt_type_find): + Add skip-chunk, which is found in kodak-camera streams. + 2005-01-27 Thomas Vander Stichele <thomas at apestaart dot org> * po/LINGUAS: |
