Update wfdconfigmessage for supporting Wi-Fi Display sink side
[platform/core/multimedia/gst-rtsp-server-wfd.git] / src / include / wfdconfigmessage.h
index 0813b67..a6a7fb8 100755 (executable)
@@ -430,7 +430,7 @@ typedef struct {
 } WFDUibcSetting;
 
 typedef struct {
-  gchar *standby_resume_cap;
+  gboolean standby_resume_cap;
 } WFDStandbyResumeCapability;
 
 typedef struct {
@@ -446,7 +446,6 @@ typedef struct {
   gboolean idr_request;
 } WFDIdrRequest;
 
-
 /***********************************************************/
 
 typedef struct {
@@ -574,7 +573,6 @@ WFDResult wfdconfig_get_connector_type(WFDMessage *msg, WFDConnector *connector)
 
 WFDResult wfdconfig_set_idr_request(WFDMessage *msg);
 
-
 G_END_DECLS
 
 #endif /* __GST_WFD_CONFIG_MESSAGE_H__ */