From 3ee2676c2e20d5f29114aa6a0af46676c0c1fd35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 21 May 2008 06:39:20 +0000 Subject: [PATCH] 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. --- ChangeLog | 7 +++++++ gst-libs/gst/rtsp/gstrtsptransport.h | 1 - 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c972c066bc..8170e00004 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-05-21 Sebastian Dröge + + * 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 * gst/adder/gstadder.c: diff --git a/gst-libs/gst/rtsp/gstrtsptransport.h b/gst-libs/gst/rtsp/gstrtsptransport.h index 39e4fddec1..a196274de0 100644 --- a/gst-libs/gst/rtsp/gstrtsptransport.h +++ b/gst-libs/gst/rtsp/gstrtsptransport.h @@ -110,7 +110,6 @@ typedef struct * A structure holding the RTSP transport values. */ typedef struct _GstRTSPTransport { - /*< private >*/ GstRTSPTransMode trans; GstRTSPProfile profile; GstRTSPLowerTrans lower_transport;