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 539709 - thoggen failing to encode a dvd due to gstreamer plugin problem
thoggen failing to encode a dvd due to gstreamer plugin problem
Status: RESOLVED DUPLICATE of bug 539708
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other All
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-06-23 09:01 UTC by ogg.k.ogg.k
Modified: 2008-06-23 09:41 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description ogg.k.ogg.k 2008-06-23 09:01:26 UTC
Please describe the problem:
When using Thoggen to encode a particular DVD, I get a very large
timestamp from the video pad every time at the same place every time.
I've traced this to the sending of newsegment events from the mpeg2dec
element, which get passed to videorate, which them emits huge timestamps.
Thoggen then stops encoding.


Steps to reproduce:
1. Encode a DVD with Thoggen (my test case is Princess Mononoke)
2. Wait till 310 seconds of it are encoded
3. Watch the encoding stop


Actual results:
The encoding stops

Expected results:
The encoding goes on till the end of the title

Does this happen every time?
yes

Other information:
If I comment out the sending of newsegment from mpeg2dec, Thoggen goes
on till the end of the title, but at the place where it would have stopped,
I get a dozen or so seconds of crackling audio, which seems to be more or
less what it should be if it was not crackling. After it recovers, the sound
is still in sync.

I'm afraid I have no patch for it. I do not know whether the problem lies in
mpeg2dec, videorate, anything else, or even the dvd itself.
Comment 1 Sebastian Dröge (slomo) 2008-06-23 09:41:31 UTC

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