Created
January 25, 2014 16:45
-
-
Save knocte/8619248 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (Nereid:3786): GStreamer-CRITICAL **: gst_caps_get_size: assertion `GST_IS_CAPS (caps)' failed | |
| Marshaling pad-added signal | |
| Exception in Gtk# callback delegate | |
| Note: Applications can use GLib.ExceptionManager.UnhandledException to handle the exception. | |
| System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.ArgumentOutOfRangeException: Argument is out of range. | |
| at Gst.Caps.get_Item (UInt32 index) [0x00000] in <filename unknown>:0 | |
| at Banshee.GStreamerSharp.Transcoder.OnPadAdded (System.Object sender, Gst.PadAddedArgs args) [0x00031] in /home/knocte/Documents/Code/OpenSource/bansheeCLEANMANAGED/src/Backends/Banshee.GStreamerSharp/Banshee.GStreamerSharp/Transcoder.cs:230 | |
| at (wrapper managed-to-native) System.Reflection.MonoMethod:InternalInvoke (System.Reflection.MonoMethod,object,object[],System.Exception&) | |
| at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 | |
| --- End of inner exception stack trace --- | |
| at System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) [0x00000] in <filename unknown>:0 | |
| at System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) [0x00000] in <filename unknown>:0 | |
| at System.Delegate.DynamicInvokeImpl (System.Object[] args) [0x00000] in <filename unknown>:0 | |
| at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args) [0x00000] in <filename unknown>:0 | |
| at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in <filename unknown>:0 | |
| at GLib.Signal.ClosureInvokedCB (System.Object o, GLib.ClosureInvokedArgs args) [0x00039] in /home/knocte/Documents/Code/OpenSource/gtk-sharp/glib/Signal.cs:200 | |
| at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args) [0x00019] in /home/knocte/Documents/Code/OpenSource/gtk-sharp/glib/SignalClosure.cs:126 | |
| at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) [0x0014c] in /home/knocte/Documents/Code/OpenSource/gtk-sharp/glib/SignalClosure.cs:167 | |
| at GLib.ExceptionManager.RaiseUnhandledException(System.Exception e, Boolean is_terminal) in /home/knocte/Documents/Code/OpenSource/gtk-sharp/glib/ExceptionManager.cs:line 58 | |
| at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr invocation_hint, IntPtr marshal_data) in /home/knocte/Documents/Code/OpenSource/gtk-sharp/glib/SignalClosure.cs:line 181 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment