mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-19 14:56:36 +00:00
gst-libs/gst/rtsp/gstrtsptransport.h: Make the GstRTSPTransport struct members public as there are no setters/getters...
Original commit message from CVS: * gst-libs/gst/rtsp/gstrtsptransport.h: Make the GstRTSPTransport struct members public as there are no setters/getters and it's supposed to be changed directly. Fixes bug #533087.
This commit is contained in:
parent
e66b0a6642
commit
3ee2676c2e
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
|||
2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* gst-libs/gst/rtsp/gstrtsptransport.h:
|
||||
Make the GstRTSPTransport struct members public as there are no
|
||||
setters/getters and it's supposed to be changed directly.
|
||||
Fixes bug #533087.
|
||||
|
||||
2008-05-21 Sebastian Dröge <slomo@circular-chaos.org>
|
||||
|
||||
* gst/adder/gstadder.c:
|
||||
|
|
|
@ -110,7 +110,6 @@ typedef struct
|
|||
* A structure holding the RTSP transport values.
|
||||
*/
|
||||
typedef struct _GstRTSPTransport {
|
||||
/*< private >*/
|
||||
GstRTSPTransMode trans;
|
||||
GstRTSPProfile profile;
|
||||
GstRTSPLowerTrans lower_transport;
|
||||
|
|
Loading…
Reference in a new issue