Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VLC
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Darshan Jain
VLC
Commits
470fbb18
Commit
470fbb18
authored
8 years ago
by
Thomas Guillem
Browse files
Options
Downloads
Patches
Plain Diff
lib: deprecate libvlc_media_discoverer_localized_name
use libvlc_media_discoverer_list_get() instead.
parent
18a2dc07
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
include/vlc/deprecated.h
+12
-0
12 additions, 0 deletions
include/vlc/deprecated.h
include/vlc/libvlc_media_discoverer.h
+0
-9
0 additions, 9 deletions
include/vlc/libvlc_media_discoverer.h
with
12 additions
and
9 deletions
include/vlc/deprecated.h
+
12
−
0
View file @
470fbb18
...
...
@@ -265,6 +265,18 @@ LIBVLC_DEPRECATED LIBVLC_API libvlc_media_discoverer_t *
libvlc_media_discoverer_new_from_name
(
libvlc_instance_t
*
p_inst
,
const
char
*
psz_name
);
/**
* Get media service discover object its localized name.
*
* \deprecated Useless, use libvlc_media_discoverer_list_get() to get the
* longname of the service discovery.
*
* \param p_mdis media discover object
* \return localized name or NULL if the media_discoverer is not started
*/
LIBVLC_DEPRECATED
LIBVLC_API
char
*
libvlc_media_discoverer_localized_name
(
libvlc_media_discoverer_t
*
p_mdis
);
/** @}*/
/**
...
...
This diff is collapsed.
Click to expand it.
include/vlc/libvlc_media_discoverer.h
+
0
−
9
View file @
470fbb18
...
...
@@ -129,15 +129,6 @@ libvlc_media_discoverer_stop( libvlc_media_discoverer_t * p_mdis );
LIBVLC_API
void
libvlc_media_discoverer_release
(
libvlc_media_discoverer_t
*
p_mdis
);
/**
* Get media service discover object its localized name.
*
* \param p_mdis media discover object
* \return localized name or NULL if the media_discoverer is not started
*/
LIBVLC_API
char
*
libvlc_media_discoverer_localized_name
(
libvlc_media_discoverer_t
*
p_mdis
);
/**
* Get media service discover media list.
*
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment