~videolan/vlc/stable-daily-packaging.xenial

« back to all changes in this revision

Viewing changes to debian/libvlccore8.bug-presubj

  • Committer: Benjamin Drung
  • Date: 2014-08-26 20:54:13 UTC
  • mfrom: (1.1.23 packaging)
  • Revision ID: bdrung@ubuntu.com-20140826205413-b4ctxq5brlls5j6s
Merge changes from 2.2.0~pre2-4.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Debugging and bug reporting advices:
 
2
 
 
3
VLC media player is highly modular. So in case a feature is not working
 
4
at all, you need to check that the module handling it is present.
 
5
 
 
6
 
 
7
 * Use "rm ~/.cache/vlc/plugins-*.dat" to remove your plugins cache.
 
8
 
 
9
 * Check that modules are correctly loaded: "vlc -vvv --color --list"
 
10
   If you have yellow warning lines at the top, that could well be the
 
11
   problem
 
12
 
 
13
 * If you have installed libraries from other repositories (e.g. to use
 
14
   allegedly patent-encumbred encoders), revert to the official Debian
 
15
   libraries before reporting a bug.
 
16
 
 
17
The debug log of vlc ("vlc -vvv <your usual options>") is very useful for
 
18
the developers, do include it in your report.
 
19