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:
Sebastian Dröge 2008-05-21 06:39:20 +00:00
parent e66b0a6642
commit 3ee2676c2e
2 changed files with 7 additions and 1 deletions

View file

@ -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:

View file

@ -110,7 +110,6 @@ typedef struct
* A structure holding the RTSP transport values.
*/
typedef struct _GstRTSPTransport {
/*< private >*/
GstRTSPTransMode trans;
GstRTSPProfile profile;
GstRTSPLowerTrans lower_transport;