~ubuntu-branches/debian/stretch/libnice/stretch

« back to all changes in this revision

Viewing changes to gst/gstnicesrc.c

  • Committer: Package Import Robot
  • Author(s): Simon McVittie
  • Date: 2014-05-14 12:00:13 UTC
  • mfrom: (1.2.9) (5.1.13 sid)
  • Revision ID: package-import@ubuntu.com-20140514120013-fi5mh9bexrjnwnd8
Tags: 0.1.7-1
* New upstream release 0.1.6, 0.1.7
  - fixes various compiler warnings that were mistakenly fatal in 0.1.5
    (Closes: #743232, #743233)
  - update symbols file for new API
* Explicitly disable -Werror, even if we package a non-release in future
* Don't run tests during the build. We were ignoring failures already,
  and they sometimes hang until the buildd terminates them.
  Upstream (Olivier Crête) says they are stable enough to be useful
  for developers, but not for integration testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
417
417
      nice_agent_attach_recv (src->agent, src->stream_id, src->component_id,
418
418
          src->mainctx, NULL, NULL);
419
419
      break;
 
420
    case GST_STATE_CHANGE_READY_TO_PAUSED:
 
421
    case GST_STATE_CHANGE_PAUSED_TO_PLAYING:
 
422
    case GST_STATE_CHANGE_PLAYING_TO_PAUSED:
 
423
    case GST_STATE_CHANGE_PAUSED_TO_READY:
420
424
    default:
421
425
      break;
422
426
  }