Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
vlc-1.1
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
vlc-1.1
Commits
027b8eab
Commit
027b8eab
authored
Sep 02, 2007
by
Antoine Cellerier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Attach service discovery objects to the playlist (and remove a bunch of trailing spaces).
parent
e3a2301c
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
12 deletions
+14
-12
src/playlist/engine.c
src/playlist/engine.c
+1
-1
src/playlist/services_discovery.c
src/playlist/services_discovery.c
+13
-11
No files found.
src/playlist/engine.c
View file @
027b8eab
src/playlist/services_discovery.c
View file @
027b8eab
...
...
@@ -72,6 +72,7 @@ services_discovery_Create ( vlc_object_t * p_super, const char * psz_module_name
p_sd
->
psz_module
=
strdup
(
psz_module_name
);
p_sd
->
b_die
=
VLC_FALSE
;
/* FIXME */
vlc_object_attach
(
p_sd
,
p_super
);
return
p_sd
;
}
...
...
@@ -85,6 +86,7 @@ void services_discovery_Destroy ( services_discovery_t * p_sd )
free
(
p_sd
->
psz_module
);
free
(
p_sd
->
psz_localized_name
);
vlc_object_detach
(
p_sd
);
vlc_object_destroy
(
p_sd
);
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment