mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-03-30 12:49:40 +00:00
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
2 changed files with 6 additions and 1 deletions
|
@ -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…
Reference in a new issue