mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 06:58:56 +00:00
ext/dv/gstdvdec.*: Implemented seeking in dvdec.
Original commit message from CVS: * ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert), (gst_dvdec_sink_convert), (gst_dvdec_get_src_query_types), (gst_dvdec_src_query), (gst_dvdec_get_sink_query_types), (gst_dvdec_sink_query), (gst_dvdec_send_event), (gst_dvdec_handle_sink_event), (gst_dvdec_handle_src_event), (gst_dvdec_decode_audio), (gst_dvdec_decode_video), (gst_dvdec_decode_frame), (gst_dvdec_flush), (gst_dvdec_chain): * ext/dv/gstdvdec.h: Implemented seeking in dvdec.
This commit is contained in:
parent
1fffa5aa3f
commit
5b71eb804f
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -1,3 +1,15 @@
|
||||||
|
2005-07-19 Wim Taymans <wim@fluendo.com>
|
||||||
|
|
||||||
|
* ext/dv/gstdvdec.c: (gst_dvdec_init), (gst_dvdec_src_convert),
|
||||||
|
(gst_dvdec_sink_convert), (gst_dvdec_get_src_query_types),
|
||||||
|
(gst_dvdec_src_query), (gst_dvdec_get_sink_query_types),
|
||||||
|
(gst_dvdec_sink_query), (gst_dvdec_send_event),
|
||||||
|
(gst_dvdec_handle_sink_event), (gst_dvdec_handle_src_event),
|
||||||
|
(gst_dvdec_decode_audio), (gst_dvdec_decode_video),
|
||||||
|
(gst_dvdec_decode_frame), (gst_dvdec_flush), (gst_dvdec_chain):
|
||||||
|
* ext/dv/gstdvdec.h:
|
||||||
|
Implemented seeking in dvdec.
|
||||||
|
|
||||||
2005-07-19 Andy Wingo <wingo@pobox.com>
|
2005-07-19 Andy Wingo <wingo@pobox.com>
|
||||||
|
|
||||||
* ext/Makefile.am: Enable dvdev and raw1394src.
|
* ext/Makefile.am: Enable dvdev and raw1394src.
|
||||||
|
|
Loading…
Reference in a new issue