[Pkg-telepathy-commits] ./packages/unstable/gst-plugins-farsight r27: 03_dtmfsrc_set_correct_endianess.patch Never made it to debian

Sjoerd Simons sjoerd at luon.net
Sat Mar 8 17:10:10 UTC 2008


------------------------------------------------------------
revno: 27
committer: Sjoerd Simons <sjoerd at luon.net>
branch nick: gst-plugins-farsight
timestamp: Sat 2008-03-08 18:10:10 +0100
message:
  03_dtmfsrc_set_correct_endianess.patch Never made it to debian
removed:
  patches/03_dtmfsrc_set_correct_endianess.patch
-------------- next part --------------
=== removed file 'patches/03_dtmfsrc_set_correct_endianess.patch'
--- a/patches/03_dtmfsrc_set_correct_endianess.patch	2008-02-17 14:59:51 +0000
+++ b/patches/03_dtmfsrc_set_correct_endianess.patch	1970-01-01 00:00:00 +0000
@@ -1,18 +0,0 @@
-Sat Feb 16 14:41:40 CET 2008  Sjoerd Simons <sjoerd at luon.net>
-  * dtmfsrc: Correctly set the endianess in the caps to the machines endianess
-diff -rN -u old-gst-plugins-farsight/gst/dtmf/gstdtmfsrc.c new-gst-plugins-farsight/gst/dtmf/gstdtmfsrc.c
---- old-gst-plugins-farsight/gst/dtmf/gstdtmfsrc.c	2008-02-17 15:55:13.000000000 +0100
-+++ new-gst-plugins-farsight/gst/dtmf/gstdtmfsrc.c	2008-02-17 15:55:13.000000000 +0100
-@@ -225,7 +225,11 @@
-     GST_STATIC_CAPS ("audio/x-raw-int, "
-         "width = (int) 16, "
-         "depth = (int) 16, "
-+#if G_BYTE_ORDER == G_LITTLE_ENDIAN
-         "endianness = (int) 1234, "
-+#else
-+        "endianness = (int) 4321, "
-+#endif
-         "signed = (bool) true, "
-         "rate = (int) 8000, "
-         "channels = (int) 1")
-



More information about the Pkg-telepathy-commits mailing list