[gstreamer-bugs] [Bug 166783] [PATCH] New plugin: imagemixer

bugzilla-daemon at bugzilla.gnome.org bugzilla-daemon at bugzilla.gnome.org
Sun Jun 5 02:17:47 PDT 2005


Please DO NOT reply to this by email. All additional comments should be made in
the comments box of this bug report.

 http://bugzilla.gnome.org/show_bug.cgi?id=166783
 GStreamer | gst-plugins | Ver: HEAD CVS





------- Additional Comments From Ronald Bultje  2005-06-05 09:17 -------
gst-launch-0.8 dvdreadsrc ! dvddemux name=d d. ! mpeg2dec ! queue
max-size-time=0 max-size-buffers=0 max-size-bytes=100000000 ! { imagemixer
name=i ! videoscale ! ffmpegcolorspace ! ximagesink } d.subpicture_02 !
dvdsubdec ! queue max-size-time=0 max-size-buffers=0 block-timeout=40000000 !
i.subpicture_sink_%d

That now renders DVD subtitles for me. Alpha values are wrong, and it's slow.
The block timeout is needed because the pad is only created when we see the
first subtitle, so the pad is dead (and causes hangs) before that. I don't know
how to fix that yet.

------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.




More information about the Gstreamer-bugs mailing list