Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
V
vlc
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
13
Issues
13
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GSoC2018
macOS
vlc
Commits
ce75cad9
Commit
ce75cad9
authored
Dec 20, 2016
by
François Cartegnie
🤞
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
input: item: notify empty removed items/ empty epg
parent
cbf676ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
src/input/item.c
src/input/item.c
+4
-3
No files found.
src/input/item.c
View file @
ce75cad9
...
...
@@ -1004,9 +1004,10 @@ void input_item_SetEpg( input_item_t *p_item, const vlc_epg_t *p_update )
free
(
psz_epg
);
signal:
#endif
vlc_event_t
event
=
{
.
type
=
vlc_InputItemInfoChanged
,
};
vlc_event_send
(
&
p_item
->
event_manager
,
&
event
);
do
{
vlc_event_t
event
=
{
.
type
=
vlc_InputItemInfoChanged
,
};
vlc_event_send
(
&
p_item
->
event_manager
,
&
event
);
}
while
(
0
);
}
void
input_item_SetEpgOffline
(
input_item_t
*
p_item
)
...
...
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