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
commit02f993f9695003625eb4c935338478cc1c187c1f (patch)
tree35c313ba5bda7321d77aa2b1cc839b03656afdfa
parent8c1bda373940063722906847af9b644e6a6c5409 (diff)
downloadgst-plugins-bad-02f993f9695003625eb4c935338478cc1c187c1f.tar.gz
gst-plugins-bad-02f993f9695003625eb4c935338478cc1c187c1f.tar.bz2
gst-plugins-bad-02f993f9695003625eb4c935338478cc1c187c1f.zip
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.