gstreamer/ext/spc
Brian Koropoff 61dbbd46cc ext/spc/: Add support for some essential features like seeking, reading song duration and extended tags. Fixes bug #4...
Original commit message from CVS:
Patch by: Brian Koropoff <brianhk at cs dot washington dot edu>
* ext/spc/Makefile.am:
* ext/spc/gstspc.c: (gst_spc_dec_class_init),
(gst_spc_dec_src_query_type), (gst_spc_dec_init),
(gst_spc_dec_dispose), (gst_spc_dec_sink_event),
(gst_spc_duration), (gst_spc_fadeout), (gst_spc_dec_src_event),
(gst_spc_dec_src_query), (spc_play), (spc_setup):
* ext/spc/gstspc.h:
* ext/spc/tag.c: (spc_tag_is_extended), (spc_tag_is_text_format),
(spc_tag_is_present), (spc_tag_unpack_date), (spc_tag_clear),
(spc_tag_get_info), (spc_tag_free):
* ext/spc/tag.h:
Add support for some essential features like seeking, reading song
duration and extended tags. Fixes bug #454151.
2008-05-20 09:04:48 +00:00
..
gstspc.c ext/spc/: Add support for some essential features like seeking, reading song duration and extended tags. Fixes bug #4... 2008-05-20 09:04:48 +00:00
gstspc.h ext/spc/: Add support for some essential features like seeking, reading song duration and extended tags. Fixes bug #4... 2008-05-20 09:04:48 +00:00
Makefile.am ext/spc/: Add support for some essential features like seeking, reading song duration and extended tags. Fixes bug #4... 2008-05-20 09:04:48 +00:00
tag.c ext/spc/: Add support for some essential features like seeking, reading song duration and extended tags. Fixes bug #4... 2008-05-20 09:04:48 +00:00
tag.h ext/spc/: Add support for some essential features like seeking, reading song duration and extended tags. Fixes bug #4... 2008-05-20 09:04:48 +00:00