Custom Query (1173 matches)
Results (286 - 288 of 1173)
| Ticket | Resolution | Summary | Owner | Reporter |
|---|---|---|---|---|
| #757 | fixed | Video upload ignored | ||
| Description |
I tried to upload this video : http://www.sturm.com.au/resources/stallman-software-freedom-day-low.ogv The WebUI says the upload is completed, but the video doesn't appear anywhere. Console output : 2013-08-28 19:09:28,976 DEBUG [mediagoblin.processing.task] Processing <MediaEntry 17: Test1> 2013-08-28 19:09:28,977 INFO [mediagoblin.media_types.video.transcoders] Initializing VideoTranscoder... 2013-08-28 19:09:28,977 INFO [mediagoblin.media_types.video.transcoders] Discovering /usr/src/mediagoblin/user_dev/media/queue/media_entries/34dde58d-58e0-47a5-a212-9f7bcacf7776/stallman-software-freedom-day-low.ogv 2013-08-28 19:09:28,981 CRITICA [mediagoblin.media_types.video.transcoders] Reached gobject timeout 2013-08-28 19:09:29,023 INFO [mediagoblin.media_types.video.transcoders] Terminating MainLoop 2013-08-28 19:09:29,025 DEBUG [mediagoblin.media_types.video.processing] Skipping transcoding 2013-08-28 19:09:29,111 INFO [mediagoblin.media_types.video.transcoders] playbin ready 2013-08-28 19:09:29,111 CRITICA [mediagoblin.media_types.video.transcoders] Could not get any video data from playbin /usr/src/mediagoblin/mediagoblin/media_types/video/transcoders.py:243: DeprecationWarning: integer argument expected, got float
2013-08-28 19:09:29,151 INFO [mediagoblin.media_types.video.transcoders] Could not seek. /usr/src/mediagoblin/mediagoblin/media_types/video/transcoders.py:243: DeprecationWarning: integer argument expected, got float
2013-08-28 19:09:29,151 INFO [mediagoblin.media_types.video.transcoders] Could not seek. /usr/src/mediagoblin/mediagoblin/media_types/video/transcoders.py:243: DeprecationWarning: integer argument expected, got float
2013-08-28 19:09:29,151 INFO [mediagoblin.media_types.video.transcoders] Could not seek. /usr/src/mediagoblin/mediagoblin/media_types/video/transcoders.py:243: DeprecationWarning: integer argument expected, got float
2013-08-28 19:09:29,152 INFO [mediagoblin.media_types.video.transcoders] Could not seek. /usr/src/mediagoblin/mediagoblin/media_types/video/transcoders.py:243: DeprecationWarning: integer argument expected, got float
2013-08-28 19:09:29,152 INFO [mediagoblin.media_types.video.transcoders] Could not seek. /usr/src/mediagoblin/mediagoblin/media_types/video/transcoders.py:243: DeprecationWarning: integer argument expected, got float
2013-08-28 19:09:29,152 INFO [mediagoblin.media_types.video.transcoders] Could not seek. /usr/src/mediagoblin/mediagoblin/media_types/video/transcoders.py:243: DeprecationWarning: integer argument expected, got float
2013-08-28 19:09:29,166 INFO [mediagoblin.media_types.video.transcoders] Seek successful, attaching buffer probe 2013-08-28 19:09:29,167 INFO [mediagoblin.media_types.video.transcoders] Attached buffer probes: {'fakesink4': 433L} 2013-08-28 19:09:29,167 INFO [mediagoblin.media_types.video.transcoders] Already processing thumbnail 2013-08-28 19:09:29,167 INFO [mediagoblin.media_types.video.transcoders] Already processing thumbnail 2013-08-28 19:09:29,167 INFO [mediagoblin.media_types.video.transcoders] Already processing thumbnail 2013-08-28 19:09:29,168 INFO [mediagoblin.media_types.video.transcoders] Already processing thumbnail 2013-08-28 19:09:29,168 INFO [mediagoblin.media_types.video.transcoders] Already processing thumbnail 2013-08-28 19:09:29,168 INFO [mediagoblin.media_types.video.transcoders] Already processing thumbnail 2013-08-28 19:09:29,168 INFO [mediagoblin.media_types.video.transcoders] Already processing thumbnail 2013-08-28 19:09:29,168 INFO [mediagoblin.media_types.video.transcoders] Already processing thumbnail 2013-08-28 19:09:29,169 INFO [mediagoblin.media_types.video.transcoders] Already processing thumbnail 2013-08-28 19:09:29,169 ERROR [mediagoblin.media_types.video.transcoders] thumbnail error: [<GError at 0x7fa1f805c130>, 'gsttheoradec.c(1228): theora_handle_data_packet (): /GstPipeline:pipeline4/GstDecodeBin:decodebin14/GstTheoraDec:theoradec5:\nno header sent yet'] 2013-08-28 19:09:29,169 ERROR [mediagoblin.media_types.video.transcoders] thumbnail error: [<GError at 0x7fa22402c9b0>, 'gstoggdemux.c(4467): gst_ogg_demux_loop (): /GstPipeline:pipeline4/GstDecodeBin:decodebin14/GstOggDemux:oggdemux5:\nstream stopped, reason error'] 2013-08-28 19:09:29,169 ERROR [mediagoblin.media_types.video.transcoders] Thumbnailing failed: [<GError at 0x7fa22402cac0>, 'gsttheoradec.c(1228): theora_handle_data_packet (): /GstPipeline:pipeline4/GstDecodeBin:decodebin14/GstTheoraDec:theoradec5:\nno header sent yet'] 2013-08-28 19:09:29,190 ERROR [mediagoblin.media_types.video.transcoders] Thumbnailing failed: [<GError at 0x7fa22402c980>, 'gstoggdemux.c(4467): gst_ogg_demux_loop (): /GstPipeline:pipeline4/GstDecodeBin:decodebin14/GstOggDemux:oggdemux5:\nstream stopped, reason error'] 2013-08-28 19:09:29,191 DEBUG [mediagoblin.media_types.video.processing] Saving thumbnail... |
|||
| #758 | fixed | Fix skip_transcoding | ||
| Description |
Fix bad copy/paste in the code. |
|||
| #761 | fixed | [Python 2.6] OrderedDict ImportError | ||
| Description |
When using Python 2.6, the
The source of error is in the Fortunately, we've ordereddict[3]. When I imported 'OrderedDict' from this module. Bingo, it worked[4]. A possible fix for this bug would be to first test whether importing OrderedDict from 'collections' doesn't throw an ImportError, if it does (meaning the user has Python 2.6), import OrderedDict from 'ordereddict'. [1]: http://pastebin.com/c06J5H7j [2]: In Python 2.6, there is no OrderedDict in 'collections'. [3]: https://pypi.python.org/pypi/ordereddict [4]: here is the diff http://pastebin.com/VYtQFW3a |
|||
