decoder_api: removed function decoder_get_uri()
Use input_stream.uri.
This commit is contained in:
@@ -53,15 +53,6 @@ decoder_initialized(struct decoder *decoder,
|
||||
const struct audio_format *audio_format,
|
||||
bool seekable, float total_time);
|
||||
|
||||
/**
|
||||
* Returns the URI of the current song in UTF-8 encoding.
|
||||
*
|
||||
* @param decoder the decoder object
|
||||
* @return an allocated string which must be freed with g_free()
|
||||
*/
|
||||
char *
|
||||
decoder_get_uri(struct decoder *decoder);
|
||||
|
||||
/**
|
||||
* Determines the pending decoder command.
|
||||
*
|
||||
|
Reference in New Issue
Block a user