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 158719 - [PVA] Support for PVA container format demuxing
[PVA] Support for PVA container format demuxing
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
git master
Other Linux
: Normal enhancement
: 1.1.4
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-11-19 16:19 UTC by Stephane Loeuillet
Modified: 2013-08-22 12:26 UTC
See Also:
GNOME target: ---
GNOME version: 2.7/2.8



Description Stephane Loeuillet 2004-11-19 16:19:42 UTC
An container format known as PVA exists in DVB (digital tv) world.

It is often chosen because it is smaller (disk size) than a full MPEG TS (which
could contain several video/audio/subs/EPG/other streams)

PVA is smaller because AFAIK, it can only contain 1 MPEG audio ES and 1 MPEG
video ES

mplayer can decode PVA format (it has a demuxer for it, perhaps a special case
in one of their MPEG demuxer)

a sample file is available in your (ronald's) FTP in my server
MCM POP - October 25 01 59 15.pva
it is 5MB.
Comment 1 Sebastian Dröge (slomo) 2013-08-22 11:58:33 UTC
Doesn't look like anybody is ever going to work on it and there doesn't seem to be any real demand for this feature. Let's close it for now
Comment 2 Sebastian Dröge (slomo) 2013-08-22 12:07:48 UTC
libavformat seems to have support for it since 2007. I'll just enable that demuxer...
Comment 3 Sebastian Dröge (slomo) 2013-08-22 12:26:00 UTC
commit ec9b17479d10735a346ec008b8f11b0591f62184
Author: Sebastian Dröge <slomo@circular-chaos.org>
Date:   Thu Aug 22 14:18:29 2013 +0200

    typefind: Add typefinder for video/x-pva
    
    https://bugzilla.gnome.org/show_bug.cgi?id=158719

commit 966b53109b7f933ead596f9075d26bd6713f36d3
Author: Sebastian Dröge <slomo@circular-chaos.org>
Date:   Thu Aug 22 14:23:12 2013 +0200

    avdemux: Add support for video/x-pva
    
    https://bugzilla.gnome.org/show_bug.cgi?id=158719