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 | |
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')
-rw-r--r-- | gst/freeze/FAQ | 10 | ||||
-rw-r--r-- | gst/freeze/Makefile.am | 2 |
2 files changed, 11 insertions, 1 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. diff --git a/gst/freeze/Makefile.am b/gst/freeze/Makefile.am index 790979eb..5f091047 100644 --- a/gst/freeze/Makefile.am +++ b/gst/freeze/Makefile.am @@ -7,4 +7,4 @@ libgstfreeze_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) noinst_HEADERS = gstfreeze.h -## EXTRA_DIST = FAQ +EXTRA_DIST = FAQ |