[campcaster-dev] Link to ticket for 1.4 package build problem
  • Hi all,

    I forgot to post the link to the ticket I posted about the 1.4 package
    build problem. It's #2292
    (http://code.campware.org/projects/campcaster/ticket/2292).

    doug
  • 2 Comments sorted by
  • Hi Doug,

    Put a * in front of length. I would put some context there, too, so
    change line 336 in GstreamerPlayer.cxx from

    debug() << length << endl;

    to

    debug() << "playlength is: " << *length << endl;

    A better solution would be to define Debug::operator<< for Ptr::Ref
    objects, but this will do as a quick fix.

    Ferenc


    On Fri, Feb 29, 2008 at 6:35 PM, wrote:
    > Hi all,
    >
    > I forgot to post the link to the ticket I posted about the 1.4 package
    > build problem. It's #2292
    > (http://code.campware.org/projects/campcaster/ticket/2292).
    >
    > doug
    >
    >
    >
  • Hi Ferenc,

    Thanks for your support. It's committed in svn.

    Frans van Berckel

    On Sun, 2008-03-02 at 07:53 +0100, Ferenc Gerlits wrote:
    > Hi Doug,
    >
    > Put a * in front of length. I would put some context there, too, so
    > change line 336 in GstreamerPlayer.cxx from
    >
    > debug() << length << endl;
    >
    > to
    >
    > debug() << "playlength is: " << *length << endl;
    >
    > A better solution would be to define Debug::operator<< for Ptr::Ref
    > objects, but this will do as a quick fix.
    >
    > Ferenc
    >
    >
    > On Fri, Feb 29, 2008 at 6:35 PM, wrote:
    > > Hi all,
    > >
    > > I forgot to post the link to the ticket I posted about the 1.4 package
    > > build problem. It's #2292
    > > (http://code.campware.org/projects/campcaster/ticket/2292).
    > >
    > > doug
    > >
    > >
    > >
    >