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.
+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:
* A structure holding the RTSP transport values.
*/
typedef struct _GstRTSPTransport {
- /*< private >*/
GstRTSPTransMode trans;
GstRTSPProfile profile;
GstRTSPLowerTrans lower_transport;