1.1 --- a/gmyth-stream/gmencoder/README Tue Sep 18 13:45:36 2007 +0100
1.2 +++ b/gmyth-stream/gmencoder/README Wed Jan 30 03:36:13 2008 +0000
1.3 @@ -0,0 +1,58 @@
1.4 +General Information
1.5 +===================
1.6 +
1.7 +This is GMencoder version 0.1. GMencoder is a media transcode tool,
1.8 +based on GStreamer elements.
1.9 +
1.10 +GMencoder is free software, licensed under the GNU GPL.
1.11 +
1.12 +The official web site is:
1.13 + http://gmyth.sourceforge.net/wiki/index.php/Main_Page
1.14 +
1.15 +Information about mailing lists can be found at:
1.16 + http://sourceforge.net/projects/gmyth/
1.17 +
1.18 +Our IRC channel is #gmyth on Freenode (irc.freenode.org).
1.19 +
1.20 +
1.21 +Installation
1.22 +============
1.23 +
1.24 +See the INSTALL file.
1.25 +
1.26 +How to report bugs
1.27 +==================
1.28 +
1.29 +Bugs should be reported to the GMyth SourceForge bug tracking system.
1.30 +(http://sourceforge.net/tracker/?group_id=177106&atid=879914.)
1.31 +
1.32 +In the bug report please include:
1.33 +
1.34 +* Information about your system. For instance:
1.35 +
1.36 + - GStreamer version
1.37 + - Available GStreamer plugins (run gst-inspect with no arguments)
1.38 +
1.39 + And anything else you think is relevant.
1.40 +
1.41 +* Before you report a bug, it will be useful to know if GStreamer works.
1.42 + If you have playback issues, try running this command:
1.43 +
1.44 + $ gst-launch-0.10 playbin uri="file:///path/to/my/musicfile.ogg"
1.45 +
1.46 + Just replace /path/to/my/musicfile.ogg with some sound file in this command
1.47 + above.
1.48 +
1.49 +* How to reproduce the bug.
1.50 +
1.51 +* If the bug was a crash, the exact text that was printed out when the
1.52 + crash occured, and a trace (which can be obtained by using gdb or bug-buddy).
1.53 + See http://live.gnome.org/GettingTraces for more information on getting
1.54 + stack traces.
1.55 +
1.56 +Development
1.57 +=======
1.58 +
1.59 +See the HACKING file.
1.60 +
1.61 +arch-tag: The typical project user README doc