Skip to content

Gstreamer Video - Fix stop method #289

@jmgasper

Description

@jmgasper

From the previous review:

Why is the stop method completely removed from implementation?

rtError pxVideo::stop()
{
if(mAamp)
{
mAamp->Stop();
}
return RT_OK;
}
->

rtError pxVideo::stop()
{
// if(mAamp)
// {
// mAamp->Stop();
// }
  gPlayer->release();
return RT_OK;
} 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions