Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
totem-pl-parser
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
14
Issues
14
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
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
GNOME
totem-pl-parser
Commits
52db0975
Commit
52db0975
authored
Feb 17, 2015
by
Bastien Nocera
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
plparse: Fix parsing of SMIL playlists
The mime-type changed in more recent versions of shared-mime-info.
parent
e0a27de1
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
plparse/totem-pl-parser.c
plparse/totem-pl-parser.c
+1
-0
No files found.
plparse/totem-pl-parser.c
View file @
52db0975
...
...
@@ -196,6 +196,7 @@ static PlaylistTypes special_types[] = {
PLAYLIST_TYPE
(
"audio/x-scpls"
,
totem_pl_parser_add_pls
,
NULL
,
FALSE
),
PLAYLIST_TYPE
(
"application/x-smil"
,
totem_pl_parser_add_smil
,
NULL
,
FALSE
),
PLAYLIST_TYPE
(
"application/smil"
,
totem_pl_parser_add_smil
,
NULL
,
FALSE
),
PLAYLIST_TYPE
(
"application/smil+xml"
,
totem_pl_parser_add_smil
,
NULL
,
FALSE
),
PLAYLIST_TYPE
(
"application/vnd.ms-wpl"
,
totem_pl_parser_add_smil
,
NULL
,
FALSE
),
PLAYLIST_TYPE
(
"video/x-ms-wvx"
,
totem_pl_parser_add_asx
,
NULL
,
FALSE
),
PLAYLIST_TYPE
(
"audio/x-ms-wax"
,
totem_pl_parser_add_asx
,
NULL
,
FALSE
),
...
...
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