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 335665 - MPEG2 transcoding fails
MPEG2 transcoding fails
Status: RESOLVED DUPLICATE of bug 335288
Product: GStreamer
Classification: Platform
Component: gst-plugins-ugly
git master
Other All
: Normal major
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-03-23 12:49 UTC by Christian Fredrik Kalager Schaller
Modified: 2006-03-23 17:54 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2006-03-23 12:49:22 UTC
Please describe the problem:
Pitivi fails to transcode a MPEG2 to Ogg. (Crazy Frog clip).

Getting this on the terminal.

[cschalle@localhost pitivi]$ pitivi
pitivi/ui/ruler.py:149: DeprecationWarning: integer argument expected, got float
 for i in range(self.border, allocation.width, zoomRatio):
Traceback (most recent call last):
  • File "pitivi/bin.py", line 223 in _newPadCb
    pad.link(self.vtee.get_pad("sink"))
gst.LinkError: <enum GST_PAD_LINK_NOFORMAT of type GstPadLinkReturn>


Steps to reproduce:


Actual results:


Expected results:


Does this happen every time?


Other information:
Comment 1 Christian Fredrik Kalager Schaller 2006-03-23 17:02:38 UTC


Thread NaN (LWP 2491)

  • #0 mpeg2_init_fbuf
    at slice.c line 1604
  • #1 mpeg2_header_slice_start
    at header.c line 851
  • #2 mpeg2_parse
    at decode.c line 159
  • #3 gst_mpeg2dec_chain
    at gstmpeg2dec.c line 871
  • #4 gst_pad_chain
    at gstpad.c line 3218
  • #5 gst_pad_push
    at gstpad.c line 3332
  • #6 gst_queue_loop
    at gstqueue.c line 762
  • #7 gst_task_func
    at gsttask.c line 193
  • #8 g_thread_pool_push
    from /usr/lib/libglib-2.0.so.0
  • #9 g_thread_create_full
    from /usr/lib/libglib-2.0.so.0
  • #10 start_thread
    from /lib/libpthread.so.0
  • #11 clone
    from /lib/libc.so.6

Comment 2 Christian Fredrik Kalager Schaller 2006-03-23 17:05:32 UTC
Re-assigned to gst-plugins-ugly as it is a mpeg2dec bug.
Comment 3 Wim Taymans 2006-03-23 17:54:05 UTC

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