|
View:
New views
1 Messages
—
Rating Filter:
Alert me
|
|
|
wxMediaCtrl Bug ?Hello,
Im developing in fedora core 9 a Linux Audio Player using wxWIdgets and when I load a vbr mp3 file I get a segmentation fault at gstreamer libs. [code] #0 0x0043e5d5 in g_type_check_is_value_type () from /lib/libgobject-2.0.so.0 #1 0x00444e50 in g_value_init () from /lib/libgobject-2.0.so.0 #2 0x008de89b in gst_structure_id_set_valist () from /usr/lib/libgstreamer-0.10.so.0 #3 0x008dea9f in gst_structure_id_set () from /usr/lib/libgstreamer-0.10.so.0 #4 0x008d93b7 in gst_query_set_duration () from /usr/lib/libgstreamer-0.10.so.0 #5 0x00b46f24 in ?? () from /usr/lib/libgstbase-0.10.so.0 #6 0x00b44d72 in ?? () from /usr/lib/libgstbase-0.10.so.0 #7 0x008c89e6 in gst_pad_query () from /usr/lib/libgstreamer-0.10.so.0 #8 0x008bc2d9 in ?? () from /usr/lib/libgstreamer-0.10.so.0 #9 0x008c89e6 in gst_pad_query () from /usr/lib/libgstreamer-0.10.so.0 #10 0x00a8a659 in gst_query_set_position () from /usr/lib/gstreamer-0.10/libgstcoreelements.so #11 0x008c89e6 in gst_pad_query () from /usr/lib/libgstreamer-0.10.so.0 #12 0x00aa05cb in ?? () from /usr/lib/libgsttag-0.10.so.0 #13 0x008c89e6 in gst_pad_query () from /usr/lib/libgstreamer-0.10.so.0 #14 0x008ecaaa in gst_pad_query_duration () from /usr/lib/libgstreamer-0.10.so.0 #15 0x008ecba1 in gst_pad_query_peer_duration () from /usr/lib/libgstreamer-0.10.so.0 #16 0x00b09b2e in gst_query_set_position () from /usr/lib/gstreamer-0.10/libgstmpegaudioparse.so #17 0x00b09dc8 in gst_query_set_position () from /usr/lib/gstreamer-0.10/libgstmpegaudioparse.so #18 0x00b0a0c2 in gst_query_set_position () from /usr/lib/gstreamer-0.10/libgstmpegaudioparse.so #19 0x00b09ddb in gst_query_set_position () from /usr/lib/gstreamer-0.10/libgstmpegaudioparse.so #20 0x00b0a0c2 in gst_query_set_position () from /usr/lib/gstreamer-0.10/libgstmpegaudioparse.so #21 0x00b09ddb in gst_query_set_position () from /usr/lib/gstreamer-0.10/libgstmpegaudioparse.so #22 0x00b0a0c2 in gst_query_set_position () from /usr/lib/gstreamer-0.10/libgstmpegaudioparse.so #23 0x00b09ddb in gst_query_set_position () from /usr/lib/gstreamer-0.10/libgstmpegaudioparse.so #24 0x00b0a0c2 in gst_query_set_position () from /usr/lib/gstreamer-0.10/libgstmpegaudioparse.so #25 0x00b09ddb in gst_query_set_position () from /usr/lib/gstreamer-0.10/libgstmpegaudioparse.so ... [/code] If I run the sample mediaplayer I reach the same segfault when I load the VBR mp3 so its not my app but the wxWidgets libs as with other app like audacious the same vbr mp3 file plays fine. Any ideas ? Thanks in advance Juan RIos _______________________________________________ wx-dev mailing list wx-dev@... http://lists.wxwidgets.org/mailman/listinfo/wx-dev |
| Free Forum Powered by Nabble | Forum Help |