gstreamer/ext
Nicola Murino 501a295fa1 basetextoverlay: remove unneeded cairo transparence setting
he code here:

http://cgit.freedesktop.org/gstreamer/gst-plugins-base/tree/ext/pango/gstbasetextoverlay.c#n1554

should make transparent the box that contains the text, I think this code is
not correct, it should be:

if (overlay->want_shading) {
    double alpha = overlay->shading_value / 255.0;
    cairo_paint_with_alpha (cr, alpha);
  }

however I think this code could be removed, we already do a shaded background,
why shade the box behind the text with cairo too? only one shading is needed so
we must shade with cairo or with methods like these:

http://cgit.freedesktop.org/gstreamer/gst-plugins-base/tree/ext/pango/gstbasetextoverlay.c#n1642

not both

https://bugzilla.gnome.org/show_bug.cgi?id=736028
2014-09-04 14:13:55 +03:00
..
alsa alsasink: make gst-ident happy 2014-06-03 15:17:20 +01:00
cdparanoia docs: remove old 0.10 Since markers 2013-11-16 16:10:07 +00:00
libvisual libvisual: Remove < 0.4 support 2014-07-11 10:21:20 +02:00
ogg oggdemux: don't set segment.base in pad_submit_packet() 2014-09-01 16:26:29 +03:00
pango basetextoverlay: remove unneeded cairo transparence setting 2014-09-04 14:13:55 +03:00
theora theoraenc: Remove unneeded check 2014-06-09 10:53:03 +02:00
vorbis vorbisenc: Improve annotation of internal function 2014-08-10 10:43:26 +01:00
Makefile.am gio: Move to gst subdirectory 2012-01-18 16:21:14 +01:00