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 531748 - remuxer.py example does not work
remuxer.py example does not work
Status: RESOLVED INVALID
Product: GStreamer
Classification: Platform
Component: gst-python
git master
Other Linux
: Normal normal
: git master
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-05-06 14:22 UTC by j^
Modified: 2011-05-19 07:24 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description j^ 2008-05-06 14:22:09 UTC
trying to cut a file with remuxer.py, latest version from cvs
http://webcvs.freedesktop.org/*checkout*/gstreamer/gst-python/examples/remuxer.py

i get an eror dialog and the output file is empty, here the output on the terminal

(remuxer.py:13600): GStreamer-CRITICAL **: gst_util_uint64_scale_int: assertion `denom > 0' failed

(remuxer.py:13600): GStreamer-CRITICAL **: gst_util_uint64_scale_int: assertion `denom > 0' failed
error <gst.Message GstMessageError, gerror=(GstGError)(NULL), debug=(string)"gstoggdemux.c\(3110\):\ gst_ogg_demux_loop\ \(\):\ /__main__+remuxer0/bin2/oggdemux1:\012stream\ stopped\,\ reason\ error"; from oggdemux1 at 0x8d0b2d0>

input file was created with ffmpeg2theora and has theora and vorbis stream.
Comment 1 Sebastian Dröge (slomo) 2008-05-06 17:18:05 UTC
For me it simply freezes with
Xlib: unexpected async reply (sequence 0x2ae5)!
after selecting a file ;)

Could you run it with G_DEBUG=fatal_warnings in gdb and get a backtrace of those criticals?
Comment 2 Andre Robatino 2008-09-03 12:40:42 UTC
I get the same error when running cheese - see my previous bug report at

https://bugzilla.redhat.com/show_bug.cgi?id=459759

I was advised to report this under the GStreamer component and the gst-plugins-good package if it was not already filed.  Please let me know if I should file this separately or if these two bugs are related and should be combined.
Comment 3 Edward Hervey 2008-09-03 13:05:47 UTC
Andre : what has remuxer.py got to do with Cheese ?
Comment 4 Andre Robatino 2008-09-03 13:30:52 UTC
Please understand that I have absolutely no understanding of what GStreamer is, and because of this it's not obvious to me whether the two bugs are related or not.  After doing a search for my error message (the assert failure), this bug was the only one that matched.
Comment 5 Edward Hervey 2008-09-03 13:44:28 UTC
Andre : Please open a new bug, with a link to the upstream redhat bugzilla item.
Comment 6 Sebastian Dröge (slomo) 2011-05-19 07:24:31 UTC
Closing as the requested information was not provided after more than two years.