diff options
author | Gergely Nagy <algernon@bonehunter.rulez.org> | 2005-04-14 20:39:18 +0000 |
---|---|---|
committer | Gergely Nagy <algernon@bonehunter.rulez.org> | 2005-04-14 20:39:18 +0000 |
commit | 638e70879e65fd28130ba85699b0a3266760ea56 (patch) | |
tree | b1aa3b47e28c9ebe5dfd6ec6cd9e6214b9cdcc78 /gst/freeze/FAQ | |
parent | c852b91e551b3ac9f6fc015586d724b7be64638f (diff) | |
download | gst-plugins-bad-638e70879e65fd28130ba85699b0a3266760ea56.tar.gz gst-plugins-bad-638e70879e65fd28130ba85699b0a3266760ea56.tar.bz2 gst-plugins-bad-638e70879e65fd28130ba85699b0a3266760ea56.zip |
Added gst/freeze/FAQ.
Original commit message from CVS:
Added gst/freeze/FAQ.
Diffstat (limited to 'gst/freeze/FAQ')
-rw-r--r-- | gst/freeze/FAQ | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/gst/freeze/FAQ b/gst/freeze/FAQ new file mode 100644 index 00000000..3707ec4e --- /dev/null +++ b/gst/freeze/FAQ @@ -0,0 +1,10 @@ +Freeze FAQ +========== + +Q: freeze does not want to link to ximagesink: capsnego fails. +A: Check the caps, whether the framerate is zero. If it is, insert a +videorate element before freeze. + +This is because freeze does not alter the caps, it just proxies them, +and if the source only supports a zero framerate, then freeze +supports only that, too. |