Release the state limit of media_streamer_node_add() 38/236538/4
authorSangchul Lee <sc11.lee@samsung.com>
Thu, 18 Jun 2020 02:30:38 +0000 (11:30 +0900)
committerSangchul Lee <sc11.lee@samsung.com>
Fri, 19 Jun 2020 00:39:07 +0000 (09:39 +0900)
commitd9f67b1ebd7e6be1d5f56bee25335f18e8718598
treec65fc25b98bc50211ea25dccc4d08343cea0a4f7
parent499ba8fe693ae52b53a70544f8b90a9e10944ea2
Release the state limit of media_streamer_node_add()

Previously, media_streamer_node_add() returns the invalid
state error when the media streamer state is not IDLE.

This condition is now released to let the user can create
a new node and link the node even if the media streamer
state is PLAYING. For example, it is possible to do these
things inside of decoded ready callback directly.

[Version] 0.1.70
[Issue Type] Improvement

Change-Id: I7188abbbf0fd303304b011425790a954033c193f
Signed-off-by: Sangchul Lee <sc11.lee@samsung.com>
packaging/capi-media-streamer.spec
src/media_streamer.c
src/media_streamer_gst.c