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 344336 - [a52dec] 'bad first access parameter' when seeking inside a VOB file
[a52dec] 'bad first access parameter' when seeking inside a VOB file
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
0.10.6
Other Linux
: Normal normal
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-06-08 21:26 UTC by jelmorini
Modified: 2009-08-10 23:46 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14



Description jelmorini 2006-06-08 21:26:29 UTC
The new GStreamer 0.10 is very powerful and stable. I have tested it with all kind of audio and video formats. 
Only the VOB files cause an error when I try to move the cursor from a position to another. I can play correctly VOB files only if I don't touch the cursor of Totem player. When I try to move the cursor forward or backward, or I use the menu functionality "jump to", an error message is displayed.
for me the error is displayed in italian:

"Errore interno nel flusso di dati"

translated in english is:

"Internal error in the data flow occured"

I have tried to start Totem with the --debug option, but nothing is displayed in the console window.
Comment 1 jelmorini 2006-06-08 21:29:09 UTC
My PC system:
=============

- Laptop intel 686 based
- 1GB RAM
- ATI MOBILE RADEON 9000 (64MB)
- OS Linux Ubuntu Dapper
Comment 2 Tim-Philipp Müller 2006-06-09 21:04:09 UTC
Could you run totem like this from the command line:

 $ export GST_DEBUG_NO_COLOR=1
 $ export GST_DEBUG=*:5
 $ totem /path/to/your/file.vob 2> dbg.log
 ... then try to produce the error and then exit totem ...

Then please run

 $ gzip dbg.log

and attach the resulting dbg.log.gz file to this bug report.
Comment 3 jelmorini 2006-06-10 15:15:02 UTC
Hi Tim-Philipp,

thank you for your answer.

I have followed your instructions, and I have the log file to send you.
The problem is that the filesize is 92.4MB. 
I have created a dbg.log.tar.bz2 archive with a filesize of 3.8MB, but with the "Create a New Attachment" option I'm not able to send you the file.
I have tried many times, but the bugzilla disconnect me from the site.

How can I send you the file? Have you perhaps an ftp folder where can I upload my log file?

Thank's you for help.


best regards
NJ
Comment 4 jelmorini 2006-06-11 15:09:40 UTC
Hi Tim-Philipp,

I have found a solution. 
You can download the log file fron this address:

http://provosa.tripod.com/DOCS/dbg.log.tar.bz2


Thank's one more time

NJ
Comment 5 jelmorini 2006-06-11 15:11:49 UTC
(In reply to comment #4)
> Hi Tim-Philipp,
> 
> I have found a solution. 
> You can download the log file fron this address:
> 
> http://provosa.tripod.com/DOCS/dbg.log.tar.bz2
> 
> 
> Thank's one more time
> 
> NJ
> 


Pardon me, wrong address that don't function.

This one is the right one:

http://provosa.tripod.com/DOCS/pubblicare_files.html

Comment 6 Tim-Philipp Müller 2006-08-07 14:05:01 UTC
From the log:

ERROR .... gst_a52dec_chain: Bad first access parameter in buffer

so looks like an a52dec problem of some sort.

Comment 7 jelmorini 2006-11-13 19:33:44 UTC
I have upgraded to Ubuntu Edgy with Totem 2.16.2 and GStreamer 0.10.10, but the bug here remain. I have tried to seek inside a VOB file, but Totem display this error:

in italian:
"Impossibile decodificare lo stream"

translated in english:
"Impossible to decode the stream"

This is a different error as before, but always an error.
Comment 8 jelmorini 2007-05-05 08:05:44 UTC
I have upgraded to Ubuntu Feisty with Totem 2.18.1 and GStreamer 0.10.12, but the
bug here remain.
Comment 9 Edward Hervey 2009-03-06 09:25:42 UTC
jelmorini... any chance this is fixed in latest releases ?
Comment 10 jelmorini 2009-03-07 08:54:49 UTC
I'm really sorry, but this bug was opened in 2006, and I have completely forgotten it.
And yes, this is fixed. The status of today (gnome 2.24.1) is: VOB files are correctly sought with Totem.