summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-09-17 14:39:26 +0200
committerPacho Ramos <pacho@gentoo.org>2016-09-17 15:31:09 +0200
commit299992b3282c07c8a96f3d796ad046c76f63e17d (patch)
tree4e816df9580614b2e40986975640e86688d32649 /media-video/subtitleeditor/files/subtitleeditor-0.41.0-textoverlay.patch
parentmedia-gfx/shotwell: Version bump, stop building static, itstool is needed (#5... (diff)
downloadgentoo-299992b3282c07c8a96f3d796ad046c76f63e17d.tar.gz
gentoo-299992b3282c07c8a96f3d796ad046c76f63e17d.tar.bz2
gentoo-299992b3282c07c8a96f3d796ad046c76f63e17d.zip
media-video/subtitleeditor: Drop old
Package-Manager: portage-2.3.0
Diffstat (limited to 'media-video/subtitleeditor/files/subtitleeditor-0.41.0-textoverlay.patch')
-rw-r--r--media-video/subtitleeditor/files/subtitleeditor-0.41.0-textoverlay.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/media-video/subtitleeditor/files/subtitleeditor-0.41.0-textoverlay.patch b/media-video/subtitleeditor/files/subtitleeditor-0.41.0-textoverlay.patch
deleted file mode 100644
index 7a8552c7a71f..000000000000
--- a/media-video/subtitleeditor/files/subtitleeditor-0.41.0-textoverlay.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Author: Philip Rinn <rinni@inventati.org>
-Description: Get textoverlay working with gstreamermm 0.10.11
---- a/src/vp/gstplayer.cc
-+++ b/src/vp/gstplayer.cc
-@@ -656,7 +656,10 @@
- "Please check your GStreamer installation."), "ffmpegcolorspace"));
- }
- // textoverlay
-- textoverlay = Gst::ElementFactory::create_element("textoverlay", "overlay");
-+ // Workaround to prevent getting a NULL pointer from the
-+ // cast_dynamic(textoverlay) call under gstreamermm 0.10.11
-+ textoverlay = Gst::TextOverlay::create("overlay");
-+
- if(!textoverlay)
- {
- throw std::runtime_error(