1
0
Fork 0
mirror of https://github.com/albfan/miraclecast.git synced 2025-03-09 23:38:56 +00:00

miracle-dispd: replace assert() with assert_?ret?()

for capturing more information about buggy behaviours, more
    validations and loggings are added

Change-Id: I57e11d201324ed10b2218c9e72627759aae619c9
This commit is contained in:
Derek Dai 2017-04-22 15:40:55 +08:00
parent 875fa86f6b
commit d8d85c1b97
5 changed files with 145 additions and 89 deletions

View file

@ -588,7 +588,7 @@ static int wfd_out_session_handle_play_request(struct wfd_session *s,
*out_rep = (rtsp_message_ref(m), m);
return r;
return 0;
}
static void on_encoder_state_changed(struct dispd_encoder *e,