diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2004-11-23 12:42:21 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2004-11-23 12:42:21 +0000 |
commit | 6523aff1474c50769f862a03a6b5f6e672068f13 (patch) | |
tree | 9c5c50670fa391d1d3ad2bbdc76273537f612524 | |
parent | 37d5825f4e8c7f9113f3b2dc354b552fc83c6199 (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-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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. |