[Gstreamer-bugs] [Bug 111296] Changed - text overlay plugin

bugzilla-daemon at widget.gnome.org bugzilla-daemon at widget.gnome.org
Wed Apr 23 14:56:59 PDT 2003


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

http://bugzilla.gnome.org/show_bug.cgi?id=111296

Changed by gjc at inescporto.pt.

--- shadow/111296	Wed Apr 23 17:48:42 2003
+++ shadow/111296.tmp.12943	Wed Apr 23 17:56:59 2003
@@ -79,6 +79,22 @@
 Changing severity to enhancement.
 
 ------- Additional Comments From gjc at inescporto.pt  2003-04-23 17:48 -------
 Created an attachment (id=15952)
 Fixed x/y position, use the given plugin template to make it compile w/ gst 0.7.
 
+
+------- Additional Comments From gjc at inescporto.pt  2003-04-23 17:56 -------
+  I'm not worried about performance at this point, though I wish to
+get the correct architecture for best performance from the beginning.
+ I am not convinced that rendering directly to a pixel buffer isn't
+the best option.  But I could be wrong, we'll see.
+
+  I looked at MPlayer's subtitle parser (subread.c) , but that code
+looks terrible.  Besides, it reads directly from a FILE*, uses fgets,
+fscanf, and such things porting to gstreamer is not easy.
+
+  Next we need the plugin you mentioned that must be a "bin" element
+that receives the parsed subtitles on input and renders text using a
+textoverlay child element.  Am I right (I'm very green to gstreamer,
+bare with me)?
+





More information about the Gstreamer-bugs mailing list