~ubuntu-branches/ubuntu/trusty/gstreamer1.0/trusty-proposed

« back to all changes in this revision

Viewing changes to libs/gst/base/gstbasesink.c

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-05-21 11:14:06 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120521111406-1wfas0o9fdaxjyo8
Tags: 0.11.91-1
* New upstream release, "I will give you five magic beans!":
  + debian/libgstreamer.symbols:
    - Update symbols file.
* debian/libgstreamer-dev.install:
  + Don't ship useless .la file for the core plugins.
  + Don't ship .a and .la files for the library.
* debian/control.in:
  + Update debhelper dependency version and Standards-Version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4546
4546
      gst_query_parse_accept_caps (query, &caps);
4547
4547
      allowed = gst_base_sink_query_caps (basesink, basesink->sinkpad, NULL);
4548
4548
      subset = gst_caps_is_subset (caps, allowed);
 
4549
      gst_caps_unref (allowed);
4549
4550
      gst_query_set_accept_caps_result (query, subset);
4550
4551
      res = TRUE;
4551
4552
      break;