summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWim Taymans <wim.taymans@gmail.com>2007-10-02 10:29:46 +0000
committerWim Taymans <wim.taymans@gmail.com>2007-10-02 10:29:46 +0000
commitf6bb918ce84cd2ad2373371b082382a2f1e32121 (patch)
treecf07d9439d1611997fcf2c3e0f421d7313950aa9
parent405ec072108fb8a5741087bfefddf63afe6ee5c4 (diff)
downloadgst-plugins-bad-f6bb918ce84cd2ad2373371b082382a2f1e32121.tar.gz
gst-plugins-bad-f6bb918ce84cd2ad2373371b082382a2f1e32121.tar.bz2
gst-plugins-bad-f6bb918ce84cd2ad2373371b082382a2f1e32121.zip
gst/sdp/gstsdpdemux.h: Change signature of pt to fix compilation on some platforms.
Original commit message from CVS: * gst/sdp/gstsdpdemux.h: Change signature of pt to fix compilation on some platforms.
-rw-r--r--ChangeLog5
-rw-r--r--gst/sdp/gstsdpdemux.h2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 09385aef..9d4d2d4d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
2007-10-02 Wim Taymans <wim.taymans@gmail.com>
+ * gst/sdp/gstsdpdemux.h:
+ Change signature of pt to fix compilation on some platforms.
+
+2007-10-02 Wim Taymans <wim.taymans@gmail.com>
+
* gst/rtpmanager/gstrtpjitterbuffer.c:
(gst_rtp_jitter_buffer_flush_start),
(gst_rtp_jitter_buffer_flush_stop),
diff --git a/gst/sdp/gstsdpdemux.h b/gst/sdp/gstsdpdemux.h
index 1c184419..0ae60742 100644
--- a/gst/sdp/gstsdpdemux.h
+++ b/gst/sdp/gstsdpdemux.h
@@ -74,7 +74,7 @@ struct _GstSDPStream {
GstPad *rtcppad;
/* state */
- guint8 pt;
+ gint pt;
gboolean container;
};