summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0c6a2af5..44305952 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2007-12-13 Sebastian Dröge <slomo@circular-chaos.org>
+ * 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 <slomo@circular-chaos.org>
+
* gst/videoparse/gstvideoparse.c: (gst_video_parse_convert),
(gst_video_parse_sink_event):
Handle -1 values for the CONVERT query too.