public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
From: Rex Dieter <rdieter@fedoraproject.org>
To: git-commits@fedoraproject.org
Subject: [rpms/xine-lib] epel9-next: awol/rebased patches
Date: Mon, 20 Jul 2026 20:00:53 GMT	[thread overview]
Message-ID: <178457765367.1.17502174761388507324.rpms-xine-lib-d4183433d2a3@fedoraproject.org> (raw)

A new commit has been pushed.

Repo   : rpms/xine-lib
Branch : epel9-next
Commit : d4183433d2a3be052c4ca72530b9cfc4037c485f
Author : Rex Dieter <rdieter@fedoraproject.org>
Date   : 2009-12-03T15:38:44+00:00
Stats  : +39/-0 in 2 file(s)
URL    : https://src.fedoraproject.org/rpms/xine-lib/c/d4183433d2a3be052c4ca72530b9cfc4037c485f?branch=epel9-next

Log:
awol/rebased patches

---
diff --git a/xine-lib-1.1.17-avsync_hack.patch b/xine-lib-1.1.17-avsync_hack.patch
new file mode 100644
index 0000000..5fa1ae1
--- /dev/null
+++ b/xine-lib-1.1.17-avsync_hack.patch
@@ -0,0 +1,22 @@
+diff -up xine-lib-1.1.17/src/xine-engine/audio_out.c.avsync_hack xine-lib-1.1.17/src/xine-engine/audio_out.c
+--- xine-lib-1.1.17/src/xine-engine/audio_out.c.avsync_hack	2009-11-30 19:33:30.000000000 -0600
++++ xine-lib-1.1.17/src/xine-engine/audio_out.c	2009-12-02 09:07:37.622805780 -0600
+@@ -1156,8 +1156,17 @@ static void *ao_loop (void *this_gen) {
+ 
+     /*
+      * calculate gap:
++     *
++     * HACK (rwa): If we have no video stream we do not need an AV sync and so
++     *             we assume a gap of 0. This seems to avoid the skips in the
++     *             first seconds when playing audio-only via the "glitch-free"
++     *             pulseaudio server.
+      */
+-    gap = in_buf->vpts - hw_vpts;
++    if (in_buf && in_buf->stream && in_buf->stream->video_decoder_plugin) {
++       gap = in_buf->vpts - hw_vpts;
++    } else {
++       gap = 0;
++    }
+     lprintf ("hw_vpts : %" PRId64 " buffer_vpts : %" PRId64 " gap : %" PRId64 "\n",
+              hw_vpts, in_buf->vpts, gap);
+ 

diff --git a/xine-lib-1.1.17-no_autopoint.patch b/xine-lib-1.1.17-no_autopoint.patch
new file mode 100644
index 0000000..d5ee0cd
--- /dev/null
+++ b/xine-lib-1.1.17-no_autopoint.patch
@@ -0,0 +1,17 @@
+diff -up xine-lib-1.1.17/autogen.sh.no_autopoint xine-lib-1.1.17/autogen.sh
+--- xine-lib-1.1.17/autogen.sh.no_autopoint	2009-10-09 09:33:31.000000000 -0500
++++ xine-lib-1.1.17/autogen.sh	2009-12-02 09:15:48.534555467 -0600
+@@ -229,10 +229,10 @@ run_aclocal () {
+     echo
+   fi
+   
+-  echo $_echo_n " + Running autopoint: $_echo_c"
++  #echo $_echo_n " + Running autopoint: $_echo_c"
+   
+-  autopoint
+-  echo "done." 
++  #autopoint
++  #echo "done." 
+ 
+   echo $_echo_n " + Running aclocal: $_echo_c"
+ 

                 reply	other threads:[~2026-07-20 20:00 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=178457765367.1.17502174761388507324.rpms-xine-lib-d4183433d2a3@fedoraproject.org \
    --to=rdieter@fedoraproject.org \
    --cc=git-commits@fedoraproject.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox