summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorSebastian Dröge <slomo@circular-chaos.org>2007-12-13 10:38:23 +0000
committerSebastian Dröge <slomo@circular-chaos.org>2007-12-13 10:38:23 +0000
commite29787776c4eccfecaecf5ead5c0ec17871037d6 (patch)
tree1683c41e43ebcec8469223c29489c987a95a0dd8 /ChangeLog
parent4878ce90a229d2b337cb2cb8750fed3c95f82104 (diff)
downloadgst-plugins-bad-e29787776c4eccfecaecf5ead5c0ec17871037d6.tar.gz
gst-plugins-bad-e29787776c4eccfecaecf5ead5c0ec17871037d6.tar.bz2
gst-plugins-bad-e29787776c4eccfecaecf5ead5c0ec17871037d6.zip
gst/videoparse/gstvideoparse.c: Handle -1 values for the CONVERT query too.
Original commit message from CVS: * gst/videoparse/gstvideoparse.c: (gst_video_parse_convert), (gst_video_parse_sink_event): Handle -1 values for the CONVERT query too.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 958d568f..0c6a2af5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
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.
+
+2007-12-13 Sebastian Dröge <slomo@circular-chaos.org>
+
* gst/videoparse/gstvideoparse.c: (gst_video_parse_sink_event):
Add YV12 to the pad templates as it is supported too and allow
-1 as stop position for NEWSEGMENT events.