~ubuntu-branches/ubuntu/utopic/linphone/utopic-proposed

« back to all changes in this revision

Viewing changes to mediastreamer2/src/videostream.c

  • Committer: Bazaar Package Importer
  • Author(s): Mark Purcell
  • Date: 2010-06-07 22:14:41 UTC
  • mfrom: (1.3.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20100607221441-sbk1n7hp0mzu1rze
Tags: 3.3.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
                ms_filter_destroy (stream->source);
48
48
        if (stream->output != NULL)
49
49
                ms_filter_destroy (stream->output);
 
50
        if (stream->encoder != NULL)
 
51
                ms_filter_destroy (stream->encoder);
50
52
        if (stream->decoder != NULL)
51
53
                ms_filter_destroy (stream->decoder);
52
54
        if (stream->sizeconv != NULL)