Ticket #1362 (closed defect: fixed)

Opened 10 months ago

Last modified 8 months ago

Colons in Snapshot Filename

Reported by: fkuehne Assigned to:
Priority: high Milestone: 0.9.0-test1
Component: Video output core Version: master
Severity: critical Keywords:
Cc: fkuehne Platform(s): MacOS
Difficulty: easy Work status: Not started

Description

On OS X and Linux, we use colons to format the time code in the snapshot's names. That's not exactly a great idea, especially on Mac OS X with it's Carbon heritage. Better use underscores instead.

Credit to Jeremy (jbutler) on the forum for reporting.

http://forum.videolan.org/viewtopic.php?f=12&t=42048&p=131370#p131370

Change History

11/16/07 16:17:53 changed by yoann

See src/text/strings.c, filename_sanitize() and path_sanitize() for which characters should be forbidden.

01/16/08 16:41:37 changed by funman

  • status changed from new to closed.
  • resolution set to fixed.

(In [24338]) fix #1362 (replace ':' with '_' in filenames on macosx)