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 604341 - [mpegpsdemux] vdr file (mpeg2) has no sound when played with gst players
[mpegpsdemux] vdr file (mpeg2) has no sound when played with gst players
Status: RESOLVED OBSOLETE
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: 2009-12-11 07:53 UTC by Pacho Ramos
Modified: 2018-05-12 10:51 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Pacho Ramos 2009-12-11 07:53:56 UTC
On the other hand, it's played fine with mplayer:
$ LC_ALL=C mplayer 003.vdr 
MPlayer SVN-r29463-4.3.2 (C) 2000-2009 MPlayer Team
Reproduciendo 003.vdr.
Detectado formato de archivo MPEG-PES.
VIDEO:  MPEG2  720x576  (aspect 3)  25.000 fps  3932.8 kbps (491.6 kbyte/s)
==========================================================================
Abriendo decodificador de video: [mpegpes] MPEG 1/2 Video passthrough.
VDec: vo solicitud de config - 720 x 576 (csp preferida: Mpeg PES).
No se pudo encontrar colorspace concordante - reintentando escalado -vf...
Abriendo filtro de video: [scale]
Disculpe, el dispositivo de salida de video es incompatible con este codec.
Inicialización del VDecoder ha fallado.
Abriendo decodificador de video: [ffmpeg] FFmpeg's libavcodec codec family.
Unsupported PixelFormat -1
Video codec seleccionado: [ffmpeg2] vfm: ffmpeg (FFmpeg MPEG-2)
==========================================================================
==========================================================================
Abriendo decodificador de audio: [mp3lib] MPEG layer-2, layer-3.
AUDIO: 48000 Hz, 2 ch, s16le, 192.0 kbit/12.50% (ratio: 24000->192000)
Audio codec seleccionado: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
AO: [alsa] 48000Hz 2ch s16le (2 bytes per sample)
Comenzando la reproducción...
VDec: vo solicitud de config - 720 x 576 (csp preferida: Planar YV12).
VDec: usando Planar YV12 como salida csp (no 0)
Aspecto es 1.78:1 - prescalando a aspecto correcto.
VO: [vdpau] 720x576 => 1024x576 Planar YV12 
A:29910.0 V:29910.2 A-V: -0.199 ct: -0.176  45/ 45 14%  6%  1.0% 0 0 

These are totem errors when reproducing it:
(totem:29791): GStreamer-CRITICAL **: gst_event_new_new_segment_full: assertion `position != -1' failed

(totem:29791): GStreamer-CRITICAL **: gst_mini_object_ref: assertion `mini_object != NULL' failed

(totem:29791): GStreamer-CRITICAL **: gst_pad_push_event: assertion `event != NULL' failed

(totem:29791): GStreamer-CRITICAL **: gst_event_new_new_segment_full: assertion `position != -1' failed

(totem:29791): GStreamer-CRITICAL **: gst_mini_object_ref: assertion `mini_object != NULL' failed

(totem:29791): GStreamer-CRITICAL **: gst_pad_push_event: assertion `event != NULL' failed

(totem:29791): GStreamer-CRITICAL **: gst_event_new_new_segment_full: assertion `position != -1' failed

(totem:29791): GStreamer-CRITICAL **: gst_mini_object_ref: assertion `mini_object != NULL' failed

(totem:29791): GStreamer-CRITICAL **: gst_pad_push_event: assertion `event != NULL' failed
... (and a lot more similar to these)

I am having problems with gstreamer and this kind of files (generated by VDR for Siemens MV740AV http://www.assembla.com/wiki/show/VDR-M7x0 ) since a lot of time... well, I have always had problems with them and gstreamer
Now, I have:
gstreamer-0.10.24
gst-plugins-ugly-0.10.12
Comment 1 Pacho Ramos 2009-12-11 07:58:06 UTC
It's too big (5,5 MB), how do you prefer to get that files in cases like this? For now, you can download it (10 times :-( ) from:
http://rapidshare.com/files/319286265/003.vdr.html
Comment 2 Tim-Philipp Müller 2009-12-11 10:25:58 UTC
Actually, there seems to be sound sometimes, so probably the newsegment events just need fixing.
Comment 3 Mark Nauwelaerts 2012-10-24 10:21:09 UTC
Is this still a problem nowadays ?  And if so, is sample available ?
Comment 4 Edward Hervey 2018-05-12 10:51:33 UTC
Closing due to lack of feedback for 9 years. Please re-open if you can reproduce the issue with current GStreamer.