diff options
author | Wim Taymans <wim.taymans@gmail.com> | 2004-06-27 14:42:09 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2004-06-27 14:42:09 +0000 |
commit | 41fcd3233be54286d8fe9b1171a196efc98a1c30 (patch) | |
tree | 500f1684164fed223c3c7fe17f083ab3a5e6bda7 | |
parent | fafb606800dbacafef3fd6254f76cc049242608c (diff) | |
download | gst-plugins-bad-41fcd3233be54286d8fe9b1171a196efc98a1c30.tar.gz gst-plugins-bad-41fcd3233be54286d8fe9b1171a196efc98a1c30.tar.bz2 gst-plugins-bad-41fcd3233be54286d8fe9b1171a196efc98a1c30.zip |
ext/dv/gstdvdec.*: Fix timestamp, duration and offset of the buffers.
Original commit message from CVS:
* ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop),
(gst_dvdec_change_state):
* ext/dv/gstdvdec.h:
Fix timestamp, duration and offset of the buffers.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,5 +1,12 @@ 2004-06-27 Wim Taymans <wim@fluendo.com> + * ext/dv/gstdvdec.c: (gst_dvdec_push), (gst_dvdec_loop), + (gst_dvdec_change_state): + * ext/dv/gstdvdec.h: + Fix timestamp, duration and offset of the buffers. + +2004-06-27 Wim Taymans <wim@fluendo.com> + * gst/tcp/gstmultifdsink.c: (gst_recover_policy_get_type), (gst_multifdsink_class_init), (gst_multifdsink_add), (gst_multifdsink_remove), (gst_multifdsink_clear), |