<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.16.1">
</HEAD>
<BODY>
Dear all,<BR>
<BR>
&nbsp;&nbsp;&nbsp; It's been a while since I have started to look at the code for Souffleur that was dropped a couple of years ago by its former maintainer. I have now a few patches that I would like to be committed to the trunk of this project if approved.<BR>
<BR>
&nbsp;&nbsp;&nbsp; I am sorry if the modifications are not aligned with the project's main purpose but I had no one to talk to about its main goal. Modifications to the GUI were made and due to that, probably the project functionality.<BR>
<BR>
&nbsp;&nbsp;&nbsp; Here is are the patches for each file and what they do so far:<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&gt; GPlayer.py.diff<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Changes the default playbin video sink to autovideosink with textoverlay.<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; This change was done because GStreamer does not support all kinds of subtitles yet and I do not expect to be dependent on GStreamer subtitle support development<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&gt; MediaInfo.py.diff<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Fixed broken import message<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&gt; souffleur.glade.diff<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; A general GUI cleanup to make it look simpler<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -&gt; Souffleur.py.diff<BR>
<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Adapted the code to use new GPlayer.py functionality<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Added a gobject.source_remove for update polling callback when video stream is paused<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Added a new column to the subtitles ListStore to display subtitle number<BR>
<BR>
&nbsp;&nbsp;&nbsp; Please beware that I am not an experienced programmer and this is my first contribution to an opensource project.<BR>
&nbsp;&nbsp;&nbsp; Critiques are more then welcome! :-)<BR>
<BR>
Thank you,<BR>
<BR>
Mesquita
</BODY>
</HTML>