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 550454 - FLV demuxer screws up in Pitivi
FLV demuxer screws up in Pitivi
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-bad
git master
Other Linux
: Normal normal
: 0.10.10
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-09-02 12:59 UTC by Christian Fredrik Kalager Schaller
Modified: 2008-10-27 09:32 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Christian Fredrik Kalager Schaller 2008-09-02 12:59:45 UTC
Trying to edit (and transcode) a FLV movie in Pitivi. Trying to trim it I get the following error:

gstflvdemux.c(532): gst_flv_demux_loop (): /smartfilebin-file:///home/cschalle/Videos/love_beer.flv/file:///home/cschalle/Videos/love_beer.flv-2/decodebin20/flvdemux4:
Can't push EOS downstream (empty/invalid file with no streams/tags ?)

If I just try to transcode, Pitivi just crashes.
Comment 1 Sebastian Dröge (slomo) 2008-10-27 09:32:07 UTC
2008-10-27  Sebastian Dröge  <sebastian.droege@collabora.co.uk>

	* gst/flv/gstflvdemux.c: (gst_flv_demux_loop),
	(gst_flv_demux_find_offset), (gst_flv_demux_handle_seek_push),
	(gst_flv_demux_handle_seek_pull):
	Don't post an error message on the bus if sending EOS downstream
	didn't work. Fixes bug #550454.

	Fix seek event handling to look at the flags of the seek event
	instead of assuming some random flags, don't send segment-start
	messages when operating in push mode and push seek events upstream
	if we couldn't handle them.