From c4e993b9faf834d1510259be200ab21df505b0c2 Mon Sep 17 00:00:00 2001 From: tho <tho@wiback.org> Date: Fri, 7 Dec 2007 14:54:44 +0000 Subject: [PATCH] -/- --- Examples/DVBAdapter/MPEdec.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/DVBAdapter/MPEdec.cc b/Examples/DVBAdapter/MPEdec.cc index 9abf13cff..318f86069 100644 --- a/Examples/DVBAdapter/MPEdec.cc +++ b/Examples/DVBAdapter/MPEdec.cc @@ -31,7 +31,7 @@ #include <senf/Scheduler/Scheduler.hh> #include <senf/Packets/DefaultBundle/EthernetPacket.hh> -#include <senf/Packets/MPEGDVBBundle/DatagramSection.hh> +#include <senf/Packets/MPEGDVBBundle/MPESection.hh> #include <senf/Utils/membind.hh> #include <senf/Utils/hexdump.hh> #include <senf/Socket/Protocols/DVB.hh> @@ -68,7 +68,7 @@ private: void dumpSection(senf::Scheduler::EventId event) { std::string data (handle.read()); - senf::DatagramSection section (senf::DatagramSection::create(data)); + senf::MPESection section (senf::MPESection::create(data)); section.dump(std::cout); senf::PacketData & datagramData (section.next().data()); senf::hexdump(datagramData.begin(), datagramData.end(), std::cout); -- GitLab