[gstreamer-bugs] [Bug 331420] No PDF/PostScript/SVG encoder in GStreamer yet.

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Thu Feb 16 07:01:58 PST 2006


Do not reply to this via email (we are currently unable to handle email
responses and they get discarded).  You can add comments to this bug at
http://bugzilla.gnome.org/show_bug.cgi?id=331420
 GStreamer | gst-plugins-good | Ver: HEAD CVS





------- Comment #4 from Lutz Mueller  2006-02-16 15:01 UTC -------
To test pdf/postscript/png/svg generation, do something like

gst-launch filesrc location=test.png ! image/png ! cairorender
format=application/x-pdf ! filesink location=test.pdf

I don't understand why the filesrc doesn't do typefind and set the caps itself.
But that's another problem.

The format property needs to disappear. However, specifying the format between
the cairorender and the filesink doesn't work:

cairorender ! application/x-pdf ! filesrc

I could not figure out how to access the desired caps from within the
gstcairorender. Please let me know if you know how to implement above solution.


-- 
Configure bugmail: http://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.




More information about the Gstreamer-bugs mailing list