gst-libs/gst/rtsp/gstrtsptransport.h: Make the GstRTSPTransport struct members public...
authorSebastian Dröge <slomo@circular-chaos.org>
Wed, 21 May 2008 06:39:20 +0000 (06:39 +0000)
committerSebastian Dröge <slomo@circular-chaos.org>
Wed, 21 May 2008 06:39:20 +0000 (06:39 +0000)
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
gst-libs/gst/rtsp/gstrtsptransport.h

index c972c066bcd10eadb49d0f209f810d9779fb6370..8170e000043e0b45ba56d760889b49e40c4be3e4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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:
index 39e4fddec168b5c4aa123abd97977a61c6f799a5..a196274de0e4a406ceebd2cc84d3142b4d8b9a41 100644 (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;