~ubuntu-branches/ubuntu/quantal/gst-plugins-bad0.10/quantal-proposed

« back to all changes in this revision

Viewing changes to ext/musicbrainz/gsttrm.c

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-07-19 14:32:43 UTC
  • mfrom: (18.4.21 sid)
  • Revision ID: james.westby@ubuntu.com-20110719143243-p7pnkh45akfp0ihk
Tags: 0.10.22-2ubuntu1
* Rebased on debian unstable, remaining changes:
  - debian/gstreamer-plugins-bad.install
    * don't include dtmf, liveadder, rtpmux, autoconvert and shm, we include 
      them in -good

Show diffs side-by-side

added added

removed removed

Lines of Context:
171
171
{
172
172
  GstTRM *trm;
173
173
  GstStructure *structure;
174
 
  const gchar *mimetype;
175
174
  gint width;
176
175
 
177
176
  trm = GST_TRM (gst_pad_get_parent (pad));
180
179
    return FALSE;
181
180
 
182
181
  structure = gst_caps_get_structure (caps, 0);
183
 
  mimetype = gst_structure_get_name (structure);
184
182
 
185
183
  if (!gst_structure_get_int (structure, "depth", &trm->depth) ||
186
184
      !gst_structure_get_int (structure, "width", &width) ||