Bug 212461 - multimedia/gstreamer1-plugins-bad: adaptivedemux: Handle find_stream_for_pad() without g_assert_not_reached() if no pad is found
Summary: multimedia/gstreamer1-plugins-bad: adaptivedemux: Handle find_stream_for_pad(...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Many People
Assignee: freebsd-multimedia (Nobody)
URL: https://cgit.freedesktop.org/gstreame...
Keywords: patch, patch-ready
Depends on:
Blocks:
 
Reported: 2016-09-07 16:58 UTC by Carlos J. Puga Medina
Modified: 2016-09-16 10:59 UTC (History)
3 users (show)

See Also:
bugzilla: maintainer-feedback? (multimedia)
cpm: merge-quarterly?


Attachments
patch (1.37 KB, text/x-csrc)
2016-09-07 16:58 UTC, Carlos J. Puga Medina
cpm: maintainer-approval? (multimedia)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos J. Puga Medina freebsd_committer freebsd_triage 2016-09-07 16:58:11 UTC
Created attachment 174479 [details]
patch

ERROR:gstadaptivedemux.c:1095:gst_adaptive_demux_find_stream_for_pad: code should not be reached

Program received signal SIGABRT, Aborted.

The attached patch fixes the above issue.
Comment 1 commit-hook freebsd_committer freebsd_triage 2016-09-15 17:31:03 UTC
A commit references this bug:

Author: kwm
Date: Thu Sep 15 17:30:23 UTC 2016
New revision: 422217
URL: https://svnweb.freebsd.org/changeset/ports/422217

Log:
  Fix a runtime issue which causes the program to SIGABRT when it happens.

  PR:		212461
  Submitted by:	cpm@
  Obtained from:	gstreamer upstream
  MFH:		2016Q3

Changes:
  head/multimedia/gstreamer1-plugins-bad/Makefile
  head/multimedia/gstreamer1-plugins-bad/files/
  head/multimedia/gstreamer1-plugins-bad/files/patch-3aee203
Comment 2 Carlos J. Puga Medina freebsd_committer freebsd_triage 2016-09-16 10:59:28 UTC
Thanks, Koop :)