BUG: incorrect smil playlist parsing

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]<

 



BUG: incorrect smil playlist parsing

Suppose one has a smil file containing a line such as:

	src="abc/def.wav"

The current playlist tree building code (in playtree.c and playtreeparser.c)
do not properly handle this case of a relative file path.

A relative file path such as the above is relative to the smil playlist
file which contains the reference.

If, for example, the parsed smil file is at /path/to/xyz.smil then the
resultant file should become /path/to/abc/def.wav

This means that when building the playlist tree the directory component
of each parsed file must be stored in the tree so that relative
file references can be correctly resolved.




[Index of Archives]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux