Getting Each h264 Frame

Timm Murray tmurray978 at gmail.com
Tue Jan 28 15:50:00 PST 2014


Thanks for the help so far!

OS is Gentoo on kernel 3.10.17.  GStreamer version is 0.10.36.

Here's the output from additional logging:

$ GST_DEBUG=filesrc:4,filesink:4,h264parse:4 gst-launch-0.10 -v filesrc
location=in.h264 ! h264parse ! filesink location=out.h264
0:00:00.027504440  2785       0x92a930 INFO   
             filesrc gstfilesrc.c:374:gst_file_src_set_location:
filename : in.h264
0:00:00.027580219  2785       0x92a930 INFO   
             filesrc gstfilesrc.c:375:gst_file_src_set_location:
uri      : file:///home/tmurray/vid_notes/in.h264
0:00:00.028748686  2785       0x92a930 INFO   
            filesink
gstfilesink.c:301:gst_file_sink_set_location: filename : out.h264
0:00:00.028763353  2785       0x92a930 INFO   
            filesink
gstfilesink.c:302:gst_file_sink_set_location: uri      :
file:///home/tmurray/vid_notes/out.h264
Setting pipeline to PAUSED ...
0:00:00.029182339  2785       0x92a930 DEBUG  
            filesink
gstfilesink.c:517:gst_file_sink_do_seek:<filesink0> Seeking to offset
0 using fseeko
0:00:00.029202873  2785       0x92a930 DEBUG  
            filesink
gstfilesink.c:419:gst_file_sink_open_file:<filesink0> opened file
out.h264, seekable 1
0:00:00.029662926  2785       0x92a930 INFO   
             filesrc
gstfilesrc.c:969:gst_file_src_start:<filesrc0> opening file in.h264
0:00:00.029696660  2785       0x92a930 INFO   
             filesrc
gstfilesrc.c:969:gst_file_src_start:<filesrc0> opening file in.h264
0:00:00.029720127  2785       0x92a930 DEBUG  
           h264parse
gsth264parse.c:230:gst_h264_parse_start:<h264parse0> start
0:00:00.029733327  2785       0x92a930 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
Pipeline is PREROLLING ...
0:00:00.030621656  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:337:gst_h264_parse_negotiate:<h264parse0> allowed caps:
video/x-h264, parsed=(boolean)true, stream-format=(string){ avc,
byte-stream }, alignment=(string){ au, nal }
0:00:00.030730680  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:345:gst_h264_parse_negotiate:<h264parse0> negotiating
with caps: video/x-h264, parsed=(boolean)true, stream-format=(string){ avc,
byte-stream }, alignment=(string){ au, nal }
0:00:00.030801570  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:294:gst_h264_parse_format_from_caps: parsing caps:
video/x-h264, parsed=(boolean)true, stream-format=(string)avc,
alignment=(string)au
0:00:00.030837260  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:372:gst_h264_parse_negotiate:<h264parse0> selected
format avc, alignment au
0:00:00.030857794  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.030878327  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:689:gst_h264_parse_check_valid_frame:<h264parse0> last
parse position 0
0:00:00.030908150  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:726:gst_h264_parse_check_valid_frame:<h264parse0>
complete nal (offset, size): (4, 10)
0:00:00.030946284  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:778:gst_h264_parse_check_valid_frame:<h264parse0>
0x7f8774002800 complete nal found. Off: 4, Size: 10
0:00:00.030970240  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:461:gst_h264_parse_process_nal:<h264parse0> processing
nal of type 7, size 10
0:00:00.031039664  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:467:gst_h264_parse_process_nal:<h264parse0> triggering
src caps check
0:00:00.031058731  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:414:gst_h264_parser_store_nal:<h264parse0> storing sps 0
0:00:00.031097843  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:385:gst_h264_parse_wrap_nal:<h264parse0> nal length 10
0:00:00.031120332  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:606:gst_h264_parse_collect_nal:<h264parse0> parsing
collected nal
0:00:00.031139888  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:814:gst_h264_parse_check_valid_frame:<h264parse0>
Looking for more
0:00:00.031158466  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:726:gst_h264_parse_check_valid_frame:<h264parse0>
complete nal (offset, size): (18, 6)
0:00:00.031177044  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:778:gst_h264_parse_check_valid_frame:<h264parse0>
0x7f8774002800 complete nal found. Off: 18, Size: 6
0:00:00.031196600  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:461:gst_h264_parse_process_nal:<h264parse0> processing
nal of type 8, size 6
0:00:00.031225934  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:484:gst_h264_parse_process_nal:<h264parse0> triggering
src caps check
0:00:00.031244512  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:418:gst_h264_parser_store_nal:<h264parse0> storing pps 0
0:00:00.031264557  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:385:gst_h264_parse_wrap_nal:<h264parse0> nal length 6
0:00:00.031285580  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:606:gst_h264_parse_collect_nal:<h264parse0> parsing
collected nal
0:00:00.031364781  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:814:gst_h264_parse_check_valid_frame:<h264parse0>
Looking for more
0:00:00.031447894  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:726:gst_h264_parse_check_valid_frame:<h264parse0>
complete nal (offset, size): (28, 12229)
0:00:00.031466472  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:778:gst_h264_parse_check_valid_frame:<h264parse0>
0x7f8774002800 complete nal found. Off: 28, Size: 12229
0:00:00.031486028  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:461:gst_h264_parse_process_nal:<h264parse0> processing
nal of type 5, size 12229
0:00:00.031505095  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:540:gst_h264_parse_process_nal:<h264parse0>
first_mb_in_slice = 0
0:00:00.031522695  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:543:gst_h264_parse_process_nal:<h264parse0> frame
start: 1
0:00:00.031549096  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:553:gst_h264_parse_process_nal:<h264parse0> parse
result 0, first MB: 0, slice type: 2
0:00:00.031571585  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:570:gst_h264_parse_process_nal:<h264parse0> marking IDR
in frame at offset 24
0:00:00.031589674  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:385:gst_h264_parse_wrap_nal:<h264parse0> nal length
12229
0:00:00.031626831  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:606:gst_h264_parse_collect_nal:<h264parse0> parsing
collected nal
0:00:00.031728033  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:1031:gst_h264_parse_update_src_caps:<h264parse0> sps:
0x7f877d504010
0:00:00.031749055  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:874:gst_h264_parse_make_codec_data:<h264parse0>
constructing codec_data: num_sps=1, num_pps=1
0:00:00.031780834  2785       0x7b2630 INFO   
           h264parse
gsth264parse.c:1056:gst_h264_parse_update_src_caps:<h264parse0>
resolution changed 640x360
/GstPipeline:pipeline0/GstH264Parse:h264parse0.GstPad:src: caps =
video/x-h264, width=(int)640, height=(int)360, parsed=(boolean)true,
stream-format=(string)avc, alignment=(string)au,
codec_data=(buffer)0142801effe1000a6742801e8b680a02f79501000668ce01a87720
0:00:00.032037994  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:1172:gst_h264_parse_get_timestamp:<h264parse0> unable
to compute timestamp: timing info not present
0:00:00.032147507  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
/GstPipeline:pipeline0/GstFileSink:filesink0.GstPad:sink: caps =
video/x-h264, width=(int)640, height=(int)360, parsed=(boolean)true,
stream-format=(string)avc, alignment=(string)au,
codec_data=(buffer)0142801effe1000a6742801e8b680a02f79501000668ce01a87720
0:00:00.032394890  2785       0x7b2630 DEBUG  
            filesink
gstfilesink.c:589:gst_file_sink_event:<filesink0> Ignored NEWSEGMENT
event of format 3 (time)
Pipeline is PREROLLED ...
Setting pipeline to PLAYING ...
0:00:00.032940500  2785       0x7b2630 DEBUG  
            filesink
gstfilesink.c:656:gst_file_sink_render:<filesink0> writing 12257 bytes
at 0
New clock: GstSystemClock
0:00:00.033078859  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.033102815  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:689:gst_h264_parse_check_valid_frame:<h264parse0> last
parse position 0
0:00:00.033133126  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:726:gst_h264_parse_check_valid_frame:<h264parse0>
complete nal (offset, size): (4, 2594)
0:00:00.033152682  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:778:gst_h264_parse_check_valid_frame:<h264parse0>
0x7f8774002800 complete nal found. Off: 4, Size: 2594
0:00:00.033174194  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:461:gst_h264_parse_process_nal:<h264parse0> processing
nal of type 1, size 2594
0:00:00.033193750  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:540:gst_h264_parse_process_nal:<h264parse0>
first_mb_in_slice = 0
0:00:00.033211839  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:543:gst_h264_parse_process_nal:<h264parse0> frame
start: 1
0:00:00.033235306  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:553:gst_h264_parse_process_nal:<h264parse0> parse
result 0, first MB: 0, slice type: 0
0:00:00.033254862  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:385:gst_h264_parse_wrap_nal:<h264parse0> nal length 2594
0:00:00.033280285  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:606:gst_h264_parse_collect_nal:<h264parse0> parsing
collected nal
0:00:00.033311085  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:1172:gst_h264_parse_get_timestamp:<h264parse0> unable
to compute timestamp: timing info not present
0:00:00.033338464  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.033366820  2785       0x7b2630 DEBUG  
            filesink
gstfilesink.c:656:gst_file_sink_render:<filesink0> writing 2598 bytes
at 12257
0:00:00.033460199  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.033488066  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:689:gst_h264_parse_check_valid_frame:<h264parse0> last
parse position 0
0:00:00.033514467  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:726:gst_h264_parse_check_valid_frame:<h264parse0>
complete nal (offset, size): (4, 2330)
0:00:00.033536956  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:778:gst_h264_parse_check_valid_frame:<h264parse0>
0x7f8774002800 complete nal found. Off: 4, Size: 2330
0:00:00.033556512  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:461:gst_h264_parse_process_nal:<h264parse0> processing
nal of type 1, size 2330
0:00:00.033575090  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:540:gst_h264_parse_process_nal:<h264parse0>
first_mb_in_slice = 0
0:00:00.033592691  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:543:gst_h264_parse_process_nal:<h264parse0> frame
start: 1
0:00:00.033612735  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:553:gst_h264_parse_process_nal:<h264parse0> parse
result 0, first MB: 0, slice type: 0
0:00:00.033631803  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:385:gst_h264_parse_wrap_nal:<h264parse0> nal length 2330
0:00:00.033654781  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:606:gst_h264_parse_collect_nal:<h264parse0> parsing
collected nal
0:00:00.033692426  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:1172:gst_h264_parse_get_timestamp:<h264parse0> unable
to compute timestamp: timing info not present
0:00:00.033714426  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.033737893  2785       0x7b2630 DEBUG  
            filesink
gstfilesink.c:656:gst_file_sink_render:<filesink0> writing 2334 bytes
at 14855
0:00:00.033813184  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.033831762  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:689:gst_h264_parse_check_valid_frame:<h264parse0> last
parse position 0
0:00:00.033866474  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:726:gst_h264_parse_check_valid_frame:<h264parse0>
complete nal (offset, size): (4, 5462)
0:00:00.033885052  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:778:gst_h264_parse_check_valid_frame:<h264parse0>
0x7f8774002800 complete nal found. Off: 4, Size: 5462
0:00:00.033904608  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:461:gst_h264_parse_process_nal:<h264parse0> processing
nal of type 1, size 5462
0:00:00.033945675  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:540:gst_h264_parse_process_nal:<h264parse0>
first_mb_in_slice = 0
0:00:00.033963276  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:543:gst_h264_parse_process_nal:<h264parse0> frame
start: 1
0:00:00.033983320  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:553:gst_h264_parse_process_nal:<h264parse0> parse
result 0, first MB: 0, slice type: 0
0:00:00.034005810  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:385:gst_h264_parse_wrap_nal:<h264parse0> nal length 5462
0:00:00.034038077  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:606:gst_h264_parse_collect_nal:<h264parse0> parsing
collected nal
0:00:00.034066922  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:1172:gst_h264_parse_get_timestamp:<h264parse0> unable
to compute timestamp: timing info not present
0:00:00.034088434  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.034111901  2785       0x7b2630 DEBUG  
            filesink
gstfilesink.c:656:gst_file_sink_render:<filesink0> writing 5466 bytes
at 17189
0:00:00.034208702  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.034228258  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:689:gst_h264_parse_check_valid_frame:<h264parse0> last
parse position 0
0:00:00.034251726  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:726:gst_h264_parse_check_valid_frame:<h264parse0>
complete nal (offset, size): (4, 1441)
0:00:00.034269815  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:778:gst_h264_parse_check_valid_frame:<h264parse0>
0x7f8774002800 complete nal found. Off: 4, Size: 1441
0:00:00.034289371  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:461:gst_h264_parse_process_nal:<h264parse0> processing
nal of type 1, size 1441
0:00:00.034307460  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:540:gst_h264_parse_process_nal:<h264parse0>
first_mb_in_slice = 0
0:00:00.034325549  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:543:gst_h264_parse_process_nal:<h264parse0> frame
start: 1
0:00:00.034345105  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:553:gst_h264_parse_process_nal:<h264parse0> parse
result 0, first MB: 0, slice type: 0
0:00:00.034363683  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:385:gst_h264_parse_wrap_nal:<h264parse0> nal length 1441
0:00:00.034386661  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:606:gst_h264_parse_collect_nal:<h264parse0> parsing
collected nal
0:00:00.034416484  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:1172:gst_h264_parse_get_timestamp:<h264parse0> unable
to compute timestamp: timing info not present
0:00:00.034437507  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.034461463  2785       0x7b2630 DEBUG  
            filesink
gstfilesink.c:656:gst_file_sink_render:<filesink0> writing 1445 bytes
at 22655
0:00:00.034541153  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.034559243  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:689:gst_h264_parse_check_valid_frame:<h264parse0> last
parse position 0
0:00:00.034586621  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:726:gst_h264_parse_check_valid_frame:<h264parse0>
complete nal (offset, size): (4, 2732)
0:00:00.034605199  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:778:gst_h264_parse_check_valid_frame:<h264parse0>
0x7f8774002800 complete nal found. Off: 4, Size: 2732
0:00:00.034624266  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:461:gst_h264_parse_process_nal:<h264parse0> processing
nal of type 1, size 2732
0:00:00.034651644  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:540:gst_h264_parse_process_nal:<h264parse0>
first_mb_in_slice = 0
0:00:00.034669734  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:543:gst_h264_parse_process_nal:<h264parse0> frame
start: 1
0:00:00.034689778  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:553:gst_h264_parse_process_nal:<h264parse0> parse
result 0, first MB: 0, slice type: 0
0:00:00.034708357  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:385:gst_h264_parse_wrap_nal:<h264parse0> nal length 2732
0:00:00.034731335  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:606:gst_h264_parse_collect_nal:<h264parse0> parsing
collected nal
0:00:00.034761158  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:1172:gst_h264_parse_get_timestamp:<h264parse0> unable
to compute timestamp: timing info not present
0:00:00.034782669  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.034806136  2785       0x7b2630 DEBUG  
            filesink
gstfilesink.c:656:gst_file_sink_render:<filesink0> writing 2736 bytes
at 24100
0:00:00.034874582  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.034893160  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:689:gst_h264_parse_check_valid_frame:<h264parse0> last
parse position 0
0:00:00.034967962  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:726:gst_h264_parse_check_valid_frame:<h264parse0>
complete nal (offset, size): (4, 2915)
0:00:00.034987517  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:778:gst_h264_parse_check_valid_frame:<h264parse0>
0x7f8774002800 complete nal found. Off: 4, Size: 2915
0:00:00.035009029  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:461:gst_h264_parse_process_nal:<h264parse0> processing
nal of type 1, size 2915
0:00:00.035028096  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:540:gst_h264_parse_process_nal:<h264parse0>
first_mb_in_slice = 0
0:00:00.035045696  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:543:gst_h264_parse_process_nal:<h264parse0> frame
start: 1
0:00:00.035065741  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:553:gst_h264_parse_process_nal:<h264parse0> parse
result 0, first MB: 0, slice type: 0
0:00:00.035084808  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:385:gst_h264_parse_wrap_nal:<h264parse0> nal length 2915
0:00:00.035107298  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:606:gst_h264_parse_collect_nal:<h264parse0> parsing
collected nal
0:00:00.035139565  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:1172:gst_h264_parse_get_timestamp:<h264parse0> unable
to compute timestamp: timing info not present
0:00:00.035161076  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.035185521  2785       0x7b2630 DEBUG  
            filesink
gstfilesink.c:656:gst_file_sink_render:<filesink0> writing 2919 bytes
at 26836
0:00:00.035279879  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.035306768  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:689:gst_h264_parse_check_valid_frame:<h264parse0> last
parse position 0
0:00:00.035336591  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:726:gst_h264_parse_check_valid_frame:<h264parse0>
complete nal (offset, size): (4, 3456)
0:00:00.035355658  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:778:gst_h264_parse_check_valid_frame:<h264parse0>
0x7f8774002800 complete nal found. Off: 4, Size: 3456
0:00:00.035375214  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:461:gst_h264_parse_process_nal:<h264parse0> processing
nal of type 1, size 3456
0:00:00.035393792  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:540:gst_h264_parse_process_nal:<h264parse0>
first_mb_in_slice = 0
0:00:00.035411881  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:543:gst_h264_parse_process_nal:<h264parse0> frame
start: 1
0:00:00.035431926  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:553:gst_h264_parse_process_nal:<h264parse0> parse
result 0, first MB: 0, slice type: 0
0:00:00.035451482  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:385:gst_h264_parse_wrap_nal:<h264parse0> nal length 3456
0:00:00.035474460  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:606:gst_h264_parse_collect_nal:<h264parse0> parsing
collected nal
0:00:00.035505750  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:1172:gst_h264_parse_get_timestamp:<h264parse0> unable
to compute timestamp: timing info not present
0:00:00.035527261  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.035550728  2785       0x7b2630 DEBUG  
            filesink
gstfilesink.c:656:gst_file_sink_render:<filesink0> writing 3460 bytes
at 29755
0:00:00.035619174  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.035638241  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:689:gst_h264_parse_check_valid_frame:<h264parse0> last
parse position 0
0:00:00.035666597  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:726:gst_h264_parse_check_valid_frame:<h264parse0>
complete nal (offset, size): (4, 3306)
0:00:00.035685175  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:778:gst_h264_parse_check_valid_frame:<h264parse0>
0x7f8774002800 complete nal found. Off: 4, Size: 3306
0:00:00.035704242  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:461:gst_h264_parse_process_nal:<h264parse0> processing
nal of type 1, size 3306
0:00:00.035722821  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:540:gst_h264_parse_process_nal:<h264parse0>
first_mb_in_slice = 0
0:00:00.035740421  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:543:gst_h264_parse_process_nal:<h264parse0> frame
start: 1
0:00:00.035759977  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:553:gst_h264_parse_process_nal:<h264parse0> parse
result 0, first MB: 0, slice type: 0
0:00:00.035778555  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:385:gst_h264_parse_wrap_nal:<h264parse0> nal length 3306
0:00:00.035801044  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:606:gst_h264_parse_collect_nal:<h264parse0> parsing
collected nal
0:00:00.035869490  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:1172:gst_h264_parse_get_timestamp:<h264parse0> unable
to compute timestamp: timing info not present
0:00:00.035891490  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.035940869  2785       0x7b2630 DEBUG  
            filesink
gstfilesink.c:656:gst_file_sink_render:<filesink0> writing 3310 bytes
at 33215
0:00:00.036023493  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.036044027  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:689:gst_h264_parse_check_valid_frame:<h264parse0> last
parse position 0
0:00:00.036072383  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:726:gst_h264_parse_check_valid_frame:<h264parse0>
complete nal (offset, size): (4, 3262)
0:00:00.036090961  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:778:gst_h264_parse_check_valid_frame:<h264parse0>
0x7f8774002800 complete nal found. Off: 4, Size: 3262
0:00:00.036110028  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:461:gst_h264_parse_process_nal:<h264parse0> processing
nal of type 1, size 3262
0:00:00.036128606  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:540:gst_h264_parse_process_nal:<h264parse0>
first_mb_in_slice = 0
0:00:00.036146206  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:543:gst_h264_parse_process_nal:<h264parse0> frame
start: 1
0:00:00.036165762  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:553:gst_h264_parse_process_nal:<h264parse0> parse
result 0, first MB: 0, slice type: 0
0:00:00.036184341  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:385:gst_h264_parse_wrap_nal:<h264parse0> nal length 3262
0:00:00.036206830  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:606:gst_h264_parse_collect_nal:<h264parse0> parsing
collected nal
0:00:00.036237630  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:1172:gst_h264_parse_get_timestamp:<h264parse0> unable
to compute timestamp: timing info not present
0:00:00.036260609  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.036284076  2785       0x7b2630 DEBUG  
            filesink
gstfilesink.c:656:gst_file_sink_render:<filesink0> writing 3266 bytes
at 36525
0:00:00.036403856  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.036422923  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:689:gst_h264_parse_check_valid_frame:<h264parse0> last
parse position 0
0:00:00.036451279  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:726:gst_h264_parse_check_valid_frame:<h264parse0>
complete nal (offset, size): (4, 3333)
0:00:00.036469368  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:778:gst_h264_parse_check_valid_frame:<h264parse0>
0x7f8774002800 complete nal found. Off: 4, Size: 3333
0:00:00.036488435  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:461:gst_h264_parse_process_nal:<h264parse0> processing
nal of type 1, size 3333
0:00:00.036507013  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:540:gst_h264_parse_process_nal:<h264parse0>
first_mb_in_slice = 0
0:00:00.036533414  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:543:gst_h264_parse_process_nal:<h264parse0> frame
start: 1
0:00:00.036553948  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:553:gst_h264_parse_process_nal:<h264parse0> parse
result 0, first MB: 0, slice type: 0
0:00:00.036573504  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:385:gst_h264_parse_wrap_nal:<h264parse0> nal length 3333
0:00:00.036596482  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:606:gst_h264_parse_collect_nal:<h264parse0> parsing
collected nal
0:00:00.036628749  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:1172:gst_h264_parse_get_timestamp:<h264parse0> unable
to compute timestamp: timing info not present
0:00:00.036650749  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.036673728  2785       0x7b2630 DEBUG  
            filesink
gstfilesink.c:656:gst_file_sink_render:<filesink0> writing 3337 bytes
at 39791
0:00:00.036763685  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.036782263  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:689:gst_h264_parse_check_valid_frame:<h264parse0> last
parse position 0
0:00:00.036812575  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:726:gst_h264_parse_check_valid_frame:<h264parse0>
complete nal (offset, size): (4, 3824)
0:00:00.036830664  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:778:gst_h264_parse_check_valid_frame:<h264parse0>
0x7f8774002800 complete nal found. Off: 4, Size: 3824
0:00:00.036850220  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:461:gst_h264_parse_process_nal:<h264parse0> processing
nal of type 1, size 3824
0:00:00.036868798  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:540:gst_h264_parse_process_nal:<h264parse0>
first_mb_in_slice = 0
0:00:00.036886887  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:543:gst_h264_parse_process_nal:<h264parse0> frame
start: 1
0:00:00.036910354  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:553:gst_h264_parse_process_nal:<h264parse0> parse
result 0, first MB: 0, slice type: 0
0:00:00.036951911  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:385:gst_h264_parse_wrap_nal:<h264parse0> nal length 3824
0:00:00.036974400  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:606:gst_h264_parse_collect_nal:<h264parse0> parsing
collected nal
0:00:00.037006179  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:1172:gst_h264_parse_get_timestamp:<h264parse0> unable
to compute timestamp: timing info not present
0:00:00.037030623  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.037055068  2785       0x7b2630 DEBUG  
            filesink
gstfilesink.c:656:gst_file_sink_render:<filesink0> writing 3828 bytes
at 43128
0:00:00.037167515  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.037186093  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:689:gst_h264_parse_check_valid_frame:<h264parse0> last
parse position 0
0:00:00.037223738  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:726:gst_h264_parse_check_valid_frame:<h264parse0>
complete nal (offset, size): (4, 3514)
0:00:00.037242805  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:778:gst_h264_parse_check_valid_frame:<h264parse0>
0x7f8774002800 complete nal found. Off: 4, Size: 3514
0:00:00.037261872  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:461:gst_h264_parse_process_nal:<h264parse0> processing
nal of type 1, size 3514
0:00:00.037280450  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:540:gst_h264_parse_process_nal:<h264parse0>
first_mb_in_slice = 0
0:00:00.037297562  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:543:gst_h264_parse_process_nal:<h264parse0> frame
start: 1
0:00:00.037317607  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:553:gst_h264_parse_process_nal:<h264parse0> parse
result 0, first MB: 0, slice type: 0
0:00:00.037336185  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:385:gst_h264_parse_wrap_nal:<h264parse0> nal length 3514
0:00:00.037358185  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:606:gst_h264_parse_collect_nal:<h264parse0> parsing
collected nal
0:00:00.037390941  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:1172:gst_h264_parse_get_timestamp:<h264parse0> unable
to compute timestamp: timing info not present
0:00:00.037412942  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.037436409  2785       0x7b2630 DEBUG  
            filesink
gstfilesink.c:656:gst_file_sink_render:<filesink0> writing 3518 bytes
at 46956
0:00:00.037542500  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.037561567  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:689:gst_h264_parse_check_valid_frame:<h264parse0> last
parse position 0
0:00:00.037591390  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:726:gst_h264_parse_check_valid_frame:<h264parse0>
complete nal (offset, size): (4, 3894)
0:00:00.037609968  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:778:gst_h264_parse_check_valid_frame:<h264parse0>
0x7f8774002800 complete nal found. Off: 4, Size: 3894
0:00:00.037629524  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:461:gst_h264_parse_process_nal:<h264parse0> processing
nal of type 1, size 3894
0:00:00.037648102  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:540:gst_h264_parse_process_nal:<h264parse0>
first_mb_in_slice = 0
0:00:00.037665213  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:543:gst_h264_parse_process_nal:<h264parse0> frame
start: 1
0:00:00.037685258  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:553:gst_h264_parse_process_nal:<h264parse0> parse
result 0, first MB: 0, slice type: 0
0:00:00.037704325  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:385:gst_h264_parse_wrap_nal:<h264parse0> nal length 3894
0:00:00.037726326  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:606:gst_h264_parse_collect_nal:<h264parse0> parsing
collected nal
0:00:00.037765438  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:1172:gst_h264_parse_get_timestamp:<h264parse0> unable
to compute timestamp: timing info not present
0:00:00.037787927  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.037811394  2785       0x7b2630 DEBUG  
            filesink
gstfilesink.c:656:gst_file_sink_render:<filesink0> writing 3898 bytes
at 50474
0:00:00.037890596  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.037933130  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:689:gst_h264_parse_check_valid_frame:<h264parse0> last
parse position 0
0:00:00.037962464  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:726:gst_h264_parse_check_valid_frame:<h264parse0>
complete nal (offset, size): (4, 3414)
0:00:00.037981531  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:778:gst_h264_parse_check_valid_frame:<h264parse0>
0x7f8774002800 complete nal found. Off: 4, Size: 3414
0:00:00.038001575  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:461:gst_h264_parse_process_nal:<h264parse0> processing
nal of type 1, size 3414
0:00:00.038023087  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:540:gst_h264_parse_process_nal:<h264parse0>
first_mb_in_slice = 0
0:00:00.038040687  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:543:gst_h264_parse_process_nal:<h264parse0> frame
start: 1
0:00:00.038060732  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:553:gst_h264_parse_process_nal:<h264parse0> parse
result 0, first MB: 0, slice type: 0
0:00:00.038079310  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:385:gst_h264_parse_wrap_nal:<h264parse0> nal length 3414
0:00:00.038101800  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:606:gst_h264_parse_collect_nal:<h264parse0> parsing
collected nal
0:00:00.038123311  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:1172:gst_h264_parse_get_timestamp:<h264parse0> unable
to compute timestamp: timing info not present
0:00:00.038145312  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.038168779  2785       0x7b2630 DEBUG  
            filesink
gstfilesink.c:656:gst_file_sink_render:<filesink0> writing 3418 bytes
at 54372
0:00:00.038274870  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.038293448  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:689:gst_h264_parse_check_valid_frame:<h264parse0> last
parse position 0
0:00:00.038313004  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:726:gst_h264_parse_check_valid_frame:<h264parse0>
complete nal (offset, size): (4, 10)
0:00:00.038331582  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:778:gst_h264_parse_check_valid_frame:<h264parse0>
0x7f8774002800 complete nal found. Off: 4, Size: 10
0:00:00.038350649  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:461:gst_h264_parse_process_nal:<h264parse0> processing
nal of type 7, size 10
0:00:00.038374116  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:467:gst_h264_parse_process_nal:<h264parse0> triggering
src caps check
0:00:00.038400516  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:414:gst_h264_parser_store_nal:<h264parse0> storing sps 0
0:00:00.038422028  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:385:gst_h264_parse_wrap_nal:<h264parse0> nal length 10
0:00:00.038442562  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:606:gst_h264_parse_collect_nal:<h264parse0> parsing
collected nal
0:00:00.038461140  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:814:gst_h264_parse_check_valid_frame:<h264parse0>
Looking for more
0:00:00.038479229  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:726:gst_h264_parse_check_valid_frame:<h264parse0>
complete nal (offset, size): (18, 6)
0:00:00.038497807  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:778:gst_h264_parse_check_valid_frame:<h264parse0>
0x7f8774002800 complete nal found. Off: 18, Size: 6
0:00:00.038516874  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:461:gst_h264_parse_process_nal:<h264parse0> processing
nal of type 8, size 6
0:00:00.038539852  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:484:gst_h264_parse_process_nal:<h264parse0> triggering
src caps check
0:00:00.038557453  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:418:gst_h264_parser_store_nal:<h264parse0> storing pps 0
0:00:00.038578475  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:385:gst_h264_parse_wrap_nal:<h264parse0> nal length 6
0:00:00.038599009  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:606:gst_h264_parse_collect_nal:<h264parse0> parsing
collected nal
0:00:00.038674300  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:814:gst_h264_parse_check_valid_frame:<h264parse0>
Looking for more
0:00:00.038754479  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:726:gst_h264_parse_check_valid_frame:<h264parse0>
complete nal (offset, size): (28, 12761)
0:00:00.038773546  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:778:gst_h264_parse_check_valid_frame:<h264parse0>
0x7f8774002800 complete nal found. Off: 28, Size: 12761
0:00:00.038793102  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:461:gst_h264_parse_process_nal:<h264parse0> processing
nal of type 5, size 12761
0:00:00.038811680  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:540:gst_h264_parse_process_nal:<h264parse0>
first_mb_in_slice = 0
0:00:00.038829280  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:543:gst_h264_parse_process_nal:<h264parse0> frame
start: 1
0:00:00.038850303  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:553:gst_h264_parse_process_nal:<h264parse0> parse
result 0, first MB: 0, slice type: 2
0:00:00.038869370  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:570:gst_h264_parse_process_nal:<h264parse0> marking IDR
in frame at offset 24
0:00:00.038887459  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:385:gst_h264_parse_wrap_nal:<h264parse0> nal length
12761
0:00:00.038940260  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:606:gst_h264_parse_collect_nal:<h264parse0> parsing
collected nal
0:00:00.038977416  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:1031:gst_h264_parse_update_src_caps:<h264parse0> sps:
0x7f877d504010
0:00:00.039006261  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:874:gst_h264_parse_make_codec_data:<h264parse0>
constructing codec_data: num_sps=1, num_pps=1
0:00:00.039035106  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:1172:gst_h264_parse_get_timestamp:<h264parse0> unable
to compute timestamp: timing info not present
0:00:00.039065907  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.039090841  2785       0x7b2630 DEBUG  
            filesink
gstfilesink.c:656:gst_file_sink_render:<filesink0> writing 12789 bytes
at 57790
0:00:00.039209154  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.039228710  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:689:gst_h264_parse_check_valid_frame:<h264parse0> last
parse position 0
0:00:00.039257066  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:726:gst_h264_parse_check_valid_frame:<h264parse0>
complete nal (offset, size): (4, 3137)
0:00:00.039276133  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:778:gst_h264_parse_check_valid_frame:<h264parse0>
0x7f8774002800 complete nal found. Off: 4, Size: 3137
0:00:00.039295200  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:461:gst_h264_parse_process_nal:<h264parse0> processing
nal of type 1, size 3137
0:00:00.039313778  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:540:gst_h264_parse_process_nal:<h264parse0>
first_mb_in_slice = 0
0:00:00.039330890  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:543:gst_h264_parse_process_nal:<h264parse0> frame
start: 1
0:00:00.039350935  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:553:gst_h264_parse_process_nal:<h264parse0> parse
result 0, first MB: 0, slice type: 0
0:00:00.039369513  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:385:gst_h264_parse_wrap_nal:<h264parse0> nal length 3137
0:00:00.039392491  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:606:gst_h264_parse_collect_nal:<h264parse0> parsing
collected nal
0:00:00.039426225  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:1172:gst_h264_parse_get_timestamp:<h264parse0> unable
to compute timestamp: timing info not present
0:00:00.039448714  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.039471693  2785       0x7b2630 DEBUG  
            filesink
gstfilesink.c:656:gst_file_sink_render:<filesink0> writing 3141 bytes
at 70579
0:00:00.039546983  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.039565561  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:689:gst_h264_parse_check_valid_frame:<h264parse0> last
parse position 0
0:00:00.039596851  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:726:gst_h264_parse_check_valid_frame:<h264parse0>
complete nal (offset, size): (4, 4301)
0:00:00.039614940  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:778:gst_h264_parse_check_valid_frame:<h264parse0>
0x7f8774002800 complete nal found. Off: 4, Size: 4301
0:00:00.039634007  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:461:gst_h264_parse_process_nal:<h264parse0> processing
nal of type 1, size 4301
0:00:00.039660896  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:540:gst_h264_parse_process_nal:<h264parse0>
first_mb_in_slice = 0
0:00:00.039678497  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:543:gst_h264_parse_process_nal:<h264parse0> frame
start: 1
0:00:00.039699030  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:553:gst_h264_parse_process_nal:<h264parse0> parse
result 0, first MB: 0, slice type: 0
0:00:00.039717120  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:385:gst_h264_parse_wrap_nal:<h264parse0> nal length 4301
0:00:00.039739609  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:606:gst_h264_parse_collect_nal:<h264parse0> parsing
collected nal
0:00:00.039771876  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:1172:gst_h264_parse_get_timestamp:<h264parse0> unable
to compute timestamp: timing info not present
0:00:00.039793877  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.039817344  2785       0x7b2630 DEBUG  
            filesink
gstfilesink.c:656:gst_file_sink_render:<filesink0> writing 4305 bytes
at 73720
0:00:00.039894101  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.039927835  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:689:gst_h264_parse_check_valid_frame:<h264parse0> last
parse position 0
0:00:00.039960102  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:726:gst_h264_parse_check_valid_frame:<h264parse0>
complete nal (offset, size): (4, 3768)
0:00:00.039978191  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:778:gst_h264_parse_check_valid_frame:<h264parse0>
0x7f877400ba30 complete nal found. Off: 4, Size: 3768
0:00:00.039997258  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:461:gst_h264_parse_process_nal:<h264parse0> processing
nal of type 1, size 3768
0:00:00.040015348  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:540:gst_h264_parse_process_nal:<h264parse0>
first_mb_in_slice = 0
0:00:00.040032948  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:543:gst_h264_parse_process_nal:<h264parse0> frame
start: 1
0:00:00.040052504  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:553:gst_h264_parse_process_nal:<h264parse0> parse
result 0, first MB: 0, slice type: 0
0:00:00.040072060  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:385:gst_h264_parse_wrap_nal:<h264parse0> nal length 3768
0:00:00.040094060  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:606:gst_h264_parse_collect_nal:<h264parse0> parsing
collected nal
0:00:00.040125839  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:1172:gst_h264_parse_get_timestamp:<h264parse0> unable
to compute timestamp: timing info not present
0:00:00.040147839  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.040171306  2785       0x7b2630 DEBUG  
            filesink
gstfilesink.c:656:gst_file_sink_render:<filesink0> writing 3772 bytes
at 78025
0:00:00.040251974  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.040278375  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:689:gst_h264_parse_check_valid_frame:<h264parse0> last
parse position 0
0:00:00.040307220  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:726:gst_h264_parse_check_valid_frame:<h264parse0>
complete nal (offset, size): (4, 3379)
0:00:00.040326287  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:778:gst_h264_parse_check_valid_frame:<h264parse0>
0x7f8774002800 complete nal found. Off: 4, Size: 3379
0:00:00.040345354  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:461:gst_h264_parse_process_nal:<h264parse0> processing
nal of type 1, size 3379
0:00:00.040363932  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:540:gst_h264_parse_process_nal:<h264parse0>
first_mb_in_slice = 0
0:00:00.040381532  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:543:gst_h264_parse_process_nal:<h264parse0> frame
start: 1
0:00:00.040401088  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:553:gst_h264_parse_process_nal:<h264parse0> parse
result 0, first MB: 0, slice type: 0
0:00:00.040420155  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:385:gst_h264_parse_wrap_nal:<h264parse0> nal length 3379
0:00:00.040442645  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:606:gst_h264_parse_collect_nal:<h264parse0> parsing
collected nal
0:00:00.040474912  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:1172:gst_h264_parse_get_timestamp:<h264parse0> unable
to compute timestamp: timing info not present
0:00:00.040496912  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.040520379  2785       0x7b2630 DEBUG  
            filesink
gstfilesink.c:656:gst_file_sink_render:<filesink0> writing 3383 bytes
at 81797
0:00:00.040595670  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.040614248  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:689:gst_h264_parse_check_valid_frame:<h264parse0> last
parse position 0
0:00:00.040643582  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:726:gst_h264_parse_check_valid_frame:<h264parse0>
complete nal (offset, size): (4, 3586)
0:00:00.040661671  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:778:gst_h264_parse_check_valid_frame:<h264parse0>
0x7f8774002800 complete nal found. Off: 4, Size: 3586
0:00:00.040680738  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:461:gst_h264_parse_process_nal:<h264parse0> processing
nal of type 1, size 3586
0:00:00.040698827  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:540:gst_h264_parse_process_nal:<h264parse0>
first_mb_in_slice = 0
0:00:00.040716917  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:543:gst_h264_parse_process_nal:<h264parse0> frame
start: 1
0:00:00.040736473  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:553:gst_h264_parse_process_nal:<h264parse0> parse
result 0, first MB: 0, slice type: 0
0:00:00.040756028  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:385:gst_h264_parse_wrap_nal:<h264parse0> nal length 3586
0:00:00.040786340  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:606:gst_h264_parse_collect_nal:<h264parse0> parsing
collected nal
0:00:00.040819096  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:1172:gst_h264_parse_get_timestamp:<h264parse0> unable
to compute timestamp: timing info not present
0:00:00.040841586  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.040864564  2785       0x7b2630 DEBUG  
            filesink
gstfilesink.c:656:gst_file_sink_render:<filesink0> writing 3590 bytes
at 85180
0:00:00.040962344  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.040983855  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:689:gst_h264_parse_check_valid_frame:<h264parse0> last
parse position 0
0:00:00.041013678  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:726:gst_h264_parse_check_valid_frame:<h264parse0>
complete nal (offset, size): (4, 3887)
0:00:00.041032256  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:778:gst_h264_parse_check_valid_frame:<h264parse0>
0x7f8774002800 complete nal found. Off: 4, Size: 3887
0:00:00.041051323  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:461:gst_h264_parse_process_nal:<h264parse0> processing
nal of type 1, size 3887
0:00:00.041072835  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:540:gst_h264_parse_process_nal:<h264parse0>
first_mb_in_slice = 0
0:00:00.041090435  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:543:gst_h264_parse_process_nal:<h264parse0> frame
start: 1
0:00:00.041109991  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:553:gst_h264_parse_process_nal:<h264parse0> parse
result 0, first MB: 0, slice type: 0
0:00:00.041129547  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:385:gst_h264_parse_wrap_nal:<h264parse0> nal length 3887
0:00:00.041152036  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:606:gst_h264_parse_collect_nal:<h264parse0> parsing
collected nal
0:00:00.041184303  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:1172:gst_h264_parse_get_timestamp:<h264parse0> unable
to compute timestamp: timing info not present
0:00:00.041209726  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.041243949  2785       0x7b2630 DEBUG  
            filesink
gstfilesink.c:656:gst_file_sink_render:<filesink0> writing 3891 bytes
at 88770
0:00:00.041323639  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.041351018  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:689:gst_h264_parse_check_valid_frame:<h264parse0> last
parse position 0
0:00:00.041390130  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:726:gst_h264_parse_check_valid_frame:<h264parse0>
complete nal (offset, size): (4, 3746)
0:00:00.041410174  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:778:gst_h264_parse_check_valid_frame:<h264parse0>
0x7f8774002800 complete nal found. Off: 4, Size: 3746
0:00:00.041430219  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:461:gst_h264_parse_process_nal:<h264parse0> processing
nal of type 1, size 3746
0:00:00.041458086  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:540:gst_h264_parse_process_nal:<h264parse0>
first_mb_in_slice = 0
0:00:00.041476665  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:543:gst_h264_parse_process_nal:<h264parse0> frame
start: 1
0:00:00.041497687  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:553:gst_h264_parse_process_nal:<h264parse0> parse
result 0, first MB: 0, slice type: 0
0:00:00.041517732  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:385:gst_h264_parse_wrap_nal:<h264parse0> nal length 3746
0:00:00.041541688  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:606:gst_h264_parse_collect_nal:<h264parse0> parsing
collected nal
0:00:00.041575422  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:1172:gst_h264_parse_get_timestamp:<h264parse0> unable
to compute timestamp: timing info not present
0:00:00.041597911  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.041622845  2785       0x7b2630 DEBUG  
            filesink
gstfilesink.c:656:gst_file_sink_render:<filesink0> writing 3750 bytes
at 92661
0:00:00.041697647  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.041717203  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:689:gst_h264_parse_check_valid_frame:<h264parse0> last
parse position 0
0:00:00.041751425  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:730:gst_h264_parse_check_valid_frame:<h264parse0> not a
complete nal found at offset 4
0:00:00.041770004  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:736:gst_h264_parse_check_valid_frame:<h264parse0>
draining, accepting with size 4080
0:00:00.041788093  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:778:gst_h264_parse_check_valid_frame:<h264parse0>
0x7f8774002800 complete nal found. Off: 4, Size: 4080
0:00:00.041807649  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:461:gst_h264_parse_process_nal:<h264parse0> processing
nal of type 1, size 4080
0:00:00.041826227  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:540:gst_h264_parse_process_nal:<h264parse0>
first_mb_in_slice = 0
0:00:00.041843827  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:543:gst_h264_parse_process_nal:<h264parse0> frame
start: 1
0:00:00.041863872  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:553:gst_h264_parse_process_nal:<h264parse0> parse
result 0, first MB: 0, slice type: 0
0:00:00.041883428  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:385:gst_h264_parse_wrap_nal:<h264parse0> nal length 4080
0:00:00.041908851  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:1172:gst_h264_parse_get_timestamp:<h264parse0> unable
to compute timestamp: timing info not present
0:00:00.041944540  2785       0x7b2630 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
0:00:00.041968496  2785       0x7b2630 DEBUG  
            filesink
gstfilesink.c:656:gst_file_sink_render:<filesink0> writing 4084 bytes
at 96411
Got EOS from element "pipeline0".
Execution ended after 9375114 ns.
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
/GstPipeline:pipeline0/GstFileSink:filesink0.GstPad:sink: caps = NULL
0:00:00.042626064  2785       0x92a930 DEBUG  
           h264parse
gsth264parse.c:252:gst_h264_parse_stop:<h264parse0> stop
0:00:00.042644643  2785       0x92a930 DEBUG  
           h264parse
gsth264parse.c:177:gst_h264_parse_reset_frame:<h264parse0> reset frame
/GstPipeline:pipeline0/GstH264Parse:h264parse0.GstPad:src: caps = NULL
Setting pipeline to NULL ...
0:00:00.043261632  2785       0x92a930 DEBUG  
            filesink
gstfilesink.c:446:gst_file_sink_close_file:<filesink0> closed file
Freeing pipeline ...



On Tue, Jan 28, 2014 at 8:31 AM, Chuck Crisler <ccrisler at mutualink.net>wrote:

> You need some detailed logging. If you are using linux, export
> GST_DEBUG=h264parse:4 (or 5). You might also need logging for
> filesrc/filesink. That would be:
> export GST_DEBUG=filesrc:4,filesink:4,h264parse:4 Refer to the
> documentation for GstInfo for more logging info.
>
> The 0x00000001 is the h264 start code prefix. I would also expect that
> h264parse would not have changed the bitstream and the output should start
> with the same prefix.
>
> What is the exact version of GStreamer and what OS are you using?
>
>
> On Tue, Jan 28, 2014 at 9:16 AM, Timm Murray <tmurray at wumpus-cave.net>wrote:
>
>> My app requires fetching each frame of an h264 stream, wrapping the frame
>> in custom headers, and then sending it over the network.
>>
>> For testing, I'm using a raw .h264 file and trying to fetch each frame in
>> a fakesink.  On the command line, it's similar to this:
>>
>> $ gst-launch-0.10 filesrc location=in.h264 ! h264parse ! filesink
>> location=out.h264
>>
>> I would have expected out.h264 to be identical to in.h264.  And they are
>> the right size, but there are slight differences between them:
>>
>> $ ls -l in.h264 out.h264
>> -rw-r--r-- 1 user group 100495 Jan 19 17:00 in.h264
>> -rw-r--r-- 1 user group 100495 Jan 28 08:00 out.h264
>> $ sha1sum in.h264 out.h264
>> 2046b04ed23d3980d35c4819a97358113beb0f6c  in.h264
>> ef8233787e025dfc8aeb4b8f1a245014bb43d528  out.h264
>>
>> Looking at them in a hex editor, in.h264 starts with 0x00000001, and
>> out.h264 starts with 0x0000000A.  There are a few other differences here
>> and there, too.  It's enough that mplayer doesn't detect the right filetype
>> and refuses to play in (in.h264 plays fine).
>>
>> _______________________________________________
>> gstreamer-devel mailing list
>> gstreamer-devel at lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>>
>>
>
> _______________________________________________
> gstreamer-devel mailing list
> gstreamer-devel at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20140128/d84d1e7b/attachment-0001.html>


More information about the gstreamer-devel mailing list