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.
This commit is contained in:
Wim Taymans 2007-10-02 10:29:46 +00:00
parent 405ec07210
commit f6bb918ce8
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
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:

View file

@ -74,7 +74,7 @@ struct _GstSDPStream {
GstPad *rtcppad;
/* state */
guint8 pt;
gint pt;
gboolean container;
};