[gst-devel] filesink problem with some colorspaces
Georg Holzmann
grh at mur.at
Thu Aug 16 20:32:34 CEST 2007
Hallo!
> In debug mode (GST_DEBUG=3) I get the following error:
More debug messages with GST_DEBUG=filesink:5 :
with RGBA colorspace (which works not correct):
-----------8<----------
0:00:03.900671000 11201 0x82b2cd8 DEBUG filesink
gstfilesink.c:330:gst_file_sink_do_seek:<sink_> Seeking to offset 0
using fseeko
0:00:03.900808000 11201 0x82b2cd8 DEBUG filesink
gstfilesink.c:248:gst_file_sink_open_file:<sink_> opened file
/home/holzi/Desktop/test.ogg, seekable 1
0:00:18.889022000 11201 0x82b2cd8 DEBUG filesink
gstfilesink.c:275:gst_file_sink_close_file:<sink_> closed file
-----------8<----------
with e.g. GRAY colorspace:
-----------8<----------
0:00:42.358019000 11201 0x82b2cd8 DEBUG filesink
gstfilesink.c:330:gst_file_sink_do_seek:<sink_> Seeking to offset 0
using fseeko
0:00:42.358098000 11201 0x82b2cd8 DEBUG filesink
gstfilesink.c:248:gst_file_sink_open_file:<sink_> opened file
/home/holzi/Desktop/test.ogg, seekable 1
0:00:44.528089000 11201 0x85d04a0 DEBUG filesink
gstfilesink.c:460:gst_file_sink_render:<sink_> writing 70 bytes at 0
0:00:44.528307000 11201 0x85d04a0 DEBUG filesink
gstfilesink.c:460:gst_file_sink_render:<sink_> writing 2726 bytes at 70
0:00:44.623589000 11201 0x85d04a0 DEBUG filesink
gstfilesink.c:460:gst_file_sink_render:<sink_> writing 4189 bytes at 2796
0:00:45.727246000 11201 0x85d04a0 DEBUG filesink
gstfilesink.c:460:gst_file_sink_render:<sink_> writing 2968 bytes at 6985
...
0:00:53.418790000 11201 0x82b2cd8 DEBUG filesink
gstfilesink.c:275:gst_file_sink_close_file:<sink_> closed file
-----------8<----------
So in the first version (RGBA) there are no writing debug messages ...
Thanks for any hint,
LG
Georg
More information about the gstreamer-devel
mailing list