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

« back to all changes in this revision

Viewing changes to plugins/elements/gsttypefindelement.c

  • Committer: Package Import Robot
  • Author(s): Sebastian Dröge
  • Date: 2012-06-08 09:38:04 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120608093804-q9gzihfevul7nqtc
Tags: 0.11.92-1
* debian/control.in:
  + Update automake, autoconf and libtool build dependencies.
* New upstream release, "High Hopes":
  + debian/libgstreamer.symbols:
    - Update symbols file.
* debian/gst-codec-info.c:
  + Updated for API changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1190
1190
    g_signal_emit (typefind, gst_type_find_element_signals[HAVE_TYPE],
1191
1191
        0, probability, found_caps);
1192
1192
    typefind->mode = MODE_NORMAL;
 
1193
    /* the signal above could have made a downstream element activate
 
1194
     * the pad in pull mode, we check if the pad is already active now and if
 
1195
     * so, we are done */
 
1196
    if (gst_pad_is_active (pad))
 
1197
      return TRUE;
 
1198
 
1193
1199
    goto typefind_push;
1194
1200
  }
1195
1201
  GST_OBJECT_UNLOCK (typefind);