summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@mad.scientist.com>2008-08-07 10:22:32 +0000
committerJan Schmidt <thaytan@mad.scientist.com>2008-08-07 10:22:32 +0000
commitab01993d33a691dde8cc70aa20d8249e3f913e8b (patch)
tree12c9281d171622c2fd0e95aee41a513280a21f56 /ChangeLog
parent8ced1b35ff4080df103333b58caa27ae86c78f2a (diff)
sys/v4l2/v4l2src_calls.c: When outputting a pad template range for the size, include a framerate range too, to avoid ...
Original commit message from CVS: * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format): When outputting a pad template range for the size, include a framerate range too, to avoid 'not a real subset of template caps' errors.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3ed39f6c..b52ffd3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-08-07 Jan Schmidt <Jan.Schmidt@sun.com>
+
+ * sys/v4l2/v4l2src_calls.c: (gst_v4l2src_probe_caps_for_format):
+ When outputting a pad template range for the size, include a framerate
+ range too, to avoid 'not a real subset of template caps' errors.
+
2008-08-06 Sebastian Dröge <sebastian.droege@collabora.co.uk>
Based on a patch by: Jonathan Matthew <notverysmart at gmail dot com>