[Bug 740045] gst-play-1.0 --gapless file1.mp4 file2.mp4 stops after first file

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Tue Nov 29 14:26:13 UTC 2016


https://bugzilla.gnome.org/show_bug.cgi?id=740045

Antonio Ospite <ao2 at ao2.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ao2 at ao2.it
            Version|1.4.4                       |1.10.1

--- Comment #10 from Antonio Ospite <ao2 at ao2.it> ---
I also came across an issue similar to this, in 1.10.

I observed the problem with short files:

gst-launch-1.0 \
  webmmux name=mux ! filesink location="sample_440hz.webm" \
  videotestsrc num-buffers=1 pattern=black ! \
          textoverlay valignment=center halignment=center font-desc="Mono, 72"
text="440Hz" ! \
          queue ! vp9enc ! mux. \
  audiotestsrc num-buffers=188 freq=440 ! audio/x-raw,rate=48000 ! \
          queue ! audioconvert ! vorbisenc quality=0.5 ! queue ! mux.

gst-launch-1.0 \
  webmmux name=mux ! filesink location="sample_880hz.webm" \
  videotestsrc num-buffers=1 pattern=black ! \
          textoverlay valignment=center halignment=center font-desc="Mono, 72"
text="880Hz" ! \
          queue ! vp9enc ! mux. \
  audiotestsrc num-buffers=188 freq=880 ! audio/x-raw,rate=48000 ! \
          queue ! audioconvert ! vorbisenc quality=0.5 ! queue ! mux.


gst-play-1.0 --gapless sample_440hz.webm sample_880hz.webm

However in my case not even the first file is played correctly.

Ciao,
   Antonio

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list