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

« back to all changes in this revision

Viewing changes to gst/gstnicesink.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:
270
270
          return GST_STATE_CHANGE_FAILURE;
271
271
        }
272
272
      break;
 
273
    case GST_STATE_CHANGE_READY_TO_PAUSED:
 
274
    case GST_STATE_CHANGE_PAUSED_TO_PLAYING:
 
275
    case GST_STATE_CHANGE_PLAYING_TO_PAUSED:
 
276
    case GST_STATE_CHANGE_PAUSED_TO_READY:
 
277
    case GST_STATE_CHANGE_READY_TO_NULL:
273
278
    default:
274
279
      break;
275
280
  }