summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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(