gmyth-stream/gmencoder/README
author melunko
Wed Feb 27 11:00:07 2008 +0000 (2008-02-27)
branchtrunk
changeset 931 e8e3219edf5f
parent 898 4fbbacbbca34
permissions -rw-r--r--
[svn r940] Fixed Renato e-mail address in the copyright
     1 General Information
     2 ===================
     3 
     4 This is GMencoder version 0.1. GMencoder is a media transcode tool
     5 based on GStreamer elements.
     6 
     7 GMencoder is free software, licensed under the GNU GPL.
     8 
     9 The official web site is:
    10   http://gmyth.sourceforge.net/wiki/index.php/Main_Page
    11 
    12 Information about mailing lists can be found at:
    13   http://sourceforge.net/projects/gmyth/
    14 
    15 Our IRC channel is #gmyth on Freenode (irc.freenode.org).
    16 
    17 
    18 Installation
    19 ============
    20 
    21 See the INSTALL file.
    22 
    23 How to report bugs
    24 ==================
    25 
    26 Bugs should be reported to the GMyth SourceForge bug tracking system.
    27 (http://sourceforge.net/tracker/?group_id=177106&atid=879914.) 
    28 
    29 In the bug report please include:
    30 
    31 * Information about your system. For instance:
    32 
    33    - GStreamer version
    34    - Available GStreamer plugins (run gst-inspect with no arguments)
    35 
    36   And anything else you think is relevant.
    37 
    38 * Before you report a bug, it will be useful to know if GStreamer works.
    39   If you have playback issues, try running this command:
    40 
    41   $ gst-launch-0.10 playbin uri="file:///path/to/my/musicfile.ogg"
    42 
    43   Just replace /path/to/my/musicfile.ogg with some sound file in this command
    44   above.
    45 
    46 * How to reproduce the bug.
    47 
    48 * If the bug was a crash, the exact text that was printed out when the
    49   crash occured, and a trace (which can be obtained by using gdb or bug-buddy).
    50   See http://live.gnome.org/GettingTraces for more information on getting
    51   stack traces.
    52 
    53 Development
    54 =======
    55 
    56 See the HACKING file.
    57 
    58 arch-tag: The typical project user README doc