Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 283941 Details for
Bug 419561
PATCH: plparser: don't add ASX entries with a duration of 00:00:00 to the playlist
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Patch: don't add ASX entries with a duration of 00:00:00 to the playlist
totem-2.20.1-plparser.patch (text/plain), 917 bytes, created by
Hans de Goede
on 2007-12-11 11:04:35 UTC
(
hide
)
Description:
Patch: don't add ASX entries with a duration of 00:00:00 to the playlist
Filename:
MIME Type:
Creator:
Hans de Goede
Created:
2007-12-11 11:04:35 UTC
Size:
917 bytes
patch
obsolete
>diff -up totem-2.20.1/src/plparse/totem-pl-parser-wm.c~ totem-2.20.1/src/plparse/totem-pl-parser-wm.c >--- totem-2.20.1/src/plparse/totem-pl-parser-wm.c~ 2007-12-05 21:50:44.000000000 +0100 >+++ totem-2.20.1/src/plparse/totem-pl-parser-wm.c 2007-12-05 21:50:44.000000000 +0100 >@@ -210,6 +210,14 @@ parse_asx_entry (TotemPlParser *parser, > /* .asx files can contain references to other .asx files */ > retval = totem_pl_parser_parse_internal (parser, fullpath, NULL); > if (retval != TOTEM_PL_PARSER_RESULT_SUCCESS) { >+ /* Some .asx files contain bogus entrieswith a dutarion of >+ 00:00:00 as a protection against stream rippers, ignore >+ these */ >+ if (duration && !strcmp(duration, "00:00:00")) { >+ retval = TOTEM_PL_PARSER_RESULT_IGNORED; >+ goto bail; >+ } >+ > totem_pl_parser_add_url (parser, > TOTEM_PL_PARSER_FIELD_URL, fullpath, > TOTEM_PL_PARSER_FIELD_TITLE, title ? title : pl_title,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 419561
:
283941
|
283951
|
285851