r868 - in /unstable/libmms/debian: changelog patches/60_first-packet.patch patches/series

lool at users.alioth.debian.org lool at users.alioth.debian.org
Fri Aug 17 19:12:06 UTC 2007


Author: lool
Date: Fri Aug 17 19:12:06 2007
New Revision: 868

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=868
Log:
* New patch, 60_first-packet, fixes discarding of first package; taken from
  SF #1747740; thanks Sven Arvidsson; closes: #438524.

Added:
    unstable/libmms/debian/patches/60_first-packet.patch
Modified:
    unstable/libmms/debian/changelog
    unstable/libmms/debian/patches/series

Modified: unstable/libmms/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/libmms/debian/changelog?rev=868&op=diff
==============================================================================
--- unstable/libmms/debian/changelog (original)
+++ unstable/libmms/debian/changelog Fri Aug 17 19:12:06 2007
@@ -1,9 +1,11 @@
-libmms (0.3-5) UNRELEASED; urgency=low
+libmms (0.3-5) unstable; urgency=low
 
   * Minor tweak in rules.
   * Use ${binary:Version} instead of ${Source-Version}.
+  * New patch, 60_first-packet, fixes discarding of first package; taken from
+    SF #1747740; thanks Sven Arvidsson; closes: #438524.
 
- -- Loic Minier <lool at dooz.org>  Fri, 17 Aug 2007 21:05:56 +0200
+ -- Loic Minier <lool at dooz.org>  Fri, 17 Aug 2007 21:07:05 +0200
 
 libmms (0.3-4) unstable; urgency=low
 

Added: unstable/libmms/debian/patches/60_first-packet.patch
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/libmms/debian/patches/60_first-packet.patch?rev=868&op=file
==============================================================================
--- unstable/libmms/debian/patches/60_first-packet.patch (added)
+++ unstable/libmms/debian/patches/60_first-packet.patch Fri Aug 17 19:12:06 2007
@@ -1,0 +1,13 @@
+diff -urp ../libmms-0.3.orig/src/mmsh.c ./src/mmsh.c
+--- ../libmms-0.3.orig/src/mmsh.c	2007-08-17 16:42:22.000000000 +0200
++++ ./src/mmsh.c	2007-08-17 16:43:19.000000000 +0200
+@@ -898,7 +898,8 @@ static int mmsh_connect_int (mms_io_t *i
+   if (!get_header(io, this))
+     goto fail;
+   interp_header(io, this);
+-  
++  this->buf_size = this->packet_length;
++ 
+   for (i = 0; i < this->num_stream_ids; i++) {
+     if ((this->stream_ids[i] != audio_stream) &&
+         (this->stream_ids[i] != video_stream)) {

Modified: unstable/libmms/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-multimedia/unstable/libmms/debian/patches/series?rev=868&op=diff
==============================================================================
--- unstable/libmms/debian/patches/series (original)
+++ unstable/libmms/debian/patches/series Fri Aug 17 19:12:06 2007
@@ -1,3 +1,4 @@
 10_asf-header-size.patch
 11_fix-stream-id-crash.patch
 20_seeking-support.patch
+60_first-packet.patch -p0




More information about the pkg-multimedia-commits mailing list