~thomas-voss/media-hub/enable-integration-testing

« back to all changes in this revision

Viewing changes to src/core/media/gstreamer/playbin.cpp

  • Committer: thomas-voss
  • Date: 2014-11-19 09:39:11 UTC
  • Revision ID: thomas.voss@canonical.com-20141119093911-3z1pyx7ba73turx3
Add further tests around ServiceImplementation.

Show diffs side-by-side

added added

removed removed

Lines of Context:
124
124
 
125
125
void gstreamer::Playbin::reset_pipeline()
126
126
{
127
 
    std::cout << __PRETTY_FUNCTION__ << std::endl;
 
127
    std::cout << __PRETTY_FUNCTION__ << std::endl;   
128
128
    auto ret = gst_element_set_state(pipeline, GST_STATE_NULL);
129
129
    switch(ret)
130
130
    {