Talk:File Meta Sink
I noticed the source files point to the file sink block and not the file meta sink block. For example the markdown shows
https://github.com/gnuradio/gnuradio/blob/master/gr-blocks/lib/file_sink_impl.cc https://github.com/gnuradio/gnuradio/blob/master/gr-blocks/lib/file_sink_base.cc
But not https://github.com/gnuradio/gnuradio/blob/master/gr-blocks/lib/file_meta_sink_impl.cc https://github.com/gnuradio/gnuradio/blob/master/gr-blocks/lib/file_meta_sink_impl.h https://github.com/gnuradio/gnuradio/blob/master/gr-blocks/include/gnuradio/blocks/file_meta_sink.h
Is this section of the Wiki autogenerated? If not I'll add the meta sink files. Also I could not find references in the meta sink code to file_sink_impl.cc or file_sink_base.cc so I would remove those links.