summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2004-11-23 12:42:21 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2004-11-23 12:42:21 +0000
commit6523aff1474c50769f862a03a6b5f6e672068f13 (patch)
tree9c5c50670fa391d1d3ad2bbdc76273537f612524
parent37d5825f4e8c7f9113f3b2dc354b552fc83c6199 (diff)
sys/v4l/: Probe less and cache it. Fixes #159187.
Original commit message from CVS: * sys/v4l/gstv4lsrc.c: * sys/v4l/gstv4lsrc.h: * sys/v4l/v4lsrc_calls.c: Probe less and cache it. Fixes #159187.
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c4589081..82334437 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,12 @@
2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
+ * sys/v4l/gstv4lsrc.c:
+ * sys/v4l/gstv4lsrc.h:
+ * sys/v4l/v4lsrc_calls.c:
+ Probe less and cache it. Fixes #159187.
+
+2004-11-23 Thomas Vander Stichele <thomas at apestaart dot org>
+
* gst/videorate/gstvideorate.c:
Handle all video formats. Fixes #159186.