return MEDIA_STREAMER_ERROR_NONE;
}
+//LCOV_EXCL_START
int media_streamer_set_play_position(media_streamer_h streamer, int time, bool accurate, media_streamer_position_changed_cb callback, void *user_data)
{
int ret = MEDIA_STREAMER_ERROR_NONE;
return ret;
}
+//LCOV_EXCL_STOP
int media_streamer_get_play_position(media_streamer_h streamer, int *time)
{
return decodebin;
}
+//LCOV_EXCL_START
static gboolean __ms_sink_bin_prepare(media_streamer_s * ms_streamer, GstPad * source_pad, const gchar * src_pad_type)
{
GstElement *decoder_element = NULL;
ms_debug_fleave();
}
+//LCOV_EXCL_STOP
int __ms_element_set_state(GstElement * gst_element, GstState gst_state)
{
return rtp_container;
}
+//LCOV_EXCL_START
gboolean __ms_rtp_element_prepare(media_streamer_node_s *ms_node)
{
GstElement *rtpbin = NULL;
return ret;
}
+//LCOV_EXCL_STOP
int __ms_add_node_into_bin(media_streamer_s *ms_streamer, media_streamer_node_s *ms_node)
{
return ret;
}
+//LCOV_EXCL_START
static gboolean __ms_parse_gst_error(media_streamer_s *ms_streamer, GstMessage *message, GError *error)
{
media_streamer_error_e ret_error = MEDIA_STREAMER_ERROR_NONE;
return TRUE;
}
+//LCOV_EXCL_STOP
static GstPadProbeReturn __ms_element_event_probe(GstPad * pad, GstPadProbeInfo *info, gpointer user_data)
{
return MEDIA_STREAMER_ERROR_NONE;
}
+//LCOV_EXCL_START
int __ms_http_server_unregister_uri(media_streamer_http_server_h server, char *uri)
{
_ms_http_server_s *hserver = (_ms_http_server_s *) server;
ms_debug_fleave();
}
+//LCOV_EXCL_STOP
ms_debug_fleave();
}
+//LCOV_EXCL_START
/* The appsink has got eos */
static void sink_eos(GstElement *sink, gpointer *data)
{
ms_debug_fleave();
}
+//LCOV_EXCL_STOP
int __ms_sink_node_create(media_streamer_node_s *node)
{
return ret;
}
+//LCOV_EXCL_START
static void __global(void *data, struct wl_registry *registry,
uint32_t name, const char *interface, uint32_t version)
{
return ret;
}
+//LCOV_EXCL_STOP
int __ms_node_set_param_value(media_streamer_node_s *ms_node, param_s *param, const char *param_value)
{
}
+//LCOV_EXCL_START
static void __ms_node_policy_changed_cb(const char *name, const char *value, void *user_data)
{
media_streamer_node_s *node;
ms_debug_fleave();
}
+//LCOV_EXCL_STOP
int __ms_node_policy_init(media_streamer_node_s *node)
{
return ret;
}
+//LCOV_EXCL_START
static gboolean __ms_resource_node_find(gpointer key, gpointer value, gpointer user_data)
{
ms_debug_fenter();
return FALSE;
}
+//LCOV_EXCL_STOP
int __ms_check_policy(media_streamer_s *ms_streamer)
{
return format_name;
}
+//LCOV_EXCL_START
const gchar *__ms_convert_mime_to_rtp_format(media_format_mimetype_e mime)
{
switch (mime) {
return NULL;
}
}
+//LCOV_EXCL_STOP
media_format_mimetype_e __ms_convert_string_format_to_media_format(const char *format_type)
{