From 7fb679a31331286dde6e8b78ee4f540bbbb56f8e Mon Sep 17 00:00:00 2001 From: Gilles Dartiguelongue Date: Sun, 27 Dec 2015 18:13:00 +0100 Subject: media-video/pitivi: drop old revision, bug #569648 Package-Manager: portage-2.2.26 --- media-video/pitivi/files/pitivi-0.94-unittest.patch | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 media-video/pitivi/files/pitivi-0.94-unittest.patch (limited to 'media-video/pitivi/files') diff --git a/media-video/pitivi/files/pitivi-0.94-unittest.patch b/media-video/pitivi/files/pitivi-0.94-unittest.patch deleted file mode 100644 index a117d108f48f..000000000000 --- a/media-video/pitivi/files/pitivi-0.94-unittest.patch +++ /dev/null @@ -1,14 +0,0 @@ -Allow fallback to a non GL sink for unittests. - ---- a/pitivi/utils/pipeline.py 2015-05-25 13:58:33.980916075 +0200 -+++ b/pitivi/utils/pipeline.py 2015-05-25 13:57:52.277261138 +0200 -@@ -182,6 +182,9 @@ - # Create a cluttersink element used for display. Subclasses must connect - # it to self._pipeline themselves - self.video_sink = Gst.ElementFactory.make("glimagesink", None) -+ if self.video_sink is None: -+ self.video_sink = Gst.ElementFactory.make("xvimagesink", None) -+ - if isinstance(pipeline, GES.Pipeline): - self._pipeline.preview_set_video_sink(self.video_sink) - else: -- cgit v1.2.3-65-gdbad