Add initial value 16/143016/1
authorSeokHoon Lee <andy.shlee@samsung.com>
Tue, 8 Aug 2017 07:26:50 +0000 (16:26 +0900)
committerSeokHoon Lee <andy.shlee@samsung.com>
Tue, 8 Aug 2017 07:27:04 +0000 (16:27 +0900)
- add inital value for tcProfile and tcLevel.

Signed-off-by: SeokHoon Lee <andy.shlee@samsung.com>
Change-Id: Id1453f0874d0b7fc034c6192089699feba42a5ce

gst/rtsp-server/rtsp-client-wfd.c
packaging/gst-rtsp-server.spec

index a7a575e..cf8e21b 100644 (file)
@@ -2224,8 +2224,8 @@ _set_wfd_message_body (GstRTSPWFDClient * client, GstWFDMessageType msg_type,
     guint64 tcCEAResolution = GST_WFD_CEA_UNKNOWN;
     guint64 tcVESAResolution = GST_WFD_VESA_UNKNOWN;
     guint64 tcHHResolution = GST_WFD_HH_UNKNOWN;
-    GstWFDVideoH264Profile tcProfile;
-    GstWFDVideoH264Level tcLevel;
+    GstWFDVideoH264Profile tcProfile = GST_WFD_H264_UNKNOWN_PROFILE;
+    GstWFDVideoH264Level tcLevel = GST_WFD_H264_LEVEL_UNKNOWN;
     guint64 resolution_supported = 0;
 
     url = gst_rtsp_connection_get_url (connection);
index 8783f15..ce36005 100644 (file)
@@ -1,7 +1,7 @@
 Name:       gst-rtsp-server
 Summary:    Multimedia Framework Library
 Version:    1.6.1
-Release:    17
+Release:    18
 Url:        http://gstreamer.freedesktop.org/
 Group:      System/Libraries
 License:    LGPL-2.0+