From 9adb4f78700ae4a55416fd024d9ca5fea3f5ccbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 13 Dec 2007 11:25:06 +0000 Subject: gst/videoparse/gstvideoparse.c: Implement a query type function for the src pad, implement seeking and use ANY caps f... Original commit message from CVS: * gst/videoparse/gstvideoparse.c: (gst_video_parse_init), (gst_video_parse_src_event), (gst_video_parse_src_query_type): Implement a query type function for the src pad, implement seeking and use ANY caps for the sink pad as the element doesn't care what caps the input has and everything is handled via properties. --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 0c6a2af5..44305952 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2007-12-13 Sebastian Dröge + + * gst/videoparse/gstvideoparse.c: (gst_video_parse_init), + (gst_video_parse_src_event), (gst_video_parse_src_query_type): + Implement a query type function for the src pad, implement seeking + and use ANY caps for the sink pad as the element doesn't care what + caps the input has and everything is handled via properties. + 2007-12-13 Sebastian Dröge * gst/videoparse/gstvideoparse.c: (gst_video_parse_convert), -- cgit v1.2.1