After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 709768 - tsdemux: Fails to preroll properly on ts streams with AAC LATM
tsdemux: Fails to preroll properly on ts streams with AAC LATM
Status: RESOLVED DUPLICATE of bug 678078
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-10-09 18:49 UTC by Javier Jardón (IRC: jjardon)
Modified: 2013-10-10 13:15 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Javier Jardón (IRC: jjardon) 2013-10-09 18:49:47 UTC
I tried to reproduce with

gst-launch-1.0 uri=file:///file.ts but seems it doesnt want to prerrol

I tried to reproduce it with VLC and seems to be played, at least the beginning

You can grab the file here:
https://uk.owncube.com/public.php?service=files&t=3092d8bb9bfbf74842ffdb20a829a7d0
Comment 1 Sebastian Dröge (slomo) 2013-10-10 11:00:36 UTC
Confirmed, decodebin never pre-rolls on it but tsdemux does stuff all the time. This pipeline works however:

> gst-launch-1.0 filesrc location=/home/slomo/Downloads/raw_h264.ts ! tsdemux ! decodebin ! xvimagesink

Removing tsdemux and just having decodebin there reproduces the no-preroll problem. Also there are problems with the language code extraction but that's unrelated.
Comment 2 Edward Hervey 2013-10-10 11:23:30 UTC
you sure this worked before ? It's failling to preroll due to AAC LATM issues (which is definitely not new).
Comment 3 Edward Hervey 2013-10-10 11:26:56 UTC
Duplicate of #678078 and/or #679639 ?
Comment 4 Javier Jardón (IRC: jjardon) 2013-10-10 13:15:41 UTC
Marked as duplicate of bug #678078 as slomo suggested on IRC

*** This bug has been marked as a duplicate of bug 678078 ***