[Pkg-telepathy-commits] ./packages/unstable/telepathy-stream-engine r36: Remove patches/00_scale_videosrc.patch, was applied upstream

Sjoerd Simons sjoerd at luon.net
Fri Mar 21 19:32:14 UTC 2008


------------------------------------------------------------
revno: 36
committer: Sjoerd Simons <sjoerd at luon.net>
branch nick: telepathy-stream-engine
timestamp: Fri 2008-03-21 20:32:14 +0100
message:
  Remove patches/00_scale_videosrc.patch, was applied upstream
removed:
  patches/00_scale_videosrc.patch
modified:
  changelog
-------------- next part --------------
=== modified file 'changelog'
--- a/changelog	2008-03-21 19:28:17 +0000
+++ b/changelog	2008-03-21 19:32:14 +0000
@@ -2,8 +2,10 @@
 
   * New upstream release
   * debian/control: Bump libfarsight build-depend to >= 0.1.26
+  * debian/patches/00_scale_videosrc.patch: 
+    - Removed. Applied upstream
 
- -- Sjoerd Simons <sjoerd at debian.org>  Fri, 21 Mar 2008 20:27:33 +0100
+ -- Sjoerd Simons <sjoerd at debian.org>  Fri, 21 Mar 2008 20:31:42 +0100
 
 telepathy-stream-engine (0.4.0-2) unstable; urgency=low
 

=== removed file 'patches/00_scale_videosrc.patch'
--- a/patches/00_scale_videosrc.patch	2008-02-15 23:18:49 +0000
+++ b/patches/00_scale_videosrc.patch	1970-01-01 00:00:00 +0000
@@ -1,19 +0,0 @@
-diff -aur telepathy-stream-engine-0.4.0/src/tp-stream-engine.c telepathy-stream-engine-0.4.0.patched/src/tp-stream-engine.c
---- telepathy-stream-engine-0.4.0/src/tp-stream-engine.c	2007-09-27 10:13:18.000000000 +0200
-+++ telepathy-stream-engine-0.4.0.patched/src/tp-stream-engine.c	2008-02-16 00:15:56.000000000 +0100
-@@ -1331,6 +1331,15 @@
-       gst_element_link (videosrc, tmp);
-       videosrc = tmp;
-     }
-+
-+  tmp = gst_element_factory_make ("videoscale", NULL);
-+  if (tmp != NULL)
-+    {
-+      g_debug ("linking videoscale");
-+      gst_bin_add (GST_BIN (priv->pipeline), tmp);
-+      gst_element_link (videosrc, tmp);
-+      videosrc = tmp;
-+    }
- #endif
- 
-   gst_element_link (videosrc, tee);



More information about the Pkg-telepathy-commits mailing list