[Bug 674921] alsasink: use the iec958 payloader tu support non-payloaded input streams

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Apr 30 00:54:32 PDT 2012


https://bugzilla.gnome.org/show_bug.cgi?id=674921
  GStreamer | gst-plugins-base | 0.10.x

Sebastian Dröge <slomo> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #212933|none                        |needs-work
             status|                            |

--- Comment #1 from Sebastian Dröge <slomo at circular-chaos.org> 2012-04-30 07:54:29 UTC ---
Review of attachment 212933:
 --> (https://bugzilla.gnome.org/review?bug=674921&attachment=212933)

::: ext/alsa/gstalsasink.c
@@ +356,3 @@
+    ret = gst_caps_can_intersect (pad_caps, caps);
+    gst_caps_unref (pad_caps);
+  }

You should check if if can_intersect() returned FALSE, and if it did don't do
any of the checks below.

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list