Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 925254 Details for
Bug 1032295
[abrt] pidgin-2.10.7-3.fc19: sighandler: Process /usr/bin/pidgin was killed by signal 6 (SIGABRT)
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
farstream patch try 1
farstream-bug-1032295-try1.patch (text/plain), 1.19 KB, created by
Michael Cronenworth
on 2014-08-08 17:14:35 UTC
(
hide
)
Description:
farstream patch try 1
Filename:
MIME Type:
Creator:
Michael Cronenworth
Created:
2014-08-08 17:14:35 UTC
Size:
1.19 KB
patch
obsolete
>--- farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c.orig 2012-03-22 15:23:10.000000000 -0500 >+++ farstream-0.1.2/gst/fsrtpconference/fs-rtp-session.c 2014-08-08 11:59:55.206979402 -0500 >@@ -3624,6 +3624,9 @@ > > if (!codecbin) > { >+ g_set_error (error, FS_ERROR, FS_ERROR_CONSTRUCTION, >+ "Could create codec bin for: " FS_CODEC_FORMAT, >+ FS_CODEC_ARGS (send_codec_copy)); > fs_codec_destroy (send_codec_copy); > fs_codec_destroy (codec_copy); > fs_codec_list_destroy (codecs); >@@ -3690,6 +3693,9 @@ > > if (!g_value_get_boolean (&link_rv)) > { >+ g_set_error (error, FS_ERROR, FS_ERROR_CONSTRUCTION, >+ "Could not get boolean value for link" >+ " the main pad for: " FS_CODEC_FORMAT, FS_CODEC_ARGS (send_codec_copy)); > gst_iterator_free (iter); > goto error; > } >@@ -3709,8 +3715,12 @@ > > gst_iterator_free (iter); > >- if (!g_value_get_boolean (&link_rv)) >+ if (!g_value_get_boolean (&link_rv)) { >+ g_set_error (error, FS_ERROR, FS_ERROR_CONSTRUCTION, >+ "Could not get boolean value for link" >+ " the main pad for: " FS_CODEC_FORMAT, FS_CODEC_ARGS (send_codec_copy)); > goto error; >+ } > > gst_element_set_locked_state (codecbin, FALSE); >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 1032295
:
826343
|
826344
|
826345
|
826346
|
826347
|
826348
|
826349
|
826350
|
826351
|
826352
| 925254