| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
This functionality has been migrated to the new gr-dtv top-level
component.
|
|
|
|
|
|
|
|
|
|
| |
Since this block inserts field syncs into the data stream, clearly
it needs to be a gr_block rather than a gr_sync_block. Also, the
d_already_output_field_sync variable needs to be initialized and
the d_current_index variable is unusued and thus can be deleted.
With these fixes in place, I've successfully transmitted an MPEG
transport stream with a USRP N210 and received it on my television.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
PMTs are handled slightly different and are installed into their own module and include dir.
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit fe70fa72ea22a133874337da2d03d30611e5ab1c.
Conflicts:
gnuradio-core/src/lib/general/CMakeLists.txt
gnuradio-core/src/lib/general/general.i
gnuradio-core/src/tests/CMakeLists.txt
|
| |
|
|
Not going to comply completely with the new structure; just wanted to get it so that it looked more consistent once installed.
|