diff options
author | Damien Lespiau <damien.lespiau@gmail.com> | 2008-12-29 15:54:44 +0000 |
---|---|---|
committer | Wim Taymans <wim.taymans@gmail.com> | 2008-12-29 15:54:44 +0000 |
commit | 52b0e40115990074001fef41a779d45f49cca358 (patch) | |
tree | 4be927f3c38f96676e1b1810bf4ea5f22cba1cb8 /ChangeLog | |
parent | 231fcedd6dce08f8313b95c389288d021c257fb2 (diff) | |
download | gst-plugins-bad-52b0e40115990074001fef41a779d45f49cca358.tar.gz gst-plugins-bad-52b0e40115990074001fef41a779d45f49cca358.tar.bz2 gst-plugins-bad-52b0e40115990074001fef41a779d45f49cca358.zip |
gst/pcapparse/: Patch to make gstpcapparse compile with mingw32 gcc. Fixes #565439.
Original commit message from CVS:
Patch by: Damien Lespiau <damien dot lespiau at gmail dot com>
* gst/pcapparse/Makefile.am:
* gst/pcapparse/gstpcapparse.c:
Patch to make gstpcapparse compile with mingw32 gcc. Fixes #565439.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -1,5 +1,13 @@ 2008-12-29 Wim Taymans <wim.taymans@collabora.co.uk> + Patch by: Damien Lespiau <damien dot lespiau at gmail dot com> + + * gst/pcapparse/Makefile.am: + * gst/pcapparse/gstpcapparse.c: + Patch to make gstpcapparse compile with mingw32 gcc. Fixes #565439. + +2008-12-29 Wim Taymans <wim.taymans@collabora.co.uk> + * gst/rtpmanager/gstrtpsession.c: (gst_rtp_session_getcaps_send_rtp): Use method to get the internal SSRC. |