[avidemux] Doesn't handle files with large gaps between audio/video streams properly

Bug #516832 reported by Cristian Aravena Romero
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
GStreamer
Expired
Medium
gst-plugins-good0.10 (Ubuntu)
Triaged
Low
Unassigned

Bug Description

$ LANGUAGE=C GST_DEBUG_NO_COLOR=1 GST_DEBUG=*:2 totem 2> log
0:00:00.091962270 4404 0x99e0080 WARN pyplugin gstpythonplugin.c:343:plugin_init: Couldn't g_module_open libpython. Reason: /usr/lib/libpython2.6.so: cannot open shared object file: No such file or directory
0:00:00.092094409 4404 0x99e0080 WARN GST_PLUGIN_LOADING gstplugin.c:422:gst_plugin_register_func: plugin "/usr/lib/gstreamer-0.10/libgstpython.so" failed to initialise
0:00:00.093664162 4404 0x99e0080 WARN GST_PLUGIN_LOADING gstplugin.c:422:gst_plugin_register_func: plugin "/usr/lib/gstreamer-0.10/libgstladspa.so" failed to initialise

(totem:4403): GLib-GObject-WARNING **: value "10752000" of type `guint' is invalid or out of range for property `connection-speed' of type `guint'
0:00:05.426087788 4403 0x99e0080 WARN GST_SCHEDULING gstpad.c:4603:gst_pad_get_range:<source:src> getrange failed unexpected
0:00:05.426199813 4403 0x99e0080 WARN GST_SCHEDULING gstpad.c:4715:gst_pad_pull_range:<decodebin20:sink> pullrange failed unexpected
0:00:05.426238924 4403 0x99e0080 WARN GST_SCHEDULING gstpad.c:4603:gst_pad_get_range:<source:src> getrange failed unexpected
0:00:05.426270213 4403 0x99e0080 WARN GST_SCHEDULING gstpad.c:4715:gst_pad_pull_range:<decodebin20:sink> pullrange failed unexpected
0:00:05.426303737 4403 0x99e0080 WARN GST_SCHEDULING gstpad.c:4603:gst_pad_get_range:<source:src> getrange failed unexpected
0:00:05.426333629 4403 0x99e0080 WARN GST_SCHEDULING gstpad.c:4715:gst_pad_pull_range:<decodebin20:sink> pullrange failed unexpected
0:00:05.426366874 4403 0x99e0080 WARN GST_SCHEDULING gstpad.c:4603:gst_pad_get_range:<source:src> getrange failed unexpected
0:00:05.426396766 4403 0x99e0080 WARN GST_SCHEDULING gstpad.c:4715:gst_pad_pull_range:<decodebin20:sink> pullrange failed unexpected
0:00:05.426429731 4403 0x99e0080 WARN GST_SCHEDULING gstpad.c:4603:gst_pad_get_range:<source:src> getrange failed unexpected
0:00:05.426473591 4403 0x99e0080 WARN GST_SCHEDULING gstpad.c:4715:gst_pad_pull_range:<decodebin20:sink> pullrange failed unexpected
0:00:05.426507115 4403 0x99e0080 WARN GST_SCHEDULING gstpad.c:4603:gst_pad_get_range:<source:src> getrange failed unexpected
0:00:05.426537007 4403 0x99e0080 WARN GST_SCHEDULING gstpad.c:4715:gst_pad_pull_range:<decodebin20:sink> pullrange failed unexpected
0:00:05.426570251 4403 0x99e0080 WARN GST_SCHEDULING gstpad.c:4603:gst_pad_get_range:<source:src> getrange failed unexpected
0:00:05.426600702 4403 0x99e0080 WARN GST_SCHEDULING gstpad.c:4715:gst_pad_pull_range:<decodebin20:sink> pullrange failed unexpected
0:00:05.426633667 4403 0x99e0080 WARN GST_SCHEDULING gstpad.c:4603:gst_pad_get_range:<source:src> getrange failed unexpected
0:00:05.426663839 4403 0x99e0080 WARN GST_SCHEDULING gstpad.c:4715:gst_pad_pull_range:<decodebin20:sink> pullrange failed unexpected
0:00:05.426697083 4403 0x99e0080 WARN GST_SCHEDULING gstpad.c:4603:gst_pad_get_range:<source:src> getrange failed unexpected
0:00:05.426726975 4403 0x99e0080 WARN GST_SCHEDULING gstpad.c:4715:gst_pad_pull_range:<decodebin20:sink> pullrange failed unexpected
0:00:05.430748437 4403 0x99e0080 WARN GST_SCHEDULING gstpad.c:4603:gst_pad_get_range:<source:src> getrange failed unexpected
0:00:05.430823028 4403 0x99e0080 WARN GST_SCHEDULING gstpad.c:4715:gst_pad_pull_range:<decodebin20:sink> pullrange failed unexpected

$ ls /usr/lib/libpython2.6.s*
/usr/lib/libpython2.6.so.1 /usr/lib/libpython2.6.so.1.0

$ totem film.avi

(totem:4386): GLib-GObject-WARNING **: value "10752000" of type `guint' is invalid or out of range for property `connection-speed' of type `guint

$ LANGUAGE=C gst-launch-0.10 playbin2 uri=film.avi

(gst-launch-0.10:4230): GLib-WARNING **: g_set_prgname() called multiple times
Setting pipeline to PAUSED ...
ERROR: Pipeline doesn't want to pause.
ERROR: from element /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0: Invalid URI "Avatar(2009)TS SHQ 720p-[Spanish+Sub)-[ESDGAS].avi".
Additional debug info:
gsturidecodebin.c(889): gen_source_element (): /GstPlayBin2:playbin20/GstURIDecodeBin:uridecodebin0
Setting pipeline to NULL ...
Freeing pipeline ...

ProblemType: Bug
Architecture: i386
Date: Wed Feb 3 20:47:46 2010
DistroRelease: Ubuntu 9.10
ExecutablePath: /usr/bin/totem
NonfreeKernelModules: nvidia
Package: libgstreamer0.10-0 0.10.25-2
ProcEnviron:
 SHELL=/bin/bash
 LANG=es_CL.UTF-8
ProcVersionSignature: Ubuntu 2.6.31-18.55-generic
SourcePackage: gstreamer0.10
Uname: Linux 2.6.31-18-generic i686

Revision history for this message
Cristian Aravena Romero (caravena) wrote :
summary: - Don't play video - GST_SCHEDULING
- gstpad.c:4603:gst_pad_get_range:<source:src>
+ Don't play video - pyplugin gstpythonplugin.c:343:plugin_init: Couldn't
+ g_module_open libpython. Reason: /usr/lib/libpython2.6.so: cannot open
+ shared object file: No such file or directory
description: updated
Revision history for this message
Cristian Aravena Romero (caravena) wrote : Re: Don't play video - pyplugin gstpythonplugin.c:343:plugin_init: Couldn't g_module_open libpython. Reason: /usr/lib/libpython2.6.so: cannot open shared object file: No such file or directory

== Solution ==
$ls /usr/lib/libpython2.6.s* -lihsa
13004 0 lrwxrwxrwx 1 root root 19 2009-12-10 12:00 /usr/lib/libpython2.6.so.1 -> libpython2.6.so.1.0
19191 2,3M -rw-r--r-- 1 root root 2,3M 2009-12-07 16:38 /usr/lib/libpython2.6.so.1.0

# ln -s /usr/lib/libpython2.6.so.1.0 /usr/lib/libpython2.6.so

# ls -lihsa /usr/lib/libpython2.6.s*
 1144 0 lrwxrwxrwx 1 root root 28 2010-02-03 22:43 /usr/lib/libpython2.6.so -> /usr/lib/libpython2.6.so.1.0
13004 0 lrwxrwxrwx 1 root root 19 2009-12-10 12:00 /usr/lib/libpython2.6.so.1 -> libpython2.6.so.1.0
19191 2,3M -rw-r--r-- 1 root root 2,3M 2009-12-07 16:38 /usr/lib/libpython2.6.so.1.0

Revision history for this message
Cristian Aravena Romero (caravena) wrote :

Don't play video

Revision history for this message
Cristian Aravena Romero (caravena) wrote :

# ln -s /usr/lib/libpython2.6.so.1.0 /usr/lib/libpython2.6.so

Changed in gstreamer0.10 (Ubuntu):
status: New → Triaged
importance: Undecided → Low
affects: gstreamer0.10 (Ubuntu) → gst-plugins-good0.10 (Ubuntu)
Revision history for this message
Cristian Aravena Romero (caravena) wrote :
summary: - Don't play video - pyplugin gstpythonplugin.c:343:plugin_init: Couldn't
- g_module_open libpython. Reason: /usr/lib/libpython2.6.so: cannot open
- shared object file: No such file or directory
+ [avidemux] Doesn't handle files with large gaps between audio/video
+ streams properly
Changed in gstreamer:
importance: Unknown → Low
status: Unknown → Confirmed
Changed in gstreamer:
importance: Low → Medium
Changed in gstreamer:
status: Confirmed → Expired
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.