It fixes not-negotiated issue on appsrc.
[Version] 0.3.238
[Issue Type] Bug fix
Change-Id: I2e256e7d7abff69e1e1bec6c1c2da025b5923af0
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
Name: capi-media-webrtc
Summary: A WebRTC library in Tizen Native API
-Version: 0.3.237
+Version: 0.3.238
Release: 0
Group: Multimedia/API
License: Apache-2.0
goto error;
}
- caps = gst_caps_new_simple("audio/x-opus", NULL, NULL);
+ caps = gst_caps_new_simple("audio/x-opus",
+ "channel-mapping-family", G_TYPE_INT, 0,
+ NULL);
g_object_set(G_OBJECT(src),
"format", GST_FORMAT_TIME,