platform/core/api/mediatransporter.git
19 months ago[1.0.3][RIST] combine receiver address and bonding address 16/281816/3 accepted/tizen_7.0_unified_hotfix tizen_7.0_hotfix accepted/tizen/7.0/unified/20221110.061503 accepted/tizen/7.0/unified/hotfix/20221116.104734 accepted/tizen/unified/20220927.132317 tizen_7.0_m2_release
Gilbok Lee [Thu, 22 Sep 2022 06:07:46 +0000 (15:07 +0900)]
[1.0.3][RIST] combine receiver address and bonding address

Change-Id: I98e2694c20a2f011198b87a74c69c19b28e0d911

19 months ago[1.0.2][test] Add render test using esplusplayer 78/281378/11
Gilbok Lee [Fri, 16 Sep 2022 07:22:10 +0000 (16:22 +0900)]
[1.0.2][test] Add render test using esplusplayer

Change-Id: I08caf1f431a1c73f93260f33633d6fee748d0c59

19 months ago[1.0.1][ut] add receiver test cases 16/281216/5 accepted/tizen/unified/20220919.012630
Eunhye Choi [Wed, 14 Sep 2022 08:26:18 +0000 (17:26 +0900)]
[1.0.1][ut] add receiver test cases

Change-Id: Ieda6affd9d372d62921f018e9a6578f0759e0ead

19 months ago[1.0.0][ut] add sender test cases 28/281128/8
Eunhye Choi [Tue, 13 Sep 2022 05:28:12 +0000 (14:28 +0900)]
[1.0.0][ut] add sender test cases

- major version up for 7.0 release
- add rist/rtsp sender ut
- remove rtsp server excutable
- allow null input at set connection param api

Change-Id: I0f51c4ac572db1c0b43fd7a07f4f0fe0bbb259ec

19 months ago[0.0.13] abstract MediaSourceBinBaseAudio / MediaSourceBinBaseVideo 56/281056/2
Seungbae Shin [Thu, 8 Sep 2022 11:30:43 +0000 (20:30 +0900)]
[0.0.13] abstract MediaSourceBinBaseAudio / MediaSourceBinBaseVideo

Change-Id: I7c6f815075c70d01c141b6dcd61ac5b5c1aacc3b

19 months ago[0.0.12] check resource manager creation properly 43/281043/4
Seungbae Shin [Thu, 8 Sep 2022 08:07:35 +0000 (17:07 +0900)]
[0.0.12] check resource manager creation properly

- add ctor/dtor log message for future debugging
- use explicit keyword if required
  [R10] If the constructor has one parameter, use 'explicit' keyword to avoid undesirable type conversion.

Change-Id: I1d92133b7619cf4a9b8334cbd9c293aee557ebf1

19 months ago[0.0.11] remove bundle type for connection param 52/281052/8 accepted/tizen/unified/20220913.175627
Eunhye Choi [Thu, 8 Sep 2022 10:07:31 +0000 (19:07 +0900)]
[0.0.11] remove bundle type for connection param

- remove set/get param list by using bundle
- add get param interface to set each connection param
- sync default value of rist connection param with
  rist gst plugin
- fix coverity issue

Change-Id: Ife97c35f802eda26b47e6eb1371e6cff4363cef5

19 months ago[0.0.10][ut] add srt sender 03/281003/6
Eunhye Choi [Wed, 7 Sep 2022 11:26:43 +0000 (20:26 +0900)]
[0.0.10][ut] add srt sender

Change-Id: Ied5c843a3197f10f7fcf2e6c8aee35bb2720bb03

19 months ago[0.0.9] add srt receiver param 02/280802/7
Eunhye Choi [Mon, 5 Sep 2022 08:22:21 +0000 (17:22 +0900)]
[0.0.9] add srt receiver param

- add srt connection param for srtsrc in receiver
  as srtsink in sender

Change-Id: I8b8b828dfc2a2952bd8349b223276812fd5b661b

19 months ago[0.0.8] fix coverity issue 69/280769/2 accepted/tizen/unified/20220905.124607 submit/tizen/20220905.044842
Eunhye Choi [Mon, 5 Sep 2022 03:16:53 +0000 (12:16 +0900)]
[0.0.8] fix coverity issue

Change-Id: I68fc8d47523f9839f96c24334f4a6a0720e45f5d

19 months ago[0.0.7] Remove the redundant code 86/280686/11
Gilbok Lee [Fri, 2 Sep 2022 07:11:07 +0000 (16:11 +0900)]
[0.0.7] Remove the redundant code

- fix wrong log message

Change-Id: I8f898fa04fb3cbdec6a08f6bfd3b6c171b4096f7

20 months ago[0.0.6] add media transporter param 91/280691/1
Eunhye Choi [Fri, 2 Sep 2022 08:21:36 +0000 (17:21 +0900)]
[0.0.6] add media transporter param

- add param to remove duplicated code

Change-Id: Idcced37255cb93d51be2f8a959bafc69b9404a7b

20 months agofixup! [0.0.5] Add required feature and privilege check 88/280688/2
Seungbae Shin [Fri, 2 Sep 2022 07:31:59 +0000 (16:31 +0900)]
fixup! [0.0.5] Add required feature and privilege check

Change-Id: I5da6817d810a39cd90f6b2d0fe2d92ff4b73b0c4

20 months ago[0.0.5] Add required feature and privilege check 56/280656/5
Seungbae Shin [Thu, 1 Sep 2022 18:53:43 +0000 (03:53 +0900)]
[0.0.5] Add required feature and privilege check

For MediaTransporterBase:
 - http://tizen.org/feature/network.wifi
 - http://tizen.org/feature/network.telephony
 - http://tizen.org/feature/network.ethernet
 - http://tizen.org/privilege/internet

For MediaSourceBinCamera:
 - http://tizen.org/feature/camera
 - http://tizen.org/privilege/camera

For MediaSourceBinMic:
 - http://tizen.org/feature/microphone
 - http://tizen.org/privilege/recorder

Change-Id: Ib3b35ef56fe980bb18ae88cc22356ec11215da85

20 months ago[0.0.4] CMakeLists: Fix exclusion pattern to export header files properly 19/280619/1
Sangchul Lee [Thu, 1 Sep 2022 07:49:12 +0000 (16:49 +0900)]
[0.0.4] CMakeLists: Fix exclusion pattern to export header files properly

Only mtpr_*.h must be exported.

Change-Id: I71371c4e2ffc780189f77c4f5806c0fa20d23484
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
20 months ago[0.0.3] Revise code 88/280588/4
Seungbae Shin [Thu, 1 Sep 2022 02:47:53 +0000 (11:47 +0900)]
[0.0.3] Revise code

- remove CMake version warning
- change to define mtpr error enum if not defined
- remove unnecessary json-glib dependancy
- use uniform initializer for memeber initialization
- place class method prior to class member for each access modifier
- remove unnecessary header include
- use static for global variable on test

Change-Id: Ie892d364340a59aa9ce0201725bb9bb4d2da7a57

20 months ago[0.0.2] check empty address 84/280584/1
Eunhye Choi [Thu, 1 Sep 2022 02:41:09 +0000 (11:41 +0900)]
[0.0.2] check empty address

- check empty address and return correct error
  before building pipeline
- fix abort

Change-Id: I5883de04ebb3a34fd7dabdd691d4c868346d6f89

20 months ago[0.0.1] add mtpr initial code 40/280540/5 accepted/tizen/unified/20220901.020252 accepted/tizen/unified/20220902.055029 submit/tizen/20220901.015435
Eunhye Choi [Wed, 31 Aug 2022 09:35:50 +0000 (18:35 +0900)]
[0.0.1] add mtpr initial code

Change-Id: I2bc2cd29d9a0e8cc708fe9d3e0415757db3944b8

20 months agoInitial empty repository master
Tizen Infrastructure [Wed, 31 Aug 2022 09:10:13 +0000 (09:10 +0000)]
Initial empty repository