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:
parent
405ec07210
commit
f6bb918ce8
@ -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:
|
||||
|
@ -74,7 +74,7 @@ struct _GstSDPStream {
|
||||
GstPad *rtcppad;
|
||||
|
||||
/* state */
|
||||
guint8 pt;
|
||||
gint pt;
|
||||
gboolean container;
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user