[gstreamer-bugs] [Bug 162137] PostScript plugin (needs porting to 0.10)

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Fri Sep 25 12:51:09 PDT 2009


https://bugzilla.gnome.org/show_bug.cgi?id=162137
  GStreamer | gst-plugins-bad | git

Lutz Mueller <lutz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #143656|0                           |1
        is obsolete|                            |

--- Comment #18 from Lutz Mueller <lutz at topfrose.de> 2009-09-25 19:51:04 UTC ---
Created an attachment (id=144027)
 --> (https://bugzilla.gnome.org/attachment.cgi?id=144027)
gstpostscriptdec.c

filesrc ! postscriptdec ! "image/[png,jpeg]" ! filesink is now fully working.
The plugin still uses pipes because ghostscript's header file gave me the
creeps:

 * Current problems:
 * 1. Ghostscript does not support multiple instances.
 * 2. Global variables in gs_main_instance_default() 
 *    and gsapi_instance_counter

I propose to use pipes as long as those issues persist.

-- 
Configure bugmail: https://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