diff options
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. |